From 8faddcd3eb4d868e82c5d6337a65d6d5a40640c0 Mon Sep 17 00:00:00 2001 From: cpriti-os Date: Thu, 13 Nov 2025 03:43:32 +0000 Subject: [PATCH 1/2] chore: create a release --- .librarian/state.yaml | 2 +- ...snippet_metadata.google.storage.control.v2.json | 2 +- storage/CHANGES.md | 14 ++++++++++++++ storage/internal/version.go | 6 ++++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index ca128f415dd4..2902270260ca 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -5695,7 +5695,7 @@ libraries: - internal/generated/snippets/speech/ tag_format: '{id}/v{version}' - id: storage - version: 1.57.1 + version: 1.57.2 last_generated_commit: 9fcfbea0aa5b50fa22e190faceb073d74504172b apis: - path: google/storage/control/v2 diff --git a/internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json b/internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json index 77f6830c4e70..d6b1e5a880ce 100644 --- a/internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json +++ b/internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/storage/control/apiv2", - "version": "1.57.1", + "version": "1.57.2", "language": "GO", "apis": [ { diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 10d5dd169e8b..2bab9831057d 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,20 @@ # Changes +## [1.57.2](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.57.2) (2025-11-13) + +### Features + +* make return_partial_success and unreachable fields public for list Bucket ([93ca68d](https://github.com/googleapis/google-cloud-go/commit/93ca68d54b6d213f22e0d67ae01d135cf26d37c6)) + +### Bug Fixes + +* add env var to allow disabling bound token (#13236) ([cdaf6a6](https://github.com/googleapis/google-cloud-go/commit/cdaf6a6da006a19db932a74885ea3722b4e42311)) + +### Documentation + +* updates to docs and docs formatting ([93ca68d](https://github.com/googleapis/google-cloud-go/commit/93ca68d54b6d213f22e0d67ae01d135cf26d37c6)) + ## [1.57.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.0...storage/v1.57.1) (2025-10-28) diff --git a/storage/internal/version.go b/storage/internal/version.go index 35b0b3b1f68a..53ebe1de124d 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Code generated by gapicgen. DO NOT EDIT. + package internal // Version is the current tagged release of the library. -const Version = "1.57.1" +const Version = "1.57.2" From aa3b012530507ab99f18b62b556789bf825528d4 Mon Sep 17 00:00:00 2001 From: Priti Chattopadhyay Date: Thu, 13 Nov 2025 10:42:21 +0530 Subject: [PATCH 2/2] Update CHANGES.md for version 1.57.2 Removed features section from version 1.57.2 release notes since the change is not actually a feature. --- storage/CHANGES.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 2bab9831057d..b61644255d4d 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -3,10 +3,6 @@ ## [1.57.2](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.57.2) (2025-11-13) -### Features - -* make return_partial_success and unreachable fields public for list Bucket ([93ca68d](https://github.com/googleapis/google-cloud-go/commit/93ca68d54b6d213f22e0d67ae01d135cf26d37c6)) - ### Bug Fixes * add env var to allow disabling bound token (#13236) ([cdaf6a6](https://github.com/googleapis/google-cloud-go/commit/cdaf6a6da006a19db932a74885ea3722b4e42311))