From c0ab2f5e11166ac24c3edaa85da6b71ba4085377 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:06:31 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 12 ++++++------ aiplatform/CHANGES.md | 12 ++++++++++++ aiplatform/internal/version.go | 2 +- alloydb/CHANGES.md | 7 +++++++ alloydb/internal/version.go | 2 +- cloudprofiler/CHANGES.md | 7 +++++++ cloudprofiler/internal/version.go | 2 +- container/CHANGES.md | 7 +++++++ container/internal/version.go | 2 +- securitycenter/CHANGES.md | 7 +++++++ securitycenter/internal/version.go | 2 +- speech/CHANGES.md | 7 +++++++ speech/internal/version.go | 2 +- 13 files changed, 59 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 44d4468a4d9..d4b712dd476 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.61.0", - "alloydb": "1.8.1", + "aiplatform": "1.62.0", + "alloydb": "1.9.0", "analytics": "0.23.0", "apigateway": "1.6.5", "apigeeconnect": "1.6.5", @@ -26,7 +26,7 @@ "channel": "1.17.5", "cloudbuild": "1.15.1", "clouddms": "1.7.4", - "cloudprofiler": "0.2.1", + "cloudprofiler": "0.3.0", "cloudquotas": "0.1.1", "cloudtasks": "1.12.6", "commerce": "0.1.4", @@ -35,7 +35,7 @@ "confidentialcomputing": "1.4.1", "config": "0.2.1", "contactcenterinsights": "1.13.0", - "container": "1.31.0", + "container": "1.32.0", "containeranalysis": "0.11.4", "datacatalog": "1.19.3", "dataflow": "0.9.5", @@ -107,7 +107,7 @@ "secretmanager": "1.11.5", "securesourcemanager": "0.1.3", "security": "1.15.5", - "securitycenter": "1.25.0", + "securitycenter": "1.26.0", "securitycentermanagement": "0.1.4", "securityposture": "0.1.1", "servicecontrol": "1.13.0", @@ -118,7 +118,7 @@ "shell": "1.7.5", "shopping": "0.3.1", "spanner/test/opentelemetry/test": "0.0.0", - "speech": "1.21.1", + "speech": "1.22.0", "storageinsights": "1.0.5", "storagetransfer": "1.10.4", "support": "1.0.4", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index d1d781918f8..a6e3d6c7d44 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.62.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.61.0...aiplatform/v1.62.0) (2024-02-26) + + +### Features + +* **aiplatform:** Add `point_of_contact` to `Feature` message ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) +* **aiplatform:** Add CompositeKey message and composite_key field to FeatureViewDataKey ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) +* **aiplatform:** Add CompositeKey message and composite_key field to FeatureViewDataKey ([#9452](https://github.com/googleapis/google-cloud-go/issues/9452)) ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) +* **aiplatform:** Add point_of_contact to feature ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) +* **aiplatform:** Add RayMetricSpec to persistent resource ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) +* **aiplatform:** Enable FeatureView Service Agents ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) + ## [1.61.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.60.0...aiplatform/v1.61.0) (2024-02-21) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 0bac1c50ed2..7c18bfa23e0 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.61.0" +const Version = "1.62.0" diff --git a/alloydb/CHANGES.md b/alloydb/CHANGES.md index f21ef2a6685..7c1123dbc92 100644 --- a/alloydb/CHANGES.md +++ b/alloydb/CHANGES.md @@ -2,6 +2,13 @@ +## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.8.1...alloydb/v1.9.0) (2024-02-26) + + +### Features + +* **alloydb:** Support for obtaining the public IP address of an Instance ([#9470](https://github.com/googleapis/google-cloud-go/issues/9470)) ([c1f4bc8](https://github.com/googleapis/google-cloud-go/commit/c1f4bc8c087aa6ba7421426d5ab6b0404527db6c)) + ## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.8.0...alloydb/v1.8.1) (2024-01-30) diff --git a/alloydb/internal/version.go b/alloydb/internal/version.go index 73a1a6c6ded..df367592995 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.8.1" +const Version = "1.9.0" diff --git a/cloudprofiler/CHANGES.md b/cloudprofiler/CHANGES.md index 7e8647b79c6..fd15ad7edd5 100644 --- a/cloudprofiler/CHANGES.md +++ b/cloudprofiler/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/cloudprofiler/v0.2.1...cloudprofiler/v0.3.0) (2024-02-26) + + +### Features + +* **cloudprofiler:** Add `start_time` to Profile proto ([#9461](https://github.com/googleapis/google-cloud-go/issues/9461)) ([748f065](https://github.com/googleapis/google-cloud-go/commit/748f065cccfd6d407b9cc4df6715bf8e6d50171c)) + ## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/cloudprofiler/v0.2.0...cloudprofiler/v0.2.1) (2024-01-30) diff --git a/cloudprofiler/internal/version.go b/cloudprofiler/internal/version.go index a612e4be7b7..0a99521ef47 100644 --- a/cloudprofiler/internal/version.go +++ b/cloudprofiler/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.1" +const Version = "0.3.0" diff --git a/container/CHANGES.md b/container/CHANGES.md index eda1d019f30..0992b523964 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.32.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.31.0...container/v1.32.0) (2024-02-26) + + +### Features + +* **container:** Add API to enable Provisioning Request API on existing nodepools ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) + ## [1.31.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.30.1...container/v1.31.0) (2024-02-09) diff --git a/container/internal/version.go b/container/internal/version.go index 9c7380dc515..acc180691aa 100644 --- a/container/internal/version.go +++ b/container/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.31.0" +const Version = "1.32.0" diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md index 7a8a8043a72..ecddfa309df 100644 --- a/securitycenter/CHANGES.md +++ b/securitycenter/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.25.0...securitycenter/v1.26.0) (2024-02-26) + + +### Features + +* **securitycenter:** Add Backup DR field to finding's list of attributes ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) + ## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.24.4...securitycenter/v1.25.0) (2024-02-21) diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go index f494e95b15d..dc70dd2f630 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.25.0" +const Version = "1.26.0" diff --git a/speech/CHANGES.md b/speech/CHANGES.md index 8c7ca5b9cea..ed8d4068bf2 100644 --- a/speech/CHANGES.md +++ b/speech/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.21.1...speech/v1.22.0) (2024-02-26) + + +### Features + +* **speech:** Add API for writing BatchRecognize transcripts in SRT and VTT formats ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4)) + ## [1.21.1](https://github.com/googleapis/google-cloud-go/compare/speech/v1.21.0...speech/v1.21.1) (2024-01-30) diff --git a/speech/internal/version.go b/speech/internal/version.go index 670f0797ee6..eddfee04b0b 100644 --- a/speech/internal/version.go +++ b/speech/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.21.1" +const Version = "1.22.0"