diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index df933737724f..a950194b707b 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -29,14 +29,14 @@ "compute/metadata": "0.2.3", "confidentialcomputing": "0.2.0", "contactcenterinsights": "1.7.0", - "container": "1.17.0", + "container": "1.18.0", "containeranalysis": "0.9.1", "datacatalog": "1.13.0", "dataflow": "0.8.0", "dataform": "0.7.0", "datafusion": "1.6.0", "datalabeling": "0.7.0", - "dataplex": "1.6.0", + "dataplex": "1.7.0", "dataproc": "2.0.0", "dataqna": "0.7.0", "datastream": "1.7.0", @@ -104,8 +104,8 @@ "speech": "1.15.0", "storageinsights": "0.1.0", "storagetransfer": "1.8.0", - "support": "0.0.0", - "talent": "1.5.0", + "support": "0.1.0", + "talent": "1.5.1", "texttospeech": "1.6.0", "tpu": "1.5.0", "trace": "1.9.0", diff --git a/container/CHANGES.md b/container/CHANGES.md index 569715582071..0c15eeb3b2c3 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.17.0...container/v1.18.0) (2023-05-03) + + +### Features + +* **container:** Support fleet registration via cluster update ([#7877](https://github.com/googleapis/google-cloud-go/issues/7877)) ([d5d1fe9](https://github.com/googleapis/google-cloud-go/commit/d5d1fe96c9cf3cc3bb0e05fb75297a68bbbd8e41)) + ## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.16.0...container/v1.17.0) (2023-04-25) diff --git a/container/internal/version.go b/container/internal/version.go index 6607c695d5cb..ddddbd21f21f 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.17.0" +const Version = "1.18.0" diff --git a/dataplex/CHANGES.md b/dataplex/CHANGES.md index fae06025de85..34599982a8fd 100644 --- a/dataplex/CHANGES.md +++ b/dataplex/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.6.0...dataplex/v1.7.0) (2023-05-03) + + +### Features + +* **dataplex:** Added new Dataplex APIs and new features for existing APIs (e.g. DataScans) ([d5d1fe9](https://github.com/googleapis/google-cloud-go/commit/d5d1fe96c9cf3cc3bb0e05fb75297a68bbbd8e41)) + ## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.5.2...dataplex/v1.6.0) (2023-03-15) diff --git a/dataplex/internal/version.go b/dataplex/internal/version.go index 05d3396f1001..7c251d994559 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 = "1.6.0" +const Version = "1.7.0" diff --git a/support/CHANGES.md b/support/CHANGES.md index 06729a2ef77b..e3da72016a5b 100644 --- a/support/CHANGES.md +++ b/support/CHANGES.md @@ -1,2 +1,10 @@ -# Changes +# Changelog +## 0.1.0 (2023-05-03) + + +### Features + +* **support:** Start generating apiv2 ([#7879](https://github.com/googleapis/google-cloud-go/issues/7879)) ([e882c64](https://github.com/googleapis/google-cloud-go/commit/e882c647e58564bc6e4265d1424df22ab0eb0e2b)) + +## Changes diff --git a/support/internal/version.go b/support/internal/version.go index 2734cec844c4..79840afee826 100644 --- a/support/internal/version.go +++ b/support/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.0.0" +const Version = "0.1.0" diff --git a/talent/CHANGES.md b/talent/CHANGES.md index 4818517e7b25..3c608969ad48 100644 --- a/talent/CHANGES.md +++ b/talent/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/talent/v1.5.0...talent/v1.5.1) (2023-05-03) + + +### Bug Fixes + +* **talent:** Change timeout settings for SearchJobsForAlert ([#7863](https://github.com/googleapis/google-cloud-go/issues/7863)) ([036656b](https://github.com/googleapis/google-cloud-go/commit/036656ba51ee4bb47b61d693e2862354c7e2f636)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/talent/v1.4.1...talent/v1.5.0) (2023-01-04) diff --git a/talent/internal/version.go b/talent/internal/version.go index e93235c20322..957edaddbd4b 100644 --- a/talent/internal/version.go +++ b/talent/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.0" +const Version = "1.5.1"