Skip to content

Commit

Permalink
chore: release main (googleapis#11285)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>compute: 1.31.0</summary>

## [1.31.0](https://togithub.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 ([googleapis#971](https://togithub.com/googleapis/google-cloud-go/issues/971)) ([googleapis#11274](https://togithub.com/googleapis/google-cloud-go/issues/11274)) ([1f49a23](https://togithub.com/googleapis/google-cloud-go/commit/1f49a23270a3614ead812524d94a87c39b403e76))
</details>

<details><summary>compute/metadata: 0.6.0</summary>

## [0.6.0](https://togithub.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 ([googleapis#11078](https://togithub.com/googleapis/google-cloud-go/issues/11078)) ([a816814](https://togithub.com/googleapis/google-cloud-go/commit/a81681463906e4473570a2f426eb0dc2de64e53f))
</details>

<details><summary>config: 1.2.0</summary>

## [1.2.0](https://togithub.com/googleapis/google-cloud-go/compare/config/v1.1.2...config/v1.2.0) (2024-12-13)


### Features

* **config:** Added annotations ([1f49a23](https://togithub.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://togithub.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://togithub.com/googleapis/google-cloud-go/commit/1f49a23270a3614ead812524d94a87c39b403e76))


### Documentation

* **config:** Service Account is a required field ([1f49a23](https://togithub.com/googleapis/google-cloud-go/commit/1f49a23270a3614ead812524d94a87c39b403e76))
</details>

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Dec 13, 2024
1 parent a816814 commit c33cc61
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions compute/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion compute/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions compute/metadata/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion compute/metadata/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
18 changes: 18 additions & 0 deletions config/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion config/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c33cc61

Please sign in to comment.