From 07ece0f2368fcdc89b837a252b14c75286fe375e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:36:57 -0700 Subject: [PATCH] chore: release main (#9484) --- .release-please-manifest-submodules.json | 12 ++++++------ aiplatform/CHANGES.md | 7 +++++++ aiplatform/internal/version.go | 2 +- alloydb/CHANGES.md | 7 +++++++ alloydb/internal/version.go | 2 +- batch/CHANGES.md | 7 +++++++ batch/internal/version.go | 2 +- compute/CHANGES.md | 7 +++++++ compute/internal/version.go | 2 +- securitycenter/CHANGES.md | 7 +++++++ securitycenter/internal/version.go | 2 +- securitycentermanagement/CHANGES.md | 7 +++++++ securitycentermanagement/internal/version.go | 2 +- 13 files changed, 54 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index d4b712dd476b..9ffe3af3451c 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -3,8 +3,8 @@ "accesscontextmanager": "1.8.5", "advisorynotifications": "1.3.1", "ai": "0.3.2", - "aiplatform": "1.62.0", - "alloydb": "1.9.0", + "aiplatform": "1.62.1", + "alloydb": "1.10.0", "analytics": "0.23.0", "apigateway": "1.6.5", "apigeeconnect": "1.6.5", @@ -18,7 +18,7 @@ "assuredworkloads": "1.11.5", "automl": "1.13.5", "baremetalsolution": "1.2.4", - "batch": "1.8.1", + "batch": "1.8.2", "beyondcorp": "1.0.4", "billing": "1.18.3", "binaryauthorization": "1.8.1", @@ -30,7 +30,7 @@ "cloudquotas": "0.1.1", "cloudtasks": "1.12.6", "commerce": "0.1.4", - "compute": "1.24.0", + "compute": "1.25.0", "compute/metadata": "0.2.3", "confidentialcomputing": "1.4.1", "config": "0.2.1", @@ -107,8 +107,8 @@ "secretmanager": "1.11.5", "securesourcemanager": "0.1.3", "security": "1.15.5", - "securitycenter": "1.26.0", - "securitycentermanagement": "0.1.4", + "securitycenter": "1.27.0", + "securitycentermanagement": "0.1.5", "securityposture": "0.1.1", "servicecontrol": "1.13.0", "servicedirectory": "1.11.4", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index a6e3d6c7d445..bbe8aa5ec28c 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.62.1](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.62.0...aiplatform/v1.62.1) (2024-03-04) + + +### Documentation + +* **aiplatform:** Update docs for FeatureView Service Agents ([d130d86](https://github.com/googleapis/google-cloud-go/commit/d130d861f55d137a2803340c2e11da3589669cb8)) + ## [1.62.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.61.0...aiplatform/v1.62.0) (2024-02-26) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 7c18bfa23e06..67cf7a3f956e 100644 --- a/aiplatform/internal/version.go +++ b/aiplatform/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.62.0" +const Version = "1.62.1" diff --git a/alloydb/CHANGES.md b/alloydb/CHANGES.md index 7c1123dbc92e..22d22218c77d 100644 --- a/alloydb/CHANGES.md +++ b/alloydb/CHANGES.md @@ -2,6 +2,13 @@ +## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.9.0...alloydb/v1.10.0) (2024-03-04) + + +### Features + +* **alloydb:** Support for obtaining the public IP address of an Instance ([d130d86](https://github.com/googleapis/google-cloud-go/commit/d130d861f55d137a2803340c2e11da3589669cb8)) + ## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.8.1...alloydb/v1.9.0) (2024-02-26) diff --git a/alloydb/internal/version.go b/alloydb/internal/version.go index df3675929956..6cac2ca4427d 100644 --- a/alloydb/internal/version.go +++ b/alloydb/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.9.0" +const Version = "1.10.0" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 9ee4a88dadb0..3bc139099e5c 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.8.2](https://github.com/googleapis/google-cloud-go/compare/batch/v1.8.1...batch/v1.8.2) (2024-03-04) + + +### Documentation + +* **batch:** Update description of Job uid field ([d130d86](https://github.com/googleapis/google-cloud-go/commit/d130d861f55d137a2803340c2e11da3589669cb8)) + ## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/batch/v1.8.0...batch/v1.8.1) (2024-02-21) diff --git a/batch/internal/version.go b/batch/internal/version.go index 3eb75e0c9456..8b516d04bb55 100644 --- a/batch/internal/version.go +++ b/batch/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.8.1" +const Version = "1.8.2" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index c2d39135c3a2..74a3ae30da51 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.24.0...compute/v1.25.0) (2024-03-04) + + +### Features + +* **compute:** Update Compute Engine API to revision 20240220 ([#886](https://github.com/googleapis/google-cloud-go/issues/886)) ([#9485](https://github.com/googleapis/google-cloud-go/issues/9485)) ([ae1f547](https://github.com/googleapis/google-cloud-go/commit/ae1f5472bff1b476c3fd58e590ec135185446daf)) + ## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.23.4...compute/v1.24.0) (2024-02-09) diff --git a/compute/internal/version.go b/compute/internal/version.go index 291a237fe1cd..f494e95b15d3 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.24.0" +const Version = "1.25.0" diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md index ecddfa309df4..3b63d5531fdf 100644 --- a/securitycenter/CHANGES.md +++ b/securitycenter/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.26.0...securitycenter/v1.27.0) (2024-03-04) + + +### Features + +* **securitycenter:** Add container.create_time, vulnerability.offending_package, vulnerability.fixed_package, vulnerability.security_bulletin, vulnerability.cve.impact, vulnerability.cve.exploitation_activity, vulnerability.cve.observed_in_the_wild, v... ([#9473](https://github.com/googleapis/google-cloud-go/issues/9473)) ([d130d86](https://github.com/googleapis/google-cloud-go/commit/d130d861f55d137a2803340c2e11da3589669cb8)) + ## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.25.0...securitycenter/v1.26.0) (2024-02-26) diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go index dc70dd2f630d..dc1cb9f6009b 100644 --- a/securitycenter/internal/version.go +++ b/securitycenter/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.26.0" +const Version = "1.27.0" diff --git a/securitycentermanagement/CHANGES.md b/securitycentermanagement/CHANGES.md index 5fc0ff280704..c22e45fc8ede 100644 --- a/securitycentermanagement/CHANGES.md +++ b/securitycentermanagement/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/googleapis/google-cloud-go/compare/securitycentermanagement/v0.1.4...securitycentermanagement/v0.1.5) (2024-03-04) + + +### Documentation + +* **securitycentermanagement:** Clarify documentation for ListDescendantSecurityHealthAnalyticsCustomModules RPC and CostumConfig message ([d130d86](https://github.com/googleapis/google-cloud-go/commit/d130d861f55d137a2803340c2e11da3589669cb8)) + ## [0.1.4](https://github.com/googleapis/google-cloud-go/compare/securitycentermanagement/v0.1.3...securitycentermanagement/v0.1.4) (2024-02-21) diff --git a/securitycentermanagement/internal/version.go b/securitycentermanagement/internal/version.go index bbdbb0b5335d..fa04546a4823 100644 --- a/securitycentermanagement/internal/version.go +++ b/securitycentermanagement/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.4" +const Version = "0.1.5"