diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 11cc21018c2d..b70366d86907 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -35,10 +35,10 @@ "cloudquotas": "1.2.0", "cloudtasks": "1.13.2", "commerce": "1.2.1", - "compute": "1.30.0", - "compute/metadata": "0.5.2", + "compute": "1.31.0", + "compute/metadata": "0.6.0", "confidentialcomputing": "1.8.0", - "config": "1.1.2", + "config": "1.2.0", "contactcenterinsights": "1.16.0", "container": "1.42.0", "containeranalysis": "0.13.2", diff --git a/compute/CHANGES.md b/compute/CHANGES.md index f44920f70a04..6f476d677d22 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.31.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.30.0...compute/v1.31.0) (2024-12-13) + + +### Features + +* **compute:** Update Compute Engine API to revision 20241201 ([#971](https://github.com/googleapis/google-cloud-go/issues/971)) ([#11274](https://github.com/googleapis/google-cloud-go/issues/11274)) ([1f49a23](https://github.com/googleapis/google-cloud-go/commit/1f49a23270a3614ead812524d94a87c39b403e76)) + ## [1.30.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.29.0...compute/v1.30.0) (2024-12-11) diff --git a/compute/internal/version.go b/compute/internal/version.go index 5856ebbb47c5..9c7380dc515f 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.30.0" +const Version = "1.31.0" diff --git a/compute/metadata/CHANGES.md b/compute/metadata/CHANGES.md index da7db19b1c6d..bcfb5d816591 100644 --- a/compute/metadata/CHANGES.md +++ b/compute/metadata/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/compute/metadata/v0.5.2...compute/metadata/v0.6.0) (2024-12-13) + + +### Features + +* **compute/metadata:** Add debug logging ([#11078](https://github.com/googleapis/google-cloud-go/issues/11078)) ([a816814](https://github.com/googleapis/google-cloud-go/commit/a81681463906e4473570a2f426eb0dc2de64e53f)) + ## [0.5.2](https://github.com/googleapis/google-cloud-go/compare/compute/metadata/v0.5.1...compute/metadata/v0.5.2) (2024-09-20) diff --git a/compute/metadata/internal/version.go b/compute/metadata/internal/version.go index aa596cbf928f..75ae2d0e75aa 100644 --- a/compute/metadata/internal/version.go +++ b/compute/metadata/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.5.2" +const Version = "0.6.0" diff --git a/config/CHANGES.md b/config/CHANGES.md index eb2d8c3693d2..f4dd6fb80868 100644 --- a/config/CHANGES.md +++ b/config/CHANGES.md @@ -1,6 +1,24 @@ # Changelog +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/config/v1.1.2...config/v1.2.0) (2024-12-13) + + +### Features + +* **config:** Added annotations ([1f49a23](https://github.com/googleapis/google-cloud-go/commit/1f49a23270a3614ead812524d94a87c39b403e76)) + + +### Bug Fixes + +* **config:** Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Deployment` ([1f49a23](https://github.com/googleapis/google-cloud-go/commit/1f49a23270a3614ead812524d94a87c39b403e76)) +* **config:** Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Preview` ([1f49a23](https://github.com/googleapis/google-cloud-go/commit/1f49a23270a3614ead812524d94a87c39b403e76)) + + +### Documentation + +* **config:** Service Account is a required field ([1f49a23](https://github.com/googleapis/google-cloud-go/commit/1f49a23270a3614ead812524d94a87c39b403e76)) + ## [1.1.2](https://github.com/googleapis/google-cloud-go/compare/config/v1.1.1...config/v1.1.2) (2024-10-23) diff --git a/config/internal/version.go b/config/internal/version.go index 2eabe9755ac2..397121d779b7 100644 --- a/config/internal/version.go +++ b/config/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.2" +const Version = "1.2.0"