This repository was archived by the owner on Jan 21, 2026. It is now read-only.
fix(deps): update dependency gcp-metadata to ^0.9.0#889
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
fix(deps): update dependency gcp-metadata to ^0.9.0#889renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
43ab5bb to
52c2c7c
Compare
JustinBeckwith
approved these changes
Oct 22, 2018
241dca9 to
178a5f4
Compare
Contributor
|
Blocked by googleapis/gcp-metadata#109 |
178a5f4 to
7688c53
Compare
7688c53 to
8bddb8b
Compare
8bddb8b to
fc6b829
Compare
fc6b829 to
fd46ca3
Compare
fd46ca3 to
1019f47
Compare
1019f47 to
b355d3d
Compare
b355d3d to
1019f47
Compare
1019f47 to
2f13f7d
Compare
2f13f7d to
5876c07
Compare
5876c07 to
02a8ffb
Compare
Contributor
|
Seems like renovate keeps clobbering my commit :( I'll open a new PR. |
Contributor
Author
Renovate Ignore NotificationAs 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 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.7.0->^0.9.0Release Notes
googleapis/gcp-metadata
v0.9.0Compare Source
10-26-2018 13:10 PDT
New Features
A new option,
headers, has been added to allow metadata queries to be sent with custom headers.v0.8.0Compare 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()andproject()has changedThe
instance()andproject()methods are much more selective about which properties they will accept.The only accepted properties are
paramsandproperties. Theinstance()andproject()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
Implementation Changes
Dependencies
Internal / Testing Changes
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.