Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency gcp-metadata to ^0.9.0 #889

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2018

This PR contains the following updates:

Package Type Update Change References
gcp-metadata dependencies minor ^0.7.0 -> ^0.9.0 source

Release Notes

googleapis/gcp-metadata

v0.9.0

Compare Source

10-26-2018 13:10 PDT

  • feat: allow custom headers (#​109)
  • chore: update issue templates (#​108)
  • chore: remove old issue template (#​106)
  • build: run tests on node11 (#​105)
  • chores(build): do not collect sponge.xml from windows builds (#​104)
  • chores(build): run codecov on continuous builds (#​102)
  • chore(deps): update dependency nock to v10 (#​103)
  • chore: update new issue template (#​101)
  • build: fix codecov uploading on Kokoro (#​97)
  • Update kokoro config (#​95)
  • Update CI config (#​93)
  • Update kokoro config (#​91)
  • Re-generate library using /synth.py (#​90)
  • test: remove appveyor config (#​89)
  • Update kokoro config (#​88)
  • Enable prefer-const in the eslint config (#​87)
  • Enable no-var in eslint (#​86)
New Features

A new option, headers, has been added to allow metadata queries to be sent with custom headers.

v0.8.0

Compare Source

This release has breaking changes. Please take care when upgrading to the latest version.

Dropped support for Node.js 4.x and 9.x

This library is no longer tested against versions 4.x and 9.x of Node.js. Please upgrade to the latest supported LTS version!

Return type of instance() and project() has changed

The instance() and project() methods are much more selective about which properties they will accept.

The only accepted properties are params and properties. The instance() and project() methods also now directly return the data instead of a response object.

Changes in how large number valued properties are handled

Previously large number-valued properties were being silently losing precision when
returned by this library (as a number). In the cases where a number valued property
returned by the metadata service is too large to represent as a JavaScript number, we
will now return the value as a BigNumber (from the bignumber.js) library. Numbers that
do fit into the JavaScript number range will continue to be returned as numbers.
For more details see #​74.

Breaking Changes
  • chore: drop support for node.js 4 and 9 (#​68)
  • fix: quarantine axios config (#​62)
Implementation Changes
  • fix: properly handle large numbers in responses (#​74)
Dependencies
  • chore(deps): update dependency pify to v4 (#​73)
Internal / Testing Changes
  • Move to the new github org (#​84)
  • Update CI config (#​83)
  • Retry npm install in CI (#​81)
  • Update CI config (#​79)
  • chore(deps): update dependency nyc to v13 (#​77)
  • add key for system tests
  • increase kitchen test timeout
  • add a lint npm script
  • update npm scripts
  • add a synth file and run it (#​75)
  • chore(deps): update dependency assert-rejects to v1 (#​72)
  • chore: ignore package-log.json (#​71)
  • chore: update renovate config (#​70)
  • test: throw on deprecation
  • chore(deps): update dependency typescript to v3 (#​67)
  • chore: make it OSPO compliant (#​66)
  • chore(deps): update dependency gts to ^0.8.0 (#​65)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 22, 2018
@renovate renovate bot force-pushed the renovate/gcp-metadata-0.x branch 3 times, most recently from 43ab5bb to 52c2c7c Compare October 22, 2018 23:39
@renovate renovate bot force-pushed the renovate/gcp-metadata-0.x branch 2 times, most recently from 241dca9 to 178a5f4 Compare October 25, 2018 17:25
@kjin
Copy link
Contributor

kjin commented Oct 25, 2018

Blocked by googleapis/gcp-metadata#109

@renovate renovate bot force-pushed the renovate/gcp-metadata-0.x branch from 178a5f4 to 7688c53 Compare October 26, 2018 18:44
@renovate renovate bot changed the title fix(deps): update dependency gcp-metadata to ^0.8.0 fix(deps): update dependency gcp-metadata to ^0.9.0 Oct 26, 2018
@renovate renovate bot force-pushed the renovate/gcp-metadata-0.x branch from 7688c53 to 8bddb8b Compare October 26, 2018 23:29
@kjin kjin force-pushed the renovate/gcp-metadata-0.x branch from 8bddb8b to fc6b829 Compare October 26, 2018 23:40
@renovate renovate bot force-pushed the renovate/gcp-metadata-0.x branch from fc6b829 to fd46ca3 Compare October 26, 2018 23:40
@kjin kjin force-pushed the renovate/gcp-metadata-0.x branch from fd46ca3 to 1019f47 Compare October 27, 2018 00:14
@renovate renovate bot force-pushed the renovate/gcp-metadata-0.x branch from 1019f47 to b355d3d Compare October 27, 2018 00:14
@kjin kjin force-pushed the renovate/gcp-metadata-0.x branch from b355d3d to 1019f47 Compare October 27, 2018 00:35
@renovate renovate bot force-pushed the renovate/gcp-metadata-0.x branch from 1019f47 to 2f13f7d Compare October 27, 2018 00:35
@kjin kjin force-pushed the renovate/gcp-metadata-0.x branch from 2f13f7d to 5876c07 Compare October 27, 2018 00:39
@renovate renovate bot force-pushed the renovate/gcp-metadata-0.x branch from 5876c07 to 02a8ffb Compare October 27, 2018 00:39
@kjin kjin closed this Oct 29, 2018
@kjin
Copy link
Contributor

kjin commented Oct 29, 2018

Seems like renovate keeps clobbering my commit :( I'll open a new PR.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 29, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (^0.9.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/gcp-metadata-0.x branch October 29, 2018 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants