From 8c43ece186bf60c7f6ca63d52bd7038f49e967b4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:34:08 +0000 Subject: [PATCH] chore(main): release google-cloud-shell-v1 1.8.1 --- .release-please-manifest.json | 2 +- google-cloud-shell-v1/CHANGELOG.md | 6 ++++++ google-cloud-shell-v1/lib/google/cloud/shell/v1/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38cb4034b531..78bce38c1668 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -809,7 +809,7 @@ "google-cloud-service_usage-v1+FILLER": "0.0.0", "google-cloud-shell": "1.7.0", "google-cloud-shell+FILLER": "0.0.0", - "google-cloud-shell-v1": "1.8.0", + "google-cloud-shell-v1": "1.8.1", "google-cloud-shell-v1+FILLER": "0.0.0", "google-cloud-spanner-admin-database-v1": "1.14.0", "google-cloud-spanner-admin-database-v1+FILLER": "0.0.0", diff --git a/google-cloud-shell-v1/CHANGELOG.md b/google-cloud-shell-v1/CHANGELOG.md index a10821178601..b2192c55e66c 100644 --- a/google-cloud-shell-v1/CHANGELOG.md +++ b/google-cloud-shell-v1/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 1.8.1 (2026-08-04) + +#### Bug Fixes + +* generate double-wildcard path patterns with capture groups ([#35062](https://github.com/googleapis/google-cloud-ruby/issues/35062)) + ### 1.8.0 (2026-06-11) #### Features diff --git a/google-cloud-shell-v1/lib/google/cloud/shell/v1/version.rb b/google-cloud-shell-v1/lib/google/cloud/shell/v1/version.rb index 3d60ff8da349..9afbdb4a6156 100644 --- a/google-cloud-shell-v1/lib/google/cloud/shell/v1/version.rb +++ b/google-cloud-shell-v1/lib/google/cloud/shell/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Shell module V1 - VERSION = "1.8.0" + VERSION = "1.8.1" end end end