Skip to content

Commit 35548bc

Browse files
authored
Merge branch 'main' into owl-bot-update-lock-30b77fc5b701c187c87283d1baa8828e952d78b0066c4ddca492b7f2a29b3b68
2 parents f009be9 + 3477d1e commit 35548bc

33 files changed

+528
-116
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:30b77fc5b701c187c87283d1baa8828e952d78b0066c4ddca492b7f2a29b3b68
17-
# created: 2025-06-26T21:43:25.010231089Z
16+
digest: sha256:da8a4a745d5eb96f07fa99a550afe49ac80dcd9b93a8d914e4f1f6f1cda653ff
17+
# created: 2025-10-14T15:58:07.94636513Z

.github/.OwlBot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
1616

17+
deep-preserve-regex:
18+
- /\.kokoro/samples-test\.sh
19+
1720

1821
begin-after-commit-hash: 674a41e0de2869f44f45eb7b1a605852a5394bba
1922

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ branchProtectionRules:
1212
requiredStatusCheckContexts:
1313
- "ci/kokoro: Samples test"
1414
- "ci/kokoro: System test"
15-
- docs
1615
- lint
1716
- test (14)
1817
- test (16)

.github/workflows/ci.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,3 @@ jobs:
6060
node-version: 18
6161
- run: npm install
6262
- run: npm run lint
63-
docs:
64-
runs-on: ubuntu-latest
65-
steps:
66-
- uses: actions/checkout@v4
67-
- uses: actions/setup-node@v4
68-
with:
69-
node-version: 18
70-
- run: npm install
71-
- run: npm run docs
72-
- uses: JustinBeckwith/linkinator-action@v1
73-
with:
74-
paths: docs/

.github/workflows/issues-no-repro.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
issues: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v5
14+
- uses: actions/setup-node@v6
1515
with:
1616
node-version: 18
1717
- run: npm install

.github/workflows/response.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/github-script@v7
1818
with:
1919
script: |
@@ -27,7 +27,7 @@ jobs:
2727
issues: write
2828
pull-requests: write
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- uses: actions/github-script@v7
3232
with:
3333
script: |

.kokoro/samples-test.sh

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

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

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

7+
## [7.17.2](https://github.com/googleapis/nodejs-storage/compare/v7.17.1...v7.17.2) (2025-10-06)
8+
9+
10+
### Bug Fixes
11+
12+
* Common Service: should retry a request failed ([#2652](https://github.com/googleapis/nodejs-storage/issues/2652)) ([b38b5d2](https://github.com/googleapis/nodejs-storage/commit/b38b5d221f2cb72658c1eb4a726315ab395a542c))
13+
* Implement path containment to prevent traversal attacks ([#2654](https://github.com/googleapis/nodejs-storage/issues/2654)) ([08d7abf](https://github.com/googleapis/nodejs-storage/commit/08d7abf32dd365b24ce34c66174be06c30bfce8f))
14+
15+
## [7.17.1](https://github.com/googleapis/nodejs-storage/compare/v7.17.0...v7.17.1) (2025-08-27)
16+
17+
18+
### Bug Fixes
19+
20+
* Respect useAuthWithCustomEndpoint flag for resumable uploads ([#2637](https://github.com/googleapis/nodejs-storage/issues/2637)) ([707b4f2](https://github.com/googleapis/nodejs-storage/commit/707b4f2fe1d67878bcd8f1434e4cbb57c951994e))
21+
22+
## [7.17.0](https://github.com/googleapis/nodejs-storage/compare/v7.16.0...v7.17.0) (2025-08-18)
23+
24+
25+
### Features
26+
27+
* Add CSEK to download ([#2604](https://github.com/googleapis/nodejs-storage/issues/2604)) ([cacc0be](https://github.com/googleapis/nodejs-storage/commit/cacc0be49a4fe81c384180bdfd77820b6b3f3001))
28+
29+
30+
### Bug Fixes
31+
32+
* Propagate errors when using pipelines ([#2560](https://github.com/googleapis/nodejs-storage/issues/2560)) ([#2624](https://github.com/googleapis/nodejs-storage/issues/2624)) ([a43b490](https://github.com/googleapis/nodejs-storage/commit/a43b4904ecf2ebacde22bc6efbdcf97ac886e28d))
33+
* Typo correction ([#2610](https://github.com/googleapis/nodejs-storage/issues/2610)) ([9cae69c](https://github.com/googleapis/nodejs-storage/commit/9cae69cc280227737b5a1a1476eae1b2612b162b))
34+
735
## [7.16.0](https://github.com/googleapis/nodejs-storage/compare/v7.15.2...v7.16.0) (2025-03-31)
836

937

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# [Google Cloud Storage: Node.js Client](https://github.com/googleapis/nodejs-storage)
66

77
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
8-
[![npm version](https://img.shields.io/npm/v/@google-cloud/storage.svg)](https://www.npmjs.org/package/@google-cloud/storage)
8+
[![npm version](https://img.shields.io/npm/v/@google-cloud/storage.svg)](https://www.npmjs.com/package/@google-cloud/storage)
99

1010

1111

owlbot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
s.copy(templates, excludes=['.jsdoc.js',
2525
'.github/release-please.yml',
2626
'.github/sync-repo-settings.yaml',
27+
'.github/workflows/ci.yaml',
2728
'.prettierrc.js',
2829
'.mocharc.js',
2930
'.kokoro/continuous/node14/system-test.cfg',
3031
'.kokoro/presubmit/node14/system-test.cfg',
3132
'.kokoro/release/publish.cfg',
32-
'.kokoro/system-test.sh'
33+
'.kokoro/system-test.sh',
34+
'.kokoro/samples-test.sh',
3335
])
3436

3537
# Create .config directory under $HOME to get around permissions issues

0 commit comments

Comments
 (0)