Skip to content

Commit 6b02dd7

Browse files
chore(main): release bigtable 6.5.2
1 parent de7d2de commit 6b02dd7

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"core/promisify": "5.0.1",
2424
"handwritten/bigquery": "8.3.1",
2525
"handwritten/bigquery-storage": "5.1.1",
26-
"handwritten/bigtable": "6.5.1",
26+
"handwritten/bigtable": "6.5.2",
2727
"handwritten/cloud-profiler": "6.0.5",
2828
"handwritten/datastore": "10.1.1",
2929
"handwritten/error-reporting": "3.0.6",

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "66f5c91d832a90e50401eaf4cac0dfe3069c1b66",
9+
"message": "Remove kokoro bigtable system tests",
10+
"issues": [
11+
"8319"
12+
]
13+
}
14+
],
15+
"version": "6.5.2",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/bigtable",
18+
"id": "ebfdc0b5-e05d-469b-bc6f-c9ab86c47862",
19+
"createTime": "2026-06-09T16:13:35.899Z"
20+
},
421
{
522
"changes": [
623
{
@@ -80093,5 +80110,5 @@
8009380110
"createTime": "2023-01-28T04:18:24.718Z"
8009480111
}
8009580112
],
80096-
"updateTime": "2026-06-08T17:51:13.237Z"
80113+
"updateTime": "2026-06-09T16:13:35.899Z"
8009780114
}

handwritten/bigtable/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
[1]: https://www.npmjs.com/package/@google-cloud/bigtable?activeTab=versions
77

8+
## [6.5.2](https://github.com/googleapis/google-cloud-node/compare/bigtable-v6.5.1...bigtable-v6.5.2) (2026-06-09)
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
815
## [6.5.1](https://github.com/googleapis/google-cloud-node/compare/bigtable-v6.5.0...bigtable-v6.5.1) (2026-05-11)
916

1017

handwritten/bigtable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigtable",
3-
"version": "6.5.1",
3+
"version": "6.5.2",
44
"description": "Cloud Bigtable Client Library for Node.js",
55
"keywords": [
66
"bigtable",

0 commit comments

Comments
 (0)