Skip to content

Commit 6e3775b

Browse files
chore: release main
1 parent 7e4ae75 commit 6e3775b

File tree

14 files changed

+111
-13
lines changed

14 files changed

+111
-13
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"packages/google-cloud-channel": "3.3.0",
4141
"packages/google-cloud-clouddms": "3.2.0",
4242
"packages/google-cloud-commerce-consumer-procurement": "0.2.0",
43-
"packages/google-cloud-compute": "4.2.0",
43+
"packages/google-cloud-compute": "4.3.0",
4444
"packages/google-cloud-confidentialcomputing": "1.3.0",
4545
"packages/google-cloud-config": "0.2.0",
4646
"packages/google-cloud-connectors": "0.1.0",
@@ -114,7 +114,7 @@
114114
"packages/google-cloud-secretmanager": "5.1.0",
115115
"packages/google-cloud-security-privateca": "5.1.0",
116116
"packages/google-cloud-security-publicca": "1.1.0",
117-
"packages/google-cloud-securitycenter": "8.3.0",
117+
"packages/google-cloud-securitycenter": "8.4.0",
118118
"packages/google-cloud-servicedirectory": "5.1.0",
119119
"packages/google-cloud-shell": "3.1.0",
120120
"packages/google-cloud-speech": "6.3.0",
@@ -163,6 +163,7 @@
163163
"packages/google-api-cloudquotas": "0.2.0",
164164
"packages/google-cloud-redis-cluster": "0.2.0",
165165
"packages/google-cloud-servicehealth": "0.2.0",
166-
"packages/google-apps-meet": "0.1.0",
167-
"packages/google-cloud-parallelstore": "0.1.0"
166+
"packages/google-apps-meet": "0.1.1",
167+
"packages/google-cloud-parallelstore": "0.1.0",
168+
"packages/google-cloud-cloudcontrolspartner": "0.1.0"
168169
}

changelog.json

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,74 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "f57c1394819fc98bc12ac2fed6e245e34d395fdc",
9+
"message": "[Many APIs] Add client library version to headers",
10+
"issues": [
11+
"5077"
12+
]
13+
}
14+
],
15+
"version": "0.1.1",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-apps/meet",
18+
"id": "1533c85f-8049-4bd6-9905-3b1d0a2e6f4c",
19+
"createTime": "2024-03-04T19:27:36.859Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "45a51f588c8d296e06dbecc87dd6875e9076fc62",
26+
"message": "Add initial files for google.cloud.cloudcontrolspartner.v1beta",
27+
"issues": [
28+
"5067"
29+
]
30+
}
31+
],
32+
"version": "0.1.0",
33+
"language": "JAVASCRIPT",
34+
"artifactName": "@google-cloud/cloudcontrolspartner",
35+
"id": "feecef6a-f61a-46a3-b5af-3d19661477ce",
36+
"createTime": "2024-03-04T19:27:36.848Z"
37+
},
38+
{
39+
"changes": [
40+
{
41+
"type": "feat",
42+
"sha": "b4717ef3fce7029c95a89440c88992334b49e173",
43+
"message": "[securitycenter] Added security center api V2 client library",
44+
"issues": [
45+
"5073"
46+
]
47+
}
48+
],
49+
"version": "8.4.0",
50+
"language": "JAVASCRIPT",
51+
"artifactName": "@google-cloud/security-center",
52+
"id": "b636ec94-125c-4338-908e-ff24741f03ec",
53+
"createTime": "2024-03-04T19:27:36.837Z"
54+
},
55+
{
56+
"changes": [
57+
{
58+
"type": "feat",
59+
"sha": "7e4ae75f404ce899eef0d05f99ff6879d7920aae",
60+
"message": "[compute] Update Compute Engine API to revision 20240220 (#886)",
61+
"issues": [
62+
"5100"
63+
]
64+
}
65+
],
66+
"version": "4.3.0",
67+
"language": "JAVASCRIPT",
68+
"artifactName": "@google-cloud/compute",
69+
"id": "2711fe3f-baf1-43a5-af0a-c7cfd91bbd5c",
70+
"createTime": "2024-03-04T19:27:36.825Z"
71+
},
472
{
573
"changes": [
674
{
@@ -24673,5 +24741,5 @@
2467324741
"createTime": "2023-01-28T04:18:24.718Z"
2467424742
}
2467524743
],
24676-
"updateTime": "2024-02-28T15:00:12.175Z"
24744+
"updateTime": "2024-03-04T19:27:36.859Z"
2467724745
}

