Skip to content

Commit

Permalink
chore(main): release google-cloud-container-v1 0.40.0 (#25432)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 15, 2024
1 parent d2aa54e commit 9f27f45
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"google-cloud-contact_center_insights-v1+FILLER": "0.0.0",
"google-cloud-container": "1.5.0",
"google-cloud-container+FILLER": "0.0.0",
"google-cloud-container-v1": "0.39.0",
"google-cloud-container-v1": "0.40.0",
"google-cloud-container-v1+FILLER": "0.0.0",
"google-cloud-container-v1beta1": "0.38.0",
"google-cloud-container-v1beta1+FILLER": "0.0.0",
Expand Down
7 changes: 7 additions & 0 deletions google-cloud-container-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

### 0.40.0 (2024-04-15)

#### Features

* add several fields to manage state of database encryption update ([#25442](https://github.com/googleapis/google-cloud-ruby/issues/25442))
* support optional secondary boot disk update strategy ([#25422](https://github.com/googleapis/google-cloud-ruby/issues/25422))

### 0.39.0 (2024-03-10)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Container
module V1
VERSION = "0.39.0"
VERSION = "0.40.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-container-v1",
"version": "0.39.0",
"version": "0.40.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 9f27f45

Please sign in to comment.