Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

An in-range update of @google-cloud/storage is breaking the build 🚨 #84

Open
greenkeeper bot opened this issue Dec 20, 2018 · 4 comments
Open

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Dec 20, 2018

The dependency @google-cloud/storage was updated from 2.3.3 to 2.3.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@google-cloud/storage is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v2.3.4

12-19-2018 14:21 PST

Implementation Changes

  • fix(types): file.getMetadata should resolves to Metadata, not File (#560)

Internal / Testing Changes

  • refactor: modernize the sample tests (#558)
  • chore(build): inject yoshi automation key (#555)
  • chore: update nyc and eslint configs (#554)
  • chore: fix publish.sh permission +x (#552)
  • fix(build): fix Kokoro release script (#551)
  • build: add Kokoro configs for autorelease (#550)
Commits

The new version differs by 3 commits.

  • 56b64cf Release v2.3.4 (#561)
  • 01f3430 fix(types): file.getMetadata should resolves to Metadata, not File (#560)
  • acfa55c refactor: modernize the sample tests (#558)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 20, 2018

After pinning to 2.3.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 6, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.4.2

02-05-2019 16:55 PST

Dependencies

  • deps: update @google-cloud/common (#596)
  • chore(deps): update dependency typescript to ~3.3.0 (#591)

Documentation

  • docs: add lint/fix example to contributing guide (#594)

Internal / Testing Changes

  • test: skip public bucket system tests running under VPCSC (#595)
Commits

The new version differs by 19 commits.

  • 66be30a Release v2.4.2 (#597)
  • fb78556 deps: update @google-cloud/common (#596)
  • 6d4687d test: skip public bucket system tests running under VPCSC (#595)
  • e3c10a1 docs: add lint/fix example to contributing guide (#594)
  • c381ce8 chore(deps): update dependency typescript to ~3.3.0 (#591)
  • 73f500b Release v2.4.1 (#590)
  • 427c59b fix(ts): fix Storage.createBucket overloaded signature (#589)
  • e4032c6 fix(deps): update dependency @google-cloud/pubsub to ^0.24.0 (#588)
  • 0256a11 Release v2.4.0 (#587)
  • 4007cbe deps: upgrade nodejs-common (#582)
  • fb0148b chore(deps): update dependency eslint-config-prettier to v4 (#586)
  • b8e92f6 fix(deps): update dependency @google-cloud/pubsub to ^0.23.0 (#583)
  • 4e262f2 test: Bucket Policy Only related system test (#579)
  • 932246a docs(samples): Bucket Policy Only Samples (#557)
  • 1e0d450 build: check broken links in generated docs (#567)

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.4.3

03-13-2019 17:10 PDT

Bug Fixes / Implementation Changes

  • fix: getSigned(Policy|Url) throws if expiration is invalid Date (#614)
  • fix: handle errors from file#createReadStream (#615)

Dependencies

  • fix(deps): update dependency @google-cloud/paginator to ^0.2.0
  • fix(deps): update dependency gcs-resumable-upload to v1 (#619)
  • fix(deps): update dependency @google-cloud/pubsub to ^0.27.0 (#620)
  • fix(deps): update dependency @google-cloud/pubsub to ^0.26.0 (#618)
  • fix(deps): update dependency @google-cloud/pubsub to ^0.25.0 (#616)
  • chore(deps): update dependency mocha to v6 (#611)
  • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#609)
  • chore(deps): update dependency @types/tmp to v0.0.34 (#608)
  • fix(deps): update dependency yargs to v13 (#606)

Documentation

  • docs: update links in contrib guide (#610)
  • docs: update contributing path in README (#603)
  • chore: move CONTRIBUTING.md to root (#601)

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#624)
  • build: use node10 to run samples-test, system-test etc (#623)
  • build: update release configuration
  • build: use linkinator for docs test (#607)
  • build: create docs test npm scripts (#605)
  • build: test using @grpc/grpc-js in CI (#604)
  • chore: remove console.log in system test (#599)
Commits

The new version differs by 43 commits.

  • f1ef9c6 Release v2.4.3 (#628)
  • b80ee22 fix(deps): update dependency @google-cloud/pubsub to ^0.28.0
  • 813ecca tests: fix assertion syntax (#629)
  • e24f2d1 fix(deps): update dependency @google-cloud/paginator to ^0.2.0
  • 72a57ab build: Add docuploader credentials to node publish jobs (#624)
  • 58d4ea5 fix(deps): update dependency gcs-resumable-upload to v1 (#619)
  • 23a3cf0 build: use node10 to run samples-test, system-test etc (#623)
  • a5ea8ab fix(deps): update dependency @google-cloud/pubsub to ^0.27.0 (#620)
  • 0a6c134 build: update release configuration
  • 5dcb36c fix(deps): update dependency @google-cloud/pubsub to ^0.26.0 (#618)
  • c09f7c2 fix: handle errors from file#createReadStream (#615)
  • d10c120 fix(deps): update dependency @google-cloud/pubsub to ^0.25.0 (#616)
  • 1c3bd03 fix: getSigned(Policy|Url) throws if expiration is invalid Date (#614)
  • f6acc87 chore(deps): update dependency mocha to v6 (#611)
  • c3f3a8e build: use linkinator for docs test (#607)

There are 43 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 4, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.5.0

04-04-2019 12:27 PDT

This release brings an option to file#getSignedURL to create a version 4 Signed URL.

file.getSignedUrl({
  version: 'v4', // optional, defaults to v2 (existing version)
  action: 'read',
  expires: FUTURE_DATE,
})

New Features

  • feat: introduce v4 signed url (#637)

Dependencies

  • chore(deps): update dependency @types/node to v11.13.0 (#662)
  • chore(deps): update dependency @types/tmp to v0.1.0
  • chore(deps): upgrade to newest version of @google-cloud/common (#657)
  • chore(deps): update dependency typescript to ~3.4.0
  • chore(deps): update dependency tmp to ^0.1.0 (#641)

Documentation

  • docs: regenerate the samples/README.md (#649)
  • docs: slight difference in how nightly synthtool run generated README (#650)
  • docs: new synthtool generated README (#645)
  • docs(samples): refactor the quickstart to match the new rubric (#647)
  • docs: update README format
  • docs: add requires_billing, retire .cloud-repo-tools.json (#644)
  • docs: add additional api_id field (#640)
  • docs: document destination option (#633)
  • docs: clarify in docs, the meaning of ASIA and coldline (#632)
  • docs: add a .repo-metadata.json (#639)

Internal / Testing Changes

  • test(v2-sign): add multi-valued headers system-test (#646)
  • refactor: replace once with onetime (#660)
  • fix: do not download cached files (#643)
  • chore: publish to npm using wombat (#634)
  • build: use per-repo npm publish token (#630)
Commits

The new version differs by 65 commits.

  • c2ad574 Release @google-cloud/storage v2.5.0 (#665)
  • 521eafd feat: introduce v4 signed url (#637)
  • 00d61bc docs: regenerate the samples/README.md (#649)
  • c0db858 chore(deps): update dependency @types/node to v11.13.0 (#662)
  • 079f246 refactor: replace once with onetime (#660)
  • 3041d15 chore(deps): update dependency @types/tmp to v0.1.0
  • c44f70d chore(deps): upgrade to newest version of @google-cloud/common (#657)
  • 92332dd chore(deps): update dependency typescript to ~3.4.0
  • ba349ae docs: slight difference in how nightly synthtool run generated README (#650)
  • 53e290e docs: new synthtool generated README (#645)
  • 9916cc5 docs(samples): refactor the quickstart to match the new rubric (#647)
  • 51370df test(v2-sign): add multi-valued headers system-test (#646)
  • b48f31a docs: update README format
  • b7e446c docs: add requires_billing, retire .cloud-repo-tools.json (#644)
  • 2248a61 docs: add additional api_id field (#640)

There are 65 commits in total.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants