diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e662474ffe0..d027b692c9e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -23,7 +23,7 @@ "core/promisify": "5.0.1", "handwritten/bigquery": "8.3.1", "handwritten/bigquery-storage": "5.1.1", - "handwritten/bigtable": "6.5.1", + "handwritten/bigtable": "6.5.2", "handwritten/cloud-profiler": "6.0.5", "handwritten/datastore": "10.1.1", "handwritten/error-reporting": "3.0.6", diff --git a/changelog.json b/changelog.json index acb5b6fca62b..9e8497e6a2ba 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "66f5c91d832a90e50401eaf4cac0dfe3069c1b66", + "message": "Remove kokoro bigtable system tests", + "issues": [ + "8319" + ] + } + ], + "version": "6.5.2", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/bigtable", + "id": "84dba54a-e7c6-45a8-892e-62bdc3dba6dd", + "createTime": "2026-06-13T00:16:26.415Z" + }, { "changes": [ { @@ -80093,5 +80110,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-08T17:51:13.237Z" + "updateTime": "2026-06-13T00:16:26.415Z" } \ No newline at end of file diff --git a/handwritten/bigtable/CHANGELOG.md b/handwritten/bigtable/CHANGELOG.md index 0bf5a0b7a80c..24ae1b326c50 100644 --- a/handwritten/bigtable/CHANGELOG.md +++ b/handwritten/bigtable/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/bigtable?activeTab=versions +## [6.5.2](https://github.com/googleapis/google-cloud-node/compare/bigtable-v6.5.1...bigtable-v6.5.2) (2026-06-13) + + +### Bug Fixes + +* Remove kokoro bigtable system tests ([#8319](https://github.com/googleapis/google-cloud-node/issues/8319)) ([66f5c91](https://github.com/googleapis/google-cloud-node/commit/66f5c91d832a90e50401eaf4cac0dfe3069c1b66)) + ## [6.5.1](https://github.com/googleapis/google-cloud-node/compare/bigtable-v6.5.0...bigtable-v6.5.1) (2026-05-11) diff --git a/handwritten/bigtable/package.json b/handwritten/bigtable/package.json index d5a263eda184..b889532d30ac 100644 --- a/handwritten/bigtable/package.json +++ b/handwritten/bigtable/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/bigtable", - "version": "6.5.1", + "version": "6.5.2", "description": "Cloud Bigtable Client Library for Node.js", "keywords": [ "bigtable",