Skip to content

Commit ca43580

Browse files
chore: release main (googleapis#9015)
🤖 I have created a release *beep* *boop* --- <details><summary>common: 7.0.0</summary> ## [7.0.0](googleapis/google-cloud-node@common-v6.1.0...common-v7.0.0) (2026-07-29) ### ⚠ BREAKING CHANGES * Update common to minimum Node version of 22. ([googleapis#8988](googleapis#8988)) ### Features * Update common to minimum Node version of 22. ([googleapis#8988](googleapis#8988)) ([d38c05a](googleapis@d38c05a)), refs [googleapis#8985](googleapis#8985) </details> <details><summary>agentidentity: 0.1.0</summary> ## 0.1.0 (2026-07-29) ### Features * **google/cloud/agentidentity/v1beta:** Onboard a new library ([googleapis#9013](googleapis#9013)) ([acd5989](googleapis@acd5989)) * **google/cloud/agentidentity/v1:** Onboard a new library ([googleapis#9014](googleapis#9014)) ([b4cef83](googleapis@b4cef83)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b4cef83 commit ca43580

7 files changed

Lines changed: 72 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"core/common": "6.1.0",
2+
"core/common": "7.0.0",
33
"core/dev-packages/jsdoc-fresh": "6.0.0",
44
"core/dev-packages/jsdoc-region-tag": "5.0.0",
55
"core/dev-packages/pack-n-play": "5.0.0",
@@ -52,7 +52,7 @@
5252
"packages/google-chat": "0.27.0",
5353
"packages/google-cloud-accessapproval": "4.2.2",
5454
"packages/google-cloud-advisorynotifications": "2.2.2",
55-
"packages/google-cloud-agentidentity": "0.0.0",
55+
"packages/google-cloud-agentidentity": "0.1.0",
5656
"packages/google-cloud-agentregistry": "0.2.0",
5757
"packages/google-cloud-aiplatform": "6.11.0",
5858
"packages/google-cloud-alloydb": "2.7.0",

changelog.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "b4cef8341fce750686fb48e57a819b883dc708ba",
9+
"message": "Onboard a new library",
10+
"issues": [
11+
"9014"
12+
],
13+
"scope": "google/cloud/agentidentity/v1"
14+
},
15+
{
16+
"type": "feat",
17+
"sha": "acd5989d9f5e94df3f895795a318547b97e5554b",
18+
"message": "Onboard a new library",
19+
"issues": [
20+
"9013"
21+
],
22+
"scope": "google/cloud/agentidentity/v1beta"
23+
}
24+
],
25+
"version": "0.1.0",
26+
"language": "JAVASCRIPT",
27+
"artifactName": "@google-cloud/agentidentity",
28+
"id": "7ff63c56-1743-46d8-94aa-4e9c930609de",
29+
"createTime": "2026-07-29T20:49:49.925Z"
30+
},
31+
{
32+
"changes": [
33+
{
34+
"type": "feat",
35+
"sha": "d38c05a5e14cec57b66b4106d6bbd511ac4fd6f2",
36+
"message": "Update common to minimum Node version of 22.",
37+
"issues": [
38+
"8988",
39+
"8985"
40+
],
41+
"breakingChangeNote": "Update common to minimum Node version of 22. ([#8988](https://github.com/googleapis/google-cloud-node/issues/8988))"
42+
}
43+
],
44+
"version": "7.0.0",
45+
"language": "JAVASCRIPT",
46+
"artifactName": "@google-cloud/common",
47+
"id": "4c8b9ecd-553e-4776-b907-e47e652ac4e9",
48+
"createTime": "2026-07-29T20:49:49.883Z"
49+
},
450
{
551
"changes": [
652
{
@@ -83862,5 +83908,5 @@
8386283908
"createTime": "2023-01-28T04:18:24.718Z"
8386383909
}
8386483910
],
83865-
"updateTime": "2026-07-29T19:47:29.586Z"
83911+
"updateTime": "2026-07-29T20:49:49.925Z"
8386683912
}

core/common/CHANGELOG.md

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

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

8+
## [7.0.0](https://github.com/googleapis/google-cloud-node/compare/common-v6.1.0...common-v7.0.0) (2026-07-29)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Update common to minimum Node version of 22. ([#8988](https://github.com/googleapis/google-cloud-node/issues/8988))
14+
15+
### Features
16+
17+
* Update common to minimum Node version of 22. ([#8988](https://github.com/googleapis/google-cloud-node/issues/8988)) ([d38c05a](https://github.com/googleapis/google-cloud-node/commit/d38c05a5e14cec57b66b4106d6bbd511ac4fd6f2)), refs [#8985](https://github.com/googleapis/google-cloud-node/issues/8985)
18+
819
## [6.1.0](https://github.com/googleapis/google-cloud-node/compare/common-v6.0.1...common-v6.1.0) (2026-07-23)
920

1021

core/common/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/common",
33
"description": "Common components for Cloud APIs Node.js Client Libraries",
4-
"version": "6.1.0",
4+
"version": "7.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

librarian.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ libraries:
215215
- path: google/cloud/agentidentity/v1
216216
- path: google/cloud/agentidentity/v1beta
217217
copyright_year: "2026"
218+
version: 0.1.0
218219
- name: google-cloud-agentregistry
219220
version: 0.2.0
220221
apis:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-07-29)
4+
5+
6+
### Features
7+
8+
* **google/cloud/agentidentity/v1beta:** Onboard a new library ([#9013](https://github.com/googleapis/google-cloud-node/issues/9013)) ([acd5989](https://github.com/googleapis/google-cloud-node/commit/acd5989d9f5e94df3f895795a318547b97e5554b))
9+
* **google/cloud/agentidentity/v1:** Onboard a new library ([#9014](https://github.com/googleapis/google-cloud-node/issues/9014)) ([b4cef83](https://github.com/googleapis/google-cloud-node/commit/b4cef8341fce750686fb48e57a819b883dc708ba))

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,4 @@
332332
],
333333
"release-type": "node-librarian",
334334
"separate-pull-requests": false
335-
}
335+
}

0 commit comments

Comments
 (0)