diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 63fb91fd28d3..e21884b0b1b8 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -3,7 +3,7 @@ "accesscontextmanager": "1.8.0", "advisorynotifications": "0.3.0", "aiplatform": "1.44.0", - "alloydb": "1.1.0", + "alloydb": "1.2.0", "analytics": "0.21.0", "apigateway": "1.6.0", "apigeeconnect": "1.6.0", @@ -29,7 +29,7 @@ "compute/metadata": "0.2.3", "confidentialcomputing": "0.3.0", "contactcenterinsights": "1.9.0", - "container": "1.21.0", + "container": "1.22.0", "containeranalysis": "0.10.0", "datacatalog": "1.14.0", "dataflow": "0.9.0", @@ -41,7 +41,7 @@ "dataqna": "0.8.0", "datastream": "1.9.0", "deploy": "1.10.0", - "dialogflow": "1.35.0", + "dialogflow": "1.36.0", "discoveryengine": "0.4.1", "dlp": "1.10.0", "documentai": "1.19.0", @@ -62,7 +62,7 @@ "iap": "1.8.0", "ids": "1.4.0", "iot": "1.7.0", - "kms": "1.11.0", + "kms": "1.12.0", "language": "1.10.0", "lifesciences": "0.9.0", "longrunning": "0.5.0", @@ -78,7 +78,7 @@ "networksecurity": "0.9.0", "notebooks": "1.9.0", "optimization": "1.4.0", - "orchestration": "1.7.0", + "orchestration": "1.8.0", "orgpolicy": "1.11.0", "osconfig": "1.12.0", "oslogin": "1.10.0", @@ -97,7 +97,7 @@ "scheduler": "1.10.0", "secretmanager": "1.11.0", "security": "1.15.0", - "securitycenter": "1.21.0", + "securitycenter": "1.22.0", "servicecontrol": "1.12.0", "servicedirectory": "1.10.0", "servicemanagement": "1.9.0", diff --git a/alloydb/CHANGES.md b/alloydb/CHANGES.md index 9ca21ce66a24..540e6a776582 100644 --- a/alloydb/CHANGES.md +++ b/alloydb/CHANGES.md @@ -1,6 +1,15 @@ # Changelog +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/alloydb-v1.1.0...alloydb/v1.2.0) (2023-06-13) + + +### Features + +* **alloydb:** Added ClusterView supporting more granular view of continuous backups ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) +* **alloydb:** Added ClusterView supporting more granular view of continuous backups ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) +* **alloydb:** Added new SSL modes ALLOW_UNENCRYPTED_AND_ENCRYPTED, ENCRYPTED_ONLY ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) + ## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.0.1...alloydb/v1.1.0) (2023-05-30) diff --git a/alloydb/internal/version.go b/alloydb/internal/version.go index e6a10523fe60..397121d779b7 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.1.0" +const Version = "1.2.0" diff --git a/container/CHANGES.md b/container/CHANGES.md index 01bdafdf2a1e..abf366bd3a94 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.21.0...container/v1.22.0) (2023-06-13) + + +### Features + +* **container:** Add API for GPU driver installation config ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) + ## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.20.0...container/v1.21.0) (2023-06-07) diff --git a/container/internal/version.go b/container/internal/version.go index b1672963f6c5..eddfee04b0b3 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.21.0" +const Version = "1.22.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 3b7e132f0f81..e69e92de3e06 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.36.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.35.0...dialogflow/v1.36.0) (2023-06-13) + + +### Features + +* **dialogflow/cx:** Add support for flexible webhook ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) +* **dialogflow/cx:** Add support for flexible webhook ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) + ## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.34.0...dialogflow/v1.35.0) (2023-05-30) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index b846f144d253..2d5cf890e064 100644 --- a/dialogflow/internal/version.go +++ b/dialogflow/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.35.0" +const Version = "1.36.0" diff --git a/kms/CHANGES.md b/kms/CHANGES.md index f0b11a4b165d..f53ca02b1a95 100644 --- a/kms/CHANGES.md +++ b/kms/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.11.0...kms/v1.12.0) (2023-06-13) + + +### Features + +* **kms/inventory:** Promote to GA ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.10.2...kms/v1.11.0) (2023-05-30) diff --git a/kms/internal/version.go b/kms/internal/version.go index 77cefca24d54..4518b5fb4070 100644 --- a/kms/internal/version.go +++ b/kms/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.11.0" +const Version = "1.12.0" diff --git a/orchestration/CHANGES.md b/orchestration/CHANGES.md index 78e0a5c4ec42..13c30b483dbf 100644 --- a/orchestration/CHANGES.md +++ b/orchestration/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.7.0...orchestration/v1.8.0) (2023-06-13) + + +### Features + +* **orchestration/airflow/service:** Added RPCs StopAirflowCommand, ExecuteAirflowCommand, PollAirflowCommand, DatabaseFailover, FetchDatabaseProperties ([#8081](https://github.com/googleapis/google-cloud-go/issues/8081)) ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) + ## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.6.1...orchestration/v1.7.0) (2023-05-30) diff --git a/orchestration/internal/version.go b/orchestration/internal/version.go index 7c251d994559..0ad9373b3b59 100644 --- a/orchestration/internal/version.go +++ b/orchestration/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.7.0" +const Version = "1.8.0" diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md index 0209f2f19a61..74ce4ca2442a 100644 --- a/securitycenter/CHANGES.md +++ b/securitycenter/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.21.0...securitycenter/v1.22.0) (2023-06-13) + + +### Features + +* **securitycenter:** Add user agent and DLP parent type fields to finding's list of attributes ([3abdfa1](https://github.com/googleapis/google-cloud-go/commit/3abdfa14dd56cf773c477f289a7f888e20bbbd9a)) + ## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.20.1...securitycenter/v1.21.0) (2023-05-30) diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go index b1672963f6c5..eddfee04b0b3 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.21.0" +const Version = "1.22.0"