From 63ee459055fb7c0253d75435a0b7fe45e190653b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:38:53 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 20 ++++++++++---------- channel/CHANGES.md | 7 +++++++ channel/internal/version.go | 2 +- compute/CHANGES.md | 12 ++++++++++++ compute/internal/version.go | 2 +- dataplex/CHANGES.md | 7 +++++++ dataplex/internal/version.go | 2 +- dataproc/CHANGES.md | 7 +++++++ dataproc/internal/version.go | 2 +- documentai/CHANGES.md | 8 ++++++++ documentai/internal/version.go | 2 +- orgpolicy/CHANGES.md | 7 +++++++ orgpolicy/internal/version.go | 2 +- osconfig/CHANGES.md | 14 ++++++++++++++ osconfig/internal/version.go | 2 +- recommender/CHANGES.md | 7 +++++++ recommender/internal/version.go | 2 +- security/CHANGES.md | 7 +++++++ security/internal/version.go | 2 +- servicemanagement/CHANGES.md | 7 +++++++ servicemanagement/internal/version.go | 2 +- 21 files changed, 103 insertions(+), 20 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 125d8030e7e..7b8dad46686 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -15,11 +15,11 @@ "bigtable": "1.13.0", "billing": "1.1.0", "binaryauthorization": "0.3.0", - "channel": "1.4.0", + "channel": "1.4.1", "cloudbuild": "1.1.0", "clouddms": "1.1.0", "cloudtasks": "1.2.0", - "compute": "1.3.0", + "compute": "1.4.0", "contactcenterinsights": "1.1.0", "container": "1.1.0", "containeranalysis": "0.2.0", @@ -27,15 +27,15 @@ "dataflow": "0.2.0", "datafusion": "1.2.0", "datalabeling": "0.2.0", - "dataplex": "0.2.0", - "dataproc": "1.3.0", + "dataplex": "0.3.0", + "dataproc": "1.4.0", "dataqna": "0.2.0", "datastore": "1.6.0", "datastream": "0.2.0", "deploy": "1.1.0", "dialogflow": "1.5.0", "dlp": "1.2.0", - "documentai": "1.2.0", + "documentai": "1.3.0", "domains": "0.3.0", "errorreporting": "0.2.0", "essentialcontacts": "1.1.0", @@ -66,8 +66,8 @@ "networksecurity": "0.2.0", "notebooks": "0.2.0", "orchestration": "1.1.0", - "orgpolicy": "1.1.0", - "osconfig": "1.3.0", + "orgpolicy": "1.2.0", + "osconfig": "1.4.0", "oslogin": "1.1.0", "phishingprotection": "0.2.0", "policytroubleshooter": "1.1.0", @@ -77,18 +77,18 @@ "pubsublite": "1.3.0", "recaptchaenterprise": "1.2.0", "recommendationengine": "0.2.0", - "recommender": "1.1.0", + "recommender": "1.2.0", "redis": "1.3.0", "resourcemanager": "1.1.0", "resourcesettings": "1.1.0", "retail": "1.1.0", "scheduler": "1.1.0", "secretmanager": "1.2.0", - "security": "1.2.0", + "security": "1.2.1", "securitycenter": "1.3.0", "servicecontrol": "1.2.0", "servicedirectory": "1.1.0", - "servicemanagement": "1.1.0", + "servicemanagement": "1.2.0", "serviceusage": "1.1.0", "shell": "1.1.0", "spanner": "1.29.0", diff --git a/channel/CHANGES.md b/channel/CHANGES.md index f0d7d07e7cd..2df606a3414 100644 --- a/channel/CHANGES.md +++ b/channel/CHANGES.md @@ -1,5 +1,12 @@ # Changes +### [1.4.1](https://github.com/googleapis/google-cloud-go/compare/channel/v1.4.0...channel/v1.4.1) (2022-02-22) + + +### Bug Fixes + +* **channel:** clarify language ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.3.0...channel/v1.4.0) (2022-02-14) diff --git a/channel/internal/version.go b/channel/internal/version.go index 9fa087b74c6..d8c36ecebc1 100644 --- a/channel/internal/version.go +++ b/channel/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.4.0" +const Version = "1.4.1" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index a6cd349fd86..80d2d6c829e 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.3.0...compute/v1.4.0) (2022-02-22) + + +### Features + +* **compute:** update compute API to revision 20220112 ([#700](https://github.com/googleapis/google-cloud-go/issues/700)) ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c)) + + +### Bug Fixes + +* **compute:** fix breaking changes in Compute API ([#701](https://github.com/googleapis/google-cloud-go/issues/701)) ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.2.0...compute/v1.3.0) (2022-02-14) diff --git a/compute/internal/version.go b/compute/internal/version.go index bb0feadfd27..9fa087b74c6 100644 --- a/compute/internal/version.go +++ b/compute/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.0" +const Version = "1.4.0" diff --git a/dataplex/CHANGES.md b/dataplex/CHANGES.md index 25709bb46f9..cae73f48a79 100644 --- a/dataplex/CHANGES.md +++ b/dataplex/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v0.2.0...dataplex/v0.3.0) (2022-02-22) + + +### Features + +* **dataplex:** added client side library for the followings: 1. Content APIs. 2. Create|Update|Delete Metadata APIs (e.g. Entity and/or Partition). ([7d6b0e5](https://github.com/googleapis/google-cloud-go/commit/7d6b0e5891b50cccdf77cd17ddd3644f31ef6dfc)) + ## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v0.1.0...dataplex/v0.2.0) (2022-02-14) diff --git a/dataplex/internal/version.go b/dataplex/internal/version.go index e526d78c36f..2d40693cc33 100644 --- a/dataplex/internal/version.go +++ b/dataplex/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.0" +const Version = "0.3.0" diff --git a/dataproc/CHANGES.md b/dataproc/CHANGES.md index f4595bf2c41..9d19c2c9c23 100644 --- a/dataproc/CHANGES.md +++ b/dataproc/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.3.0...dataproc/v1.4.0) (2022-02-22) + + +### Features + +* **dataproc:** add support for Virtual Dataproc cluster running on GKE cluster ([7d6b0e5](https://github.com/googleapis/google-cloud-go/commit/7d6b0e5891b50cccdf77cd17ddd3644f31ef6dfc)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.2.0...dataproc/v1.3.0) (2022-02-14) diff --git a/dataproc/internal/version.go b/dataproc/internal/version.go index bb0feadfd27..9fa087b74c6 100644 --- a/dataproc/internal/version.go +++ b/dataproc/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.0" +const Version = "1.4.0" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index 8c093c496c7..2587e0b65dd 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.2.0...documentai/v1.3.0) (2022-02-22) + + +### Features + +* **documentai:** add `symbols` field, and auto-format comments ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626)) +* **documentai:** add `symbols` field, and auto-format comments ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.1.0...documentai/v1.2.0) (2022-02-11) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index d0e4a6fd16b..bb0feadfd27 100644 --- a/documentai/internal/version.go +++ b/documentai/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/orgpolicy/CHANGES.md b/orgpolicy/CHANGES.md index 9ac3e444e04..5cf8d01c4f0 100644 --- a/orgpolicy/CHANGES.md +++ b/orgpolicy/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.1.0...orgpolicy/v1.2.0) (2022-02-22) + + +### Features + +* **orgpolicy:** Deprecates AlternativePolicySpec ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626)) + ## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.0.0...orgpolicy/v1.1.0) (2022-02-14) diff --git a/orgpolicy/internal/version.go b/orgpolicy/internal/version.go index 6aea1adc121..d0e4a6fd16b 100644 --- a/orgpolicy/internal/version.go +++ b/orgpolicy/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.0" +const Version = "1.2.0" diff --git a/osconfig/CHANGES.md b/osconfig/CHANGES.md index 8d5b8f5ba29..e484813a1c7 100644 --- a/osconfig/CHANGES.md +++ b/osconfig/CHANGES.md @@ -1,5 +1,19 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/osconfig/v1.3.0...osconfig/v1.4.0) (2022-02-22) + + +### Features + +* **osconfig/agentendpoint:** Add field to PatchConfig message: - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message ([7d6b0e5](https://github.com/googleapis/google-cloud-go/commit/7d6b0e5891b50cccdf77cd17ddd3644f31ef6dfc)) +* **osconfig/agentendpoint:** Add fields to RegisterAgentRequest: - supported_capabilities - os_long_name - os_short_name - os_version - os_architecture feat: Add field to PatchConfig message: - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c)) + + +### Bug Fixes + +* **osconfig/agentendpoint:** Fix description of an interpreter field, validate if the field is not unspecified ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c)) +* **osconfig/agentendpoint:** update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/osconfig/v1.2.0...osconfig/v1.3.0) (2022-02-14) diff --git a/osconfig/internal/version.go b/osconfig/internal/version.go index bb0feadfd27..9fa087b74c6 100644 --- a/osconfig/internal/version.go +++ b/osconfig/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.0" +const Version = "1.4.0" diff --git a/recommender/CHANGES.md b/recommender/CHANGES.md index c826add7f94..f2b77339a13 100644 --- a/recommender/CHANGES.md +++ b/recommender/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/recommender/v1.1.0...recommender/v1.2.0) (2022-02-22) + + +### Features + +* **recommender:** Sustainability Projection ([eeac5c2](https://github.com/googleapis/google-cloud-go/commit/eeac5c245fac73b60e256a890855e682ac733b17)) + ## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/recommender/v1.0.0...recommender/v1.1.0) (2022-02-14) diff --git a/recommender/internal/version.go b/recommender/internal/version.go index 6aea1adc121..d0e4a6fd16b 100644 --- a/recommender/internal/version.go +++ b/recommender/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.0" +const Version = "1.2.0" diff --git a/security/CHANGES.md b/security/CHANGES.md index ee703c9441c..9ed6ea9f917 100644 --- a/security/CHANGES.md +++ b/security/CHANGES.md @@ -1,5 +1,12 @@ # Changes +### [1.2.1](https://github.com/googleapis/google-cloud-go/compare/security/v1.2.0...security/v1.2.1) (2022-02-22) + + +### Bug Fixes + +* **security/privateca:** Add google-cloud-location as a dependency for the privateca client ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.1.1...security/v1.2.0) (2022-02-14) diff --git a/security/internal/version.go b/security/internal/version.go index d0e4a6fd16b..db8bbd4568f 100644 --- a/security/internal/version.go +++ b/security/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.2.1" diff --git a/servicemanagement/CHANGES.md b/servicemanagement/CHANGES.md index aacc19972de..5a74f594d9d 100644 --- a/servicemanagement/CHANGES.md +++ b/servicemanagement/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.1.0...servicemanagement/v1.2.0) (2022-02-22) + + +### Features + +* **servicemanagement:** Remove EnableService and DisableService RPC methods and related protos from service management API BREAKING CHANGE: ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c)) + ## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.0.0...servicemanagement/v1.1.0) (2022-02-14) ### Features diff --git a/servicemanagement/internal/version.go b/servicemanagement/internal/version.go index 6aea1adc121..d0e4a6fd16b 100644 --- a/servicemanagement/internal/version.go +++ b/servicemanagement/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.0" +const Version = "1.2.0"