From 919fed45e7fb2df826ef84628a441f111b3a30d4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:54:01 +0000 Subject: [PATCH 1/3] chore(main): release google-cloud-notebooks-v2 1.4.0 --- .release-please-manifest.json | 2 +- google-cloud-notebooks-v2/CHANGELOG.md | 11 +++++++++++ .../lib/google/cloud/notebooks/v2/version.rb | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92c31541808d..f3f85b6f5f18 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -591,7 +591,7 @@ "google-cloud-notebooks-v1+FILLER": "0.0.0", "google-cloud-notebooks-v1beta1": "0.16.0", "google-cloud-notebooks-v1beta1+FILLER": "0.0.0", - "google-cloud-notebooks-v2": "1.3.1", + "google-cloud-notebooks-v2": "1.4.0", "google-cloud-notebooks-v2+FILLER": "0.0.0", "google-cloud-optimization": "1.4.0", "google-cloud-optimization+FILLER": "0.0.0", diff --git a/google-cloud-notebooks-v2/CHANGELOG.md b/google-cloud-notebooks-v2/CHANGELOG.md index 37cde100f3a7..de022286955f 100644 --- a/google-cloud-notebooks-v2/CHANGELOG.md +++ b/google-cloud-notebooks-v2/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### 1.4.0 (2026-03-19) + +#### Features + +* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32891](https://github.com/googleapis/google-cloud-ruby/issues/32891)) +* 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)) + ### 1.3.1 (2025-10-27) #### Documentation diff --git a/google-cloud-notebooks-v2/lib/google/cloud/notebooks/v2/version.rb b/google-cloud-notebooks-v2/lib/google/cloud/notebooks/v2/version.rb index 3eb8b25fda68..0d533f3453f7 100644 --- a/google-cloud-notebooks-v2/lib/google/cloud/notebooks/v2/version.rb +++ b/google-cloud-notebooks-v2/lib/google/cloud/notebooks/v2/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Notebooks module V2 - VERSION = "1.3.1" + VERSION = "1.4.0" end end end From b759f3abff59aee2f49008bc583a98c0aa85fa1a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 19 Mar 2026 13:38:30 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../snippets/snippet_metadata_google.cloud.notebooks.v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-notebooks-v2/snippets/snippet_metadata_google.cloud.notebooks.v2.json b/google-cloud-notebooks-v2/snippets/snippet_metadata_google.cloud.notebooks.v2.json index ba1084484a47..651fe614ebae 100644 --- a/google-cloud-notebooks-v2/snippets/snippet_metadata_google.cloud.notebooks.v2.json +++ b/google-cloud-notebooks-v2/snippets/snippet_metadata_google.cloud.notebooks.v2.json @@ -1,7 +1,7 @@ { "client_library": { "name": "google-cloud-notebooks-v2", - "version": "1.3.1", + "version": "1.4.0", "language": "RUBY", "apis": [ { From e80b770bf7b2468285ee186d8dd1e00e48620bc5 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 24 Mar 2026 17:46:03 -0700 Subject: [PATCH 3/3] chore: combine duplicate Ruby 4.0 release notes --- google-cloud-notebooks-v2/CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/google-cloud-notebooks-v2/CHANGELOG.md b/google-cloud-notebooks-v2/CHANGELOG.md index de022286955f..ad05af4907c9 100644 --- a/google-cloud-notebooks-v2/CHANGELOG.md +++ b/google-cloud-notebooks-v2/CHANGELOG.md @@ -4,12 +4,7 @@ #### Features -* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32891](https://github.com/googleapis/google-cloud-ruby/issues/32891)) -* 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)) +* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support ### 1.3.1 (2025-10-27)