Skip to content

Commit baba77e

Browse files
chore(main): release google-cloud-run-client 1.8.0 (#34407)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent cb8ab57 commit baba77e

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
@@ -717,7 +717,7 @@
717717
"google-cloud-retail+FILLER": "0.0.0",
718718
"google-cloud-retail-v2": "2.9.0",
719719
"google-cloud-retail-v2+FILLER": "0.0.0",
720-
"google-cloud-run-client": "1.7.0",
720+
"google-cloud-run-client": "1.8.0",
721721
"google-cloud-run-client+FILLER": "0.0.0",
722722
"google-cloud-run-v2": "0.28.1",
723723
"google-cloud-run-v2+FILLER": "0.0.0",

google-cloud-run-client/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.8.0 (2026-06-11)
4+
5+
#### Features
6+
7+
* update gapic-common dependency to 1.3 and document retry jitter ([#34054](https://github.com/googleapis/google-cloud-ruby/issues/34054))
8+
39
### 1.7.0 (2026-03-19)
410

511
#### Features

google-cloud-run-client/lib/google/cloud/run/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module Google
1818
module Cloud
1919
module Run
2020
module Client
21-
VERSION = "1.7.0"
21+
VERSION = "1.8.0"
2222
end
2323
end
2424
end

0 commit comments

Comments
 (0)