Skip to content

Commit 1646f1f

Browse files
chore: release main (#6930)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ba64b20 commit 1646f1f

File tree

10 files changed

+92
-9
lines changed

10 files changed

+92
-9
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"packages/google-cloud-apphub": "0.6.1",
169169
"packages/google-chat": "0.21.0",
170170
"packages/google-shopping-merchant-quota": "0.9.0",
171-
"packages/google-storage-control": "0.6.1",
171+
"packages/google-storage-control": "0.7.0",
172172
"packages/google-cloud-backupdr": "0.7.0",
173173
"packages/google-cloud-securesourcemanager": "0.8.1",
174174
"packages/google-shopping-merchant-notifications": "0.8.1",
@@ -205,7 +205,7 @@
205205
"packages/google-cloud-lustre": "0.2.1",
206206
"packages/google-cloud-storagebatchoperations": "0.1.1",
207207
"packages/google-apps-events-subscriptions": "0.1.1",
208-
"packages/google-cloud-maintenance-api": "0.2.0",
208+
"packages/google-cloud-maintenance-api": "0.3.0",
209209
"packages/google-cloud-managedkafka-schemaregistry": "0.1.1",
210210
"packages/google-cloud-licensemanager": "0.1.1",
211211
"packages/google-cloud-configdelivery": "0.1.1",
@@ -215,5 +215,6 @@
215215
"packages/google-cloud-locationfinder": "0.1.1",
216216
"packages/google-cloud-geminidataanalytics": "0.3.0",
217217
"packages/google-ads-datamanager": "0.1.0",
218-
"packages/google-cloud-vectorsearch": "0.1.0"
218+
"packages/google-cloud-vectorsearch": "0.1.0",
219+
"packages/google-cloud-hypercomputecluster": "0.1.0"
219220
}

changelog.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "681d7af64253a12c62e81789d8dc7d48150f0f76",
9+
"message": "Initial generation of library",
10+
"issues": []
11+
},
12+
{
13+
"type": "fix",
14+
"sha": "41c2ff2851b5fdadabf4f9bd3500167c34b32ff7",
15+
"message": "[gkeconnect-gateway] remove unused GatewayServiceClient",
16+
"issues": [
17+
"6775"
18+
]
19+
}
20+
],
21+
"version": "0.1.0",
22+
"language": "JAVASCRIPT",
23+
"artifactName": "@google-cloud/hypercomputecluster",
24+
"id": "13227060-b9c8-4d75-ac2e-1f6aa254e01f",
25+
"createTime": "2025-12-15T21:30:17.451Z"
26+
},
27+
{
28+
"changes": [
29+
{
30+
"type": "feat",
31+
"sha": "46ac6d10178ff78a4771e2519b3540b322687115",
32+
"message": "Initial generation of library",
33+
"issues": []
34+
}
35+
],
36+
"version": "0.3.0",
37+
"language": "JAVASCRIPT",
38+
"artifactName": "@google-cloud/maintenance-api",
39+
"id": "fb66abdd-a1ff-4fd2-98f5-130dfd0ba087",
40+
"createTime": "2025-12-15T21:30:17.428Z"
41+
},
42+
{
43+
"changes": [
44+
{
45+
"type": "feat",
46+
"sha": "9dd2f04b5926733923b9c46c45a4209099d30759",
47+
"message": "[control] generate bucket ops into storage control lib for nodejs",
48+
"issues": [
49+
"6874"
50+
]
51+
}
52+
],
53+
"version": "0.7.0",
54+
"language": "JAVASCRIPT",
55+
"artifactName": "@google-cloud/storage-control",
56+
"id": "93dfff1c-7006-47bf-84e6-a4d7b14082bd",
57+
"createTime": "2025-12-15T21:30:17.406Z"
58+
},
459
{
560
"changes": [
661
{
@@ -67318,5 +67373,5 @@
6731867373
"createTime": "2023-01-28T04:18:24.718Z"
6731967374
}
6732067375
],
67321-
"updateTime": "2025-12-09T16:50:16.936Z"
67376+
"updateTime": "2025-12-15T21:30:17.451Z"
6732267377
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-12-15)
4+
5+
6+
### Features
7+
8+
* Initial generation of library ([681d7af](https://github.com/googleapis/google-cloud-node/commit/681d7af64253a12c62e81789d8dc7d48150f0f76))
9+
10+
11+
### Bug Fixes
12+
13+
* [gkeconnect-gateway] remove unused GatewayServiceClient ([#6775](https://github.com/googleapis/google-cloud-node/issues/6775)) ([41c2ff2](https://github.com/googleapis/google-cloud-node/commit/41c2ff2851b5fdadabf4f9bd3500167c34b32ff7))

packages/google-cloud-hypercomputecluster/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/hypercomputecluster",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Cluster Director API client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-cloud-maintenance-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/googleapis/google-cloud-node/compare/maintenance-api-v0.2.0...maintenance-api-v0.3.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* Initial generation of library ([46ac6d1](https://github.com/googleapis/google-cloud-node/commit/46ac6d10178ff78a4771e2519b3540b322687115))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/maintenance-api-v0.1.1...maintenance-api-v0.2.0) (2025-12-09)
411

512

packages/google-cloud-maintenance-api/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/maintenance-api",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Maintenance API client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-cloud-maintenance-api/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/maintenance-api": "^0.2.0"
17+
"@google-cloud/maintenance-api": "^0.3.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^10.0.0",

packages/google-storage-control/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/googleapis/google-cloud-node/compare/storage-control-v0.6.1...storage-control-v0.7.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* [control] generate bucket ops into storage control lib for nodejs ([#6874](https://github.com/googleapis/google-cloud-node/issues/6874)) ([9dd2f04](https://github.com/googleapis/google-cloud-node/commit/9dd2f04b5926733923b9c46c45a4209099d30759))
9+
310
## [0.6.1](https://github.com/googleapis/google-cloud-node/compare/storage-control-v0.6.0...storage-control-v0.6.1) (2025-10-13)
411

512

packages/google-storage-control/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/storage-control",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Cloud Storage API client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-storage-control/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/storage-control": "^0.6.1"
17+
"@google-cloud/storage-control": "^0.7.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^10.0.0",

0 commit comments

Comments
 (0)