Skip to content

Commit d0ebdd9

Browse files
chore(main): release google-auth-library 10.8.0
1 parent d57dbc5 commit d0ebdd9

5 files changed

Lines changed: 50 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"core/packages/gax": "5.0.7",
99
"core/packages/gaxios": "7.1.5",
1010
"core/packages/gcp-metadata": "8.1.3",
11-
"core/packages/google-auth-library-nodejs": "10.7.0",
11+
"core/packages/google-auth-library-nodejs": "10.8.0",
1212
"core/packages/logging-utils": "1.1.4",
1313
"core/packages/nodejs-googleapis-common": "8.0.2",
1414
"core/packages/nodejs-proto-files": "5.0.2",

changelog.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "75f148ca83618193c884e139ff8ed76e28854d2d",
9+
"message": "Port GDCH credentials support to Node.js Auth SDK",
10+
"issues": [
11+
"8301"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
17+
"message": "Bump all node submodules",
18+
"issues": [
19+
"8178"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
25+
"message": "Change the copyright year for files in the packages folder",
26+
"issues": [
27+
"8109"
28+
]
29+
}
30+
],
31+
"version": "10.8.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "google-auth-library",
34+
"id": "2c466c83-3ab5-4155-b008-53f05ed55178",
35+
"createTime": "2026-06-11T14:56:15.318Z"
36+
},
437
{
538
"changes": [
639
{
@@ -80093,5 +80126,5 @@
8009380126
"createTime": "2023-01-28T04:18:24.718Z"
8009480127
}
8009580128
],
80096-
"updateTime": "2026-06-08T17:51:13.237Z"
80129+
"updateTime": "2026-06-11T14:56:15.318Z"
8009780130
}

core/packages/google-auth-library-nodejs/CHANGELOG.md

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

66
[1]: https://www.npmjs.com/package/google-auth-library?activeTab=versions
77

8+
## [10.8.0](https://github.com/googleapis/google-cloud-node/compare/google-auth-library-v10.7.0...google-auth-library-v10.8.0) (2026-06-11)
9+
10+
11+
### Features
12+
13+
* Port GDCH credentials support to Node.js Auth SDK ([#8301](https://github.com/googleapis/google-cloud-node/issues/8301)) ([75f148c](https://github.com/googleapis/google-cloud-node/commit/75f148ca83618193c884e139ff8ed76e28854d2d))
14+
15+
16+
### Bug Fixes
17+
18+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
19+
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
20+
821
## [10.7.0](https://github.com/googleapis/google-cloud-node/compare/google-auth-library-v10.6.3...google-auth-library-v10.7.0) (2026-06-03)
922

1023

core/packages/google-auth-library-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-auth-library",
3-
"version": "10.7.0",
3+
"version": "10.8.0",
44
"author": "Google Inc.",
55
"description": "Google APIs Authentication Client Library for Node.js",
66
"engines": {

core/packages/google-auth-library-nodejs/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@google-cloud/storage": "^7.0.0",
1818
"@aws-sdk/credential-providers": "^3.58.0",
1919
"@googleapis/iam": "^34.0.0",
20-
"google-auth-library": "^10.7.0",
20+
"google-auth-library": "^10.8.0",
2121
"dotenv": "^17.0.0",
2222
"gaxios": "^7.0.0",
2323
"node-fetch": "^2.3.0",

0 commit comments

Comments
 (0)