Skip to content

Commit b744435

Browse files
chore(main): release google-cloud-confidential_computing-v1 2.1.0
1 parent 95481ad commit b744435

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
@@ -245,7 +245,7 @@
245245
"google-cloud-compute-v1+FILLER": "0.0.0",
246246
"google-cloud-confidential_computing": "1.1.2",
247247
"google-cloud-confidential_computing+FILLER": "0.0.0",
248-
"google-cloud-confidential_computing-v1": "2.0.1",
248+
"google-cloud-confidential_computing-v1": "2.1.0",
249249
"google-cloud-confidential_computing-v1+FILLER": "0.0.0",
250250
"google-cloud-config_delivery": "0.1.1",
251251
"google-cloud-config_delivery+FILLER": "0.0.0",

google-cloud-confidential_computing-v1/CHANGELOG.md

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

3+
### 2.1.0 (2026-02-18)
4+
5+
#### Features
6+
7+
* add Nvidia Attestation proto message with its relevant fields and ConfidentialGke options ([#32429](https://github.com/googleapis/google-cloud-ruby/issues/32429))
8+
39
### 2.0.1 (2025-10-27)
410

511
#### Documentation

google-cloud-confidential_computing-v1/lib/google/cloud/confidential_computing/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 ConfidentialComputing
2323
module V1
24-
VERSION = "2.0.1"
24+
VERSION = "2.1.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)