Skip to content

Commit c98f89b

Browse files
chore(main): release google-cloud-container-v1 1.12.0
1 parent ddd1b87 commit c98f89b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"google-cloud-contact_center_insights-v1+FILLER": "0.0.0",
262262
"google-cloud-container": "2.0.3",
263263
"google-cloud-container+FILLER": "0.0.0",
264-
"google-cloud-container-v1": "1.11.1",
264+
"google-cloud-container-v1": "1.12.0",
265265
"google-cloud-container-v1+FILLER": "0.0.0",
266266
"google-cloud-container-v1beta1": "0.51.1",
267267
"google-cloud-container-v1beta1+FILLER": "0.0.0",

google-cloud-container-v1/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.12.0 (2026-01-26)
4+
5+
#### Features
6+
7+
* Add SwapConfig to enable and configure swap memory for node pools ([#32388](https://github.com/googleapis/google-cloud-ruby/issues/32388))
8+
39
### 1.11.1 (2025-10-27)
410

511
#### Documentation

google-cloud-container-v1/lib/google/cloud/container/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Container
2323
module V1
24-
VERSION = "1.11.1"
24+
VERSION = "1.12.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)