Skip to content

Commit 1bdd89c

Browse files
committed
Merge branch 'main' of https://github.com/googleapis/google-cloud-node into release-please--branches--main
# Conflicts: # changelog.json
2 parents 3559092 + 3d9139e commit 1bdd89c

83 files changed

Lines changed: 78722 additions & 7173 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/assign-reviewers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
if: github.event.pull_request.draft == false
1515
steps:
1616
- name: Assign Reviewers
17+
continue-on-error: true
1718
uses: actions/github-script@v7
1819
with:
1920
github-token: ${{ secrets.GOOGLER_CHECK_TOKEN || secrets.GITHUB_TOKEN }}

.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
@@ -790,6 +790,39 @@
790790
"id": "ce2c5999-478f-46a2-bbcf-1c71d88cc320",
791791
"createTime": "2026-06-18T13:34:37.996Z"
792792
},
793+
{
794+
"changes": [
795+
{
796+
"type": "feat",
797+
"sha": "75f148ca83618193c884e139ff8ed76e28854d2d",
798+
"message": "Port GDCH credentials support to Node.js Auth SDK",
799+
"issues": [
800+
"8301"
801+
]
802+
},
803+
{
804+
"type": "fix",
805+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
806+
"message": "Bump all node submodules",
807+
"issues": [
808+
"8178"
809+
]
810+
},
811+
{
812+
"type": "fix",
813+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
814+
"message": "Change the copyright year for files in the packages folder",
815+
"issues": [
816+
"8109"
817+
]
818+
}
819+
],
820+
"version": "10.8.0",
821+
"language": "JAVASCRIPT",
822+
"artifactName": "google-auth-library",
823+
"id": "6a306654-ec88-4349-9e08-6183c563dae9",
824+
"createTime": "2026-06-18T00:26:09.772Z"
825+
},
793826
{
794827
"changes": [
795828
{
@@ -81495,5 +81528,5 @@
8149581528
"createTime": "2023-01-28T04:18:24.718Z"
8149681529
}
8149781530
],
81498-
"updateTime": "2026-06-16T00:07:06.414Z"
81531+
"updateTime": "2026-06-18T00:26:09.772Z"
8149981532
}

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-18)
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",

librarian.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ libraries:
192192
nodejs_apis:
193193
- omit_common_resources: true
194194
path: google/cloud/advisorynotifications/v1
195+
- name: google-cloud-agentregistry
196+
apis:
197+
- path: google/cloud/agentregistry/v1
198+
copyright_year: "2026"
195199
- name: google-cloud-aiplatform
196200
version: 6.8.1
197201
apis:
@@ -375,7 +379,6 @@ libraries:
375379
- path: google/cloud/bigquery/connection/v1
376380
- path: google/cloud/bigquery/connection/v1beta1
377381
copyright_year: "2026"
378-
skip_generate: true
379382
nodejs:
380383
default_version: v1
381384
- name: google-cloud-bigquery-dataexchange
@@ -1859,7 +1862,6 @@ libraries:
18591862
apis:
18601863
- path: google/monitoring/dashboard/v1
18611864
copyright_year: "2026"
1862-
skip_generate: true
18631865
nodejs:
18641866
default_version: v1
18651867
package_name: '@google-cloud/monitoring-dashboards'
@@ -2012,9 +2014,17 @@ libraries:
20122014
- name: google-storage-control
20132015
version: 0.10.0
20142016
apis:
2017+
- path: google/storage/v2
20152018
- path: google/storage/control/v2
20162019
copyright_year: "2026"
2017-
skip_generate: true
2020+
keep:
2021+
- src/util/ast_utils.ts
2022+
- src/util/index_fix_utils.ts
2023+
- src/util/proto_utils.ts
2024+
- src/util/samples_and_doc_fix_utils.ts
2025+
- src/util/storage_control_utils.ts
2026+
- src/util/uber_client_builder.ts
2027+
- test/storage_control_compatibility.ts
20182028
nodejs:
20192029
default_version: v2
20202030
package_name: '@google-cloud/storage-control'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**/*.log
2+
**/node_modules
3+
/.coverage
4+
/coverage
5+
/.nyc_output
6+
/docs/
7+
/out/
8+
/build/
9+
system-test/secrets.js
10+
system-test/*key.json
11+
*.lock
12+
.DS_Store
13+
package-lock.json
14+
__pycache__
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
// Copyright 2026 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
15+
// ** This file is automatically generated by gapic-generator-typescript. **
16+
// ** https://github.com/googleapis/gapic-generator-typescript **
17+
// ** All changes to this file may be overwritten. **
18+
19+
'use strict';
20+
21+
module.exports = {
22+
opts: {
23+
readme: './README.md',
24+
package: './package.json',
25+
template: './node_modules/jsdoc-fresh',
26+
recurse: true,
27+
verbose: true,
28+
destination: './docs/'
29+
},
30+
plugins: [
31+
'plugins/markdown',
32+
'jsdoc-region-tag'
33+
],
34+
source: {
35+
excludePattern: '(^|\\/|\\\\)[._]',
36+
include: [
37+
'build/src',
38+
'protos'
39+
],
40+
includePattern: '\\.js$'
41+
},
42+
templates: {
43+
copyright: 'Copyright 2026 Google LLC',
44+
includeDate: false,
45+
sourceFiles: false,
46+
systemName: '@google-cloud/agentregistry',
47+
theme: 'lumen',
48+
default: {
49+
outputSourceFiles: false
50+
}
51+
},
52+
markdown: {
53+
idInHeadings: true
54+
}
55+
};
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"report-dir": "./.coverage",
3+
"reporter": ["text", "lcov"],
4+
"exclude": [
5+
"**/*-test",
6+
"**/.coverage",
7+
"**/apis",
8+
"**/benchmark",
9+
"**/conformance",
10+
"**/docs",
11+
"**/samples",
12+
"**/scripts",
13+
"**/protos",
14+
"**/test",
15+
"**/*.d.ts",
16+
".jsdoc.js",
17+
"**/.jsdoc.js",
18+
"karma.conf.js",
19+
"webpack-tests.config.js",
20+
"webpack.config.js"
21+
],
22+
"exclude-after-remap": false,
23+
"all": true
24+
}

0 commit comments

Comments
 (0)