From 6b3067bdacc70d53bd6e6cdaae6822e2d257323b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:19:36 +0000 Subject: [PATCH 1/5] chore(main): release storage 2.0.0 --- .release-please-manifest-individual.json | 2 +- storage/CHANGES.md | 24 +++++++++++++++++++++++- storage/internal/version.go | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 4059a8d87726..90550e8664ce 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -13,6 +13,6 @@ "pubsub": "1.45.1", "pubsublite": "1.8.2", "spanner": "1.70.0", - "storage": "1.45.0", + "storage": "2.0.0", "vertexai": "0.13.1" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index fcd65d33d0f9..3cd5d18c8725 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,29 @@ # Changes +## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.45.0...storage/v2.0.0) (2024-10-31) + + +### ⚠ BREAKING CHANGES + +* **storage/internal:** Removes Notification Config, Service Account, and HMAC RPCs. These API have been migrated to Storage Control and are available via the JSON API. + +### Features + +* **storage:** Add grpc metrics experimental options ([#10984](https://github.com/googleapis/google-cloud-go/issues/10984)) ([5b7397b](https://github.com/googleapis/google-cloud-go/commit/5b7397b169176f030049e1511859a883422c774e)) + + +### Bug Fixes + +* **storage:** Skip only specific transport tests. ([#11016](https://github.com/googleapis/google-cloud-go/issues/11016)) ([d40fbff](https://github.com/googleapis/google-cloud-go/commit/d40fbff9c1984aeed0224a4ac93eb95c5af17126)) +* **storage:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **storage:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([2b8ca4b](https://github.com/googleapis/google-cloud-go/commit/2b8ca4b4127ce3025c7a21cc7247510e07cc5625)) + + +### Miscellaneous Chores + +* **storage/internal:** Remove notification, service account, and hmac RPCS ([#11008](https://github.com/googleapis/google-cloud-go/issues/11008)) ([e0759f4](https://github.com/googleapis/google-cloud-go/commit/e0759f46639b4c542e5b49e4dc81340d8e123370)) + ## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.44.0...storage/v1.45.0) (2024-10-17) @@ -659,4 +682,3 @@ This is the first tag to carve out storage as its own module. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository. - diff --git a/storage/internal/version.go b/storage/internal/version.go index e3f747054984..539400a3112d 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.45.0" +const Version = "2.0.0" From fcf19d4e06eac1fc99008c3078da18a12ef98096 Mon Sep 17 00:00:00 2001 From: BrennaEpp Date: Thu, 31 Oct 2024 14:08:10 -0700 Subject: [PATCH 2/5] revert storage 2.0.0 --- .release-please-manifest-individual.json | 2 +- storage/CHANGES.md | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 90550e8664ce..98ecdf90c36e 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -13,6 +13,6 @@ "pubsub": "1.45.1", "pubsublite": "1.8.2", "spanner": "1.70.0", - "storage": "2.0.0", + "storage": "1.4.6", "vertexai": "0.13.1" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 3cd5d18c8725..da1efab7a470 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,12 +1,7 @@ # Changes -## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.45.0...storage/v2.0.0) (2024-10-31) - - -### ⚠ BREAKING CHANGES - -* **storage/internal:** Removes Notification Config, Service Account, and HMAC RPCs. These API have been migrated to Storage Control and are available via the JSON API. +## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.45.0...storage/v2.0.0) (2024-10-31) ### Features @@ -22,7 +17,7 @@ ### Miscellaneous Chores -* **storage/internal:** Remove notification, service account, and hmac RPCS ([#11008](https://github.com/googleapis/google-cloud-go/issues/11008)) ([e0759f4](https://github.com/googleapis/google-cloud-go/commit/e0759f46639b4c542e5b49e4dc81340d8e123370)) +* **storage/internal:** Remove notification, service account, and hmac RPCS. These API have been migrated to Storage Control and are available via the JSON API. ([#11008](https://github.com/googleapis/google-cloud-go/issues/11008)) ([e0759f4](https://github.com/googleapis/google-cloud-go/commit/e0759f46639b4c542e5b49e4dc81340d8e123370)) ## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.44.0...storage/v1.45.0) (2024-10-17) From c3279890d67c44eefc3006aa01a288d85e76c21c Mon Sep 17 00:00:00 2001 From: BrennaEpp Date: Thu, 31 Oct 2024 14:15:28 -0700 Subject: [PATCH 3/5] change release version --- storage/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/CHANGES.md b/storage/CHANGES.md index da1efab7a470..7b1b06336734 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,7 +1,7 @@ # Changes -## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.45.0...storage/v2.0.0) (2024-10-31) +## [1.46.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.45.0...storage/v1.46.0) (2024-10-31) ### Features From f7e28fdc392f9ba81ea11714f46be749d61f46bf Mon Sep 17 00:00:00 2001 From: BrennaEpp Date: Thu, 31 Oct 2024 14:23:04 -0700 Subject: [PATCH 4/5] fix typo --- .release-please-manifest-individual.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 98ecdf90c36e..1b7d4e9aab88 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -13,6 +13,6 @@ "pubsub": "1.45.1", "pubsublite": "1.8.2", "spanner": "1.70.0", - "storage": "1.4.6", + "storage": "1.46.0", "vertexai": "0.13.1" } From 99d901df8160eb64a0042614259d10b2c18682ce Mon Sep 17 00:00:00 2001 From: BrennaEpp Date: Thu, 31 Oct 2024 14:25:20 -0700 Subject: [PATCH 5/5] change internal version --- storage/internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/internal/version.go b/storage/internal/version.go index 539400a3112d..fc6b11e22267 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.0.0" +const Version = "1.46.0"