diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index a5689b573154..b761f5a7fcfe 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -27,7 +27,7 @@ "cloudbuild": "1.15.0", "clouddms": "1.7.3", "cloudprofiler": "0.2.0", - "cloudquotas": "0.0.0", + "cloudquotas": "0.1.0", "cloudtasks": "1.12.4", "commerce": "0.1.3", "compute": "1.23.3", @@ -37,7 +37,7 @@ "contactcenterinsights": "1.12.1", "container": "1.29.0", "containeranalysis": "0.11.3", - "datacatalog": "1.19.0", + "datacatalog": "1.19.1", "dataflow": "0.9.4", "dataform": "0.9.1", "datafusion": "1.7.4", @@ -46,7 +46,7 @@ "dataproc": "2.3.0", "dataqna": "0.8.4", "datastream": "1.10.3", - "deploy": "1.16.0", + "deploy": "1.17.0", "dialogflow": "1.48.0", "discoveryengine": "1.4.0", "dlp": "1.11.1", @@ -107,7 +107,7 @@ "securesourcemanager": "0.1.2", "security": "1.15.4", "securitycenter": "1.24.3", - "securitycentermanagement": "0.1.0", + "securitycentermanagement": "0.1.1", "servicecontrol": "1.12.4", "servicedirectory": "1.11.3", "servicemanagement": "1.9.5", diff --git a/cloudquotas/CHANGES.md b/cloudquotas/CHANGES.md index 06729a2ef77b..4d69a8ae86d2 100644 --- a/cloudquotas/CHANGES.md +++ b/cloudquotas/CHANGES.md @@ -1,2 +1,10 @@ -# Changes +# Changelog +## 0.1.0 (2024-01-08) + + +### Features + +* **cloudquotas:** New clients ([#9222](https://github.com/googleapis/google-cloud-go/issues/9222)) ([57e2d7b](https://github.com/googleapis/google-cloud-go/commit/57e2d7bd2730b4acd18eac0e3a18e682b51c3e03)) + +## Changes diff --git a/cloudquotas/internal/version.go b/cloudquotas/internal/version.go index b662f1b47cf4..20ba73abd675 100644 --- a/cloudquotas/internal/version.go +++ b/cloudquotas/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/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index d0df736b162f..6c707e265c12 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.19.1](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.19.0...datacatalog/v1.19.1) (2024-01-08) + + +### Documentation + +* **datacatalog:** Change field behavior of the property "name" to IDENTIFIER ([bd30055](https://github.com/googleapis/google-cloud-go/commit/bd3005532fbffa9894b11149e9693b7c33227d79)) + ## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.18.3...datacatalog/v1.19.0) (2023-11-09) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index ac02a3ce126f..a5b020992b84 100644 --- a/datacatalog/internal/version.go +++ b/datacatalog/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.19.0" +const Version = "1.19.1" diff --git a/deploy/CHANGES.md b/deploy/CHANGES.md index 073e8a89ba0b..b0935daba64f 100644 --- a/deploy/CHANGES.md +++ b/deploy/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.16.0...deploy/v1.17.0) (2024-01-08) + + +### Features + +* **deploy:** Add stable cutback duration configuration to the k8s gateway service mesh deployment strategy. This allows configuring the amount of time to migrate traffic back to the original Service in the stable phase ([#9227](https://github.com/googleapis/google-cloud-go/issues/9227)) ([bd30055](https://github.com/googleapis/google-cloud-go/commit/bd3005532fbffa9894b11149e9693b7c33227d79)) + ## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.15.0...deploy/v1.16.0) (2023-12-07) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index b82e17a1938d..6607c695d5cb 100644 --- a/deploy/internal/version.go +++ b/deploy/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.16.0" +const Version = "1.17.0" diff --git a/securitycentermanagement/CHANGES.md b/securitycentermanagement/CHANGES.md index 3ec8563966ba..173ffc868990 100644 --- a/securitycentermanagement/CHANGES.md +++ b/securitycentermanagement/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/securitycentermanagement/v0.1.0...securitycentermanagement/v0.1.1) (2024-01-08) + + +### Documentation + +* **securitycentermanagement:** Updates on multiple comments, syncing terminology and clarifying some aspects ([#9219](https://github.com/googleapis/google-cloud-go/issues/9219)) ([82054d0](https://github.com/googleapis/google-cloud-go/commit/82054d0e6905358e48517cbc8ea844dfb624082c)) + ## 0.1.0 (2023-12-07) diff --git a/securitycentermanagement/internal/version.go b/securitycentermanagement/internal/version.go index 79840afee826..bdee7050d040 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.0" +const Version = "0.1.1"