Skip to content

Commit

Permalink
chore(main): release google-cloud-container 2.0.0 (#29094)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 13, 2025
1 parent 16d2376 commit b52676e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"google-cloud-contact_center_insights+FILLER": "0.0.0",
"google-cloud-contact_center_insights-v1": "1.5.0",
"google-cloud-contact_center_insights-v1+FILLER": "0.0.0",
"google-cloud-container": "1.6.0",
"google-cloud-container": "2.0.0",
"google-cloud-container+FILLER": "0.0.0",
"google-cloud-container-v1": "1.6.0",
"google-cloud-container-v1+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-cloud-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

### 2.0.0 (2025-02-13)

### ⚠ BREAKING CHANGES

* Removed dependency on google-cloud-container-v1beta1 prerelease service ([#29001](https://github.com/googleapis/google-cloud-ruby/issues/29001))

#### Features

* Removed dependency on google-cloud-container-v1beta1 prerelease service ([#29001](https://github.com/googleapis/google-cloud-ruby/issues/29001))
* Updated google-cloud-container-v1 dependency to version 1.x

### 1.6.0 (2025-01-29)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module Container
VERSION = "1.6.0"
VERSION = "2.0.0"
end
end
end

0 comments on commit b52676e

Please sign in to comment.