From c4a5ce043052ac0ce89ec839881d32a58ec4e503 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 00:45:41 +0000 Subject: [PATCH] chore(main): release storage 8.0.1 --- .release-please-manifest.json | 2 +- changelog.json | 19 ++++++++++++++++++- handwritten/storage/CHANGELOG.md | 7 +++++++ handwritten/storage/package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7c10c6dd71..8ed42e8400c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -34,7 +34,7 @@ "handwritten/logging-winston": "7.0.1", "handwritten/pubsub": "6.0.1", "handwritten/spanner": "8.10.0", - "handwritten/storage": "8.0.0", + "handwritten/storage": "8.0.1", "packages/google-ads-admanager": "0.9.0", "packages/google-ads-datamanager": "1.0.0", "packages/google-ai-generativelanguage": "4.0.0", diff --git a/changelog.json b/changelog.json index 7e324c917c8..74a415303d4 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "a3d9092b3be2cc04fbe7838aba34d5f5235d56b5", + "message": "Upgrade storage dependencies to corresponding Node 22 versions for core, handwritten and generated libraries", + "issues": [ + "9135" + ] + } + ], + "version": "8.0.1", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/storage", + "id": "82f43b82-8eaa-419b-826a-c38b72bfadd7", + "createTime": "2026-08-15T00:45:39.176Z" + }, { "changes": [ { @@ -89872,5 +89889,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-08-13T13:28:43.410Z" + "updateTime": "2026-08-15T00:45:39.176Z" } \ No newline at end of file diff --git a/handwritten/storage/CHANGELOG.md b/handwritten/storage/CHANGELOG.md index f4826fcfcdc..0a4e1d11bbb 100644 --- a/handwritten/storage/CHANGELOG.md +++ b/handwritten/storage/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions +## [8.0.1](https://github.com/googleapis/google-cloud-node/compare/storage-v8.0.0...storage-v8.0.1) (2026-08-15) + + +### Bug Fixes + +* Upgrade storage dependencies to corresponding Node 22 versions for core, handwritten and generated libraries ([#9135](https://github.com/googleapis/google-cloud-node/issues/9135)) ([a3d9092](https://github.com/googleapis/google-cloud-node/commit/a3d9092b3be2cc04fbe7838aba34d5f5235d56b5)) + ## [8.0.0](https://github.com/googleapis/google-cloud-node/compare/storage-v7.22.0...storage-v8.0.0) (2026-08-13) diff --git a/handwritten/storage/package.json b/handwritten/storage/package.json index dad15a9c55e..d26df2165e5 100644 --- a/handwritten/storage/package.json +++ b/handwritten/storage/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/storage", "description": "Cloud Storage Client Library for Node.js", - "version": "8.0.0", + "version": "8.0.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": {