From 95b9c0b5a29907728cc5a871f2959eb9cccc88ba Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:02:25 +0000 Subject: [PATCH 1/2] chore(main): release google-cloud-shell 1.6.0 --- .release-please-manifest.json | 2 +- google-cloud-shell/CHANGELOG.md | 12 ++++++++++++ google-cloud-shell/lib/google/cloud/shell/version.rb | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d00ccc12eb30..728c785e2920 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -771,7 +771,7 @@ "google-cloud-service_usage+FILLER": "0.0.0", "google-cloud-service_usage-v1": "1.5.1", "google-cloud-service_usage-v1+FILLER": "0.0.0", - "google-cloud-shell": "1.5.2", + "google-cloud-shell": "1.6.0", "google-cloud-shell+FILLER": "0.0.0", "google-cloud-shell-v1": "1.5.1", "google-cloud-shell-v1+FILLER": "0.0.0", diff --git a/google-cloud-shell/CHANGELOG.md b/google-cloud-shell/CHANGELOG.md index c695f065086e..a7dade301f6e 100644 --- a/google-cloud-shell/CHANGELOG.md +++ b/google-cloud-shell/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### 1.6.0 (2026-03-19) + +#### Features + +* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32895](https://github.com/googleapis/google-cloud-ruby/issues/32895)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32864](https://github.com/googleapis/google-cloud-ruby/issues/32864)) + ### 1.5.2 (2025-09-12) #### Documentation diff --git a/google-cloud-shell/lib/google/cloud/shell/version.rb b/google-cloud-shell/lib/google/cloud/shell/version.rb index fdbb380a00a0..2b9a9e3c0d56 100644 --- a/google-cloud-shell/lib/google/cloud/shell/version.rb +++ b/google-cloud-shell/lib/google/cloud/shell/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module Shell - VERSION = "1.5.2" + VERSION = "1.6.0" end end end From b1f09a72472f4e3c30d1feafa44db20d6e702f73 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 20 Mar 2026 15:10:18 -0700 Subject: [PATCH 2/2] chore: combine duplicate Ruby 4.0 release notes --- google-cloud-shell/CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/google-cloud-shell/CHANGELOG.md b/google-cloud-shell/CHANGELOG.md index a7dade301f6e..e08650a6e587 100644 --- a/google-cloud-shell/CHANGELOG.md +++ b/google-cloud-shell/CHANGELOG.md @@ -4,13 +4,7 @@ #### Features -* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32895](https://github.com/googleapis/google-cloud-ruby/issues/32895)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32864](https://github.com/googleapis/google-cloud-ruby/issues/32864)) +* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support ### 1.5.2 (2025-09-12)