From 1642183b523d96464cfd3907af57c42bc587a5c2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:57:13 +0000 Subject: [PATCH] chore(main): release bigtable 6.5.2 --- .release-please-manifest.json | 2 +- changelog.json | 28 +++++++++++++++++++++++++++- handwritten/bigtable/CHANGELOG.md | 8 ++++++++ handwritten/bigtable/package.json | 2 +- 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86fea6bbdbef..b0b6518c8cf4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -23,7 +23,7 @@ "core/promisify": "6.0.0", "handwritten/bigquery": "8.3.1", "handwritten/bigquery-storage": "5.1.2", - "handwritten/bigtable": "6.5.1", + "handwritten/bigtable": "6.5.2", "handwritten/cloud-profiler": "7.0.1", "handwritten/datastore": "10.1.1", "handwritten/error-reporting": "3.0.6", diff --git a/changelog.json b/changelog.json index bfb942099b21..1dc85805b696 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,32 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "0712c05113745b0512bf78097c0eb416cac38488", + "message": "Test resource leaks, timestamp clamping", + "issues": [ + "9059" + ], + "scope": "bigtable" + }, + { + "type": "fix", + "sha": "66f5c91d832a90e50401eaf4cac0dfe3069c1b66", + "message": "Remove kokoro bigtable system tests", + "issues": [ + "8319" + ] + } + ], + "version": "6.5.2", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/bigtable", + "id": "eafae15d-4bec-4085-826c-5f91867fa1b5", + "createTime": "2026-08-04T02:57:11.281Z" + }, { "changes": [ { @@ -83908,5 +83934,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-29T20:49:49.925Z" + "updateTime": "2026-08-04T02:57:11.281Z" } \ No newline at end of file diff --git a/handwritten/bigtable/CHANGELOG.md b/handwritten/bigtable/CHANGELOG.md index 0bf5a0b7a80c..09b0937bebb6 100644 --- a/handwritten/bigtable/CHANGELOG.md +++ b/handwritten/bigtable/CHANGELOG.md @@ -5,6 +5,14 @@ [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-08-04) + + +### Bug Fixes + +* **bigtable:** Test resource leaks, timestamp clamping ([#9059](https://github.com/googleapis/google-cloud-node/issues/9059)) ([0712c05](https://github.com/googleapis/google-cloud-node/commit/0712c05113745b0512bf78097c0eb416cac38488)) +* 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",