diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37648758d6a7..ce53ffe2d63b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "core/packages/gax": "5.0.7", "core/packages/gaxios": "7.1.5", "core/packages/gcp-metadata": "8.1.3", - "core/packages/google-auth-library-nodejs": "10.6.3", + "core/packages/google-auth-library-nodejs": "10.7.0", "core/packages/logging-utils": "1.1.4", "core/packages/nodejs-googleapis-common": "8.0.2", "core/packages/nodejs-proto-files": "5.0.2", diff --git a/changelog.json b/changelog.json index 917e4930c537..7c884c347177 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "75f148ca83618193c884e139ff8ed76e28854d2d", + "message": "Port GDCH credentials support to Node.js Auth SDK", + "issues": [ + "8301" + ] + } + ], + "version": "10.7.0", + "language": "JAVASCRIPT", + "artifactName": "google-auth-library", + "id": "c0798cea-e5bb-4f98-b15a-da5098ced3c0", + "createTime": "2026-06-03T21:14:03.065Z" + }, { "changes": [ { @@ -80008,5 +80025,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-01T19:22:56.778Z" + "updateTime": "2026-06-03T21:14:03.065Z" } \ No newline at end of file diff --git a/core/packages/google-auth-library-nodejs/CHANGELOG.md b/core/packages/google-auth-library-nodejs/CHANGELOG.md index 53ab5370aeaf..cd773709b8fa 100644 --- a/core/packages/google-auth-library-nodejs/CHANGELOG.md +++ b/core/packages/google-auth-library-nodejs/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/google-auth-library?activeTab=versions +## [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) + + +### Features + +* 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)) + ## [10.6.3](https://github.com/googleapis/google-cloud-node/compare/google-auth-library-v10.6.2...google-auth-library-v10.6.3) (2026-05-11) diff --git a/core/packages/google-auth-library-nodejs/package.json b/core/packages/google-auth-library-nodejs/package.json index 6294509f222a..f150fa790b6b 100644 --- a/core/packages/google-auth-library-nodejs/package.json +++ b/core/packages/google-auth-library-nodejs/package.json @@ -1,6 +1,6 @@ { "name": "google-auth-library", - "version": "10.6.3", + "version": "10.7.0", "author": "Google Inc.", "description": "Google APIs Authentication Client Library for Node.js", "engines": { diff --git a/core/packages/google-auth-library-nodejs/samples/package.json b/core/packages/google-auth-library-nodejs/samples/package.json index 2038265ca2fb..093d57572681 100644 --- a/core/packages/google-auth-library-nodejs/samples/package.json +++ b/core/packages/google-auth-library-nodejs/samples/package.json @@ -17,7 +17,7 @@ "@google-cloud/storage": "^7.0.0", "@aws-sdk/credential-providers": "^3.58.0", "@googleapis/iam": "^34.0.0", - "google-auth-library": "^10.6.3", + "google-auth-library": "^10.7.0", "dotenv": "^17.0.0", "gaxios": "^7.0.0", "node-fetch": "^2.3.0",