Skip to content

Commit 536e987

Browse files
chore(main): release google-cloud-confidential_computing 1.3.0 (#34190)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 76bec42 commit 536e987

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
"google-cloud-compute+FILLER": "0.0.0",
258258
"google-cloud-compute-v1": "3.7.0",
259259
"google-cloud-compute-v1+FILLER": "0.0.0",
260-
"google-cloud-confidential_computing": "1.2.0",
260+
"google-cloud-confidential_computing": "1.3.0",
261261
"google-cloud-confidential_computing+FILLER": "0.0.0",
262262
"google-cloud-confidential_computing-v1": "2.3.0",
263263
"google-cloud-confidential_computing-v1+FILLER": "0.0.0",

google-cloud-confidential_computing/CHANGELOG.md

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

3+
### 1.3.0 (2026-06-11)
4+
5+
#### Features
6+
7+
* update gapic-common dependency to 1.3 and document retry jitter ([#34043](https://github.com/googleapis/google-cloud-ruby/issues/34043))
8+
39
### 1.2.0 (2026-03-19)
410

511
#### Features

google-cloud-confidential_computing/lib/google/cloud/confidential_computing/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module ConfidentialComputing
23-
VERSION = "1.2.0"
23+
VERSION = "1.3.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)