packages/google-apps-meet/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.1.1](https://github.com/googleapis/google-cloud-node/compare/meet-v0.1.0...meet-v0.1.1) (2024-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* [Many APIs] Add client library version to headers ([#5077](https://github.com/googleapis/google-cloud-node/issues/5077)) ([f57c139](https://github.com/googleapis/google-cloud-node/commit/f57c1394819fc98bc12ac2fed6e245e34d395fdc))
9+
310
## 0.1.0 (2024-02-27)
411

512

packages/google-apps-meet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-apps/meet",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Google Meet API client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-apps-meet/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-apps/meet": "^0.1.0"
17+
"@google-apps/meet": "^0.1.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^8.0.0",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-03-04)
4+
5+
6+
### Features
7+
8+
* Add initial files for google.cloud.cloudcontrolspartner.v1beta ([#5067](https://github.com/googleapis/google-cloud-node/issues/5067)) ([45a51f5](https://github.com/googleapis/google-cloud-node/commit/45a51f588c8d296e06dbecc87dd6875e9076fc62))

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

packages/google-cloud-cloudcontrolspartner/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/cloudcontrolspartner": "0.0.0"
17+
"@google-cloud/cloudcontrolspartner": "^0.1.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^8.0.0",

packages/google-cloud-compute/CHANGELOG.md

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

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

7+
## [4.3.0](https://github.com/googleapis/google-cloud-node/compare/compute-v4.2.0...compute-v4.3.0) (2024-03-04)
8+
9+
10+
### Features
11+
12+
* [compute] Update Compute Engine API to revision 20240220 ([#886](https://github.com/googleapis/google-cloud-node/issues/886)) ([#5100](https://github.com/googleapis/google-cloud-node/issues/5100)) ([7e4ae75](https://github.com/googleapis/google-cloud-node/commit/7e4ae75f404ce899eef0d05f99ff6879d7920aae))
13+
714
## [4.2.0](https://github.com/googleapis/google-cloud-node/compare/compute-v4.1.0...compute-v4.2.0) (2024-02-09)
815

916

packages/google-cloud-compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/compute",
33
"description": "Google Compute Engine Client Library for Node.js",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-compute/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha test --timeout 1200000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/compute": "^4.2.0",
17+
"@google-cloud/compute": "^4.3.0",
1818
"@sendgrid/mail": "^8.0.0",
1919
"nodemailer": "^6.0.0",
2020
"nodemailer-smtp-transport": "^2.7.4"

packages/google-cloud-securitycenter/CHANGELOG.md

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

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

7+
## [8.4.0](https://github.com/googleapis/google-cloud-node/compare/security-center-v8.3.0...security-center-v8.4.0) (2024-03-04)
8+
9+
10+
### Features
11+
12+
* [securitycenter] Added security center api V2 client library ([#5073](https://github.com/googleapis/google-cloud-node/issues/5073)) ([b4717ef](https://github.com/googleapis/google-cloud-node/commit/b4717ef3fce7029c95a89440c88992334b49e173))
13+
714
## [8.3.0](https://github.com/googleapis/google-cloud-node/compare/security-center-v8.2.0...security-center-v8.3.0) (2024-02-22)
815

916

packages/google-cloud-securitycenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/security-center",
33
"description": "Cloud Security Command Center API client for Node.js",
4-
"version": "8.3.0",
4+
"version": "8.4.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-securitycenter/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"@google-cloud/pubsub": "^4.0.0",
17-
"@google-cloud/security-center": "^8.3.0"
17+
"@google-cloud/security-center": "^8.4.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)