Skip to content

Commit af2f399

Browse files
chore(main): release google-cloud-container-v1beta1 0.52.0
1 parent b583c1f commit af2f399

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
@@ -267,7 +267,7 @@
267267
"google-cloud-container+FILLER": "0.0.0",
268268
"google-cloud-container-v1": "1.11.1",
269269
"google-cloud-container-v1+FILLER": "0.0.0",
270-
"google-cloud-container-v1beta1": "0.51.1",
270+
"google-cloud-container-v1beta1": "0.52.0",
271271
"google-cloud-container-v1beta1+FILLER": "0.0.0",
272272
"google-cloud-container_analysis": "1.5.4",
273273
"google-cloud-container_analysis+FILLER": "0.0.0",

google-cloud-container-v1beta1/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+
### 0.52.0 (2026-02-03)
4+
5+
#### Features
6+
7+
* Add GPUDirectConfig to configure GPU Direct for node pools ([#32389](https://github.com/googleapis/google-cloud-ruby/issues/32389))
8+
39
### 0.51.1 (2025-10-27)
410

511
#### Documentation

google-cloud-container-v1beta1/lib/google/cloud/container/v1beta1/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 V1beta1
24-
VERSION = "0.51.1"
24+
VERSION = "0.52.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)