Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

fix(deps): update dependency gcp-metadata to v1#975

Merged
kjin merged 3 commits intomasterfrom
renovate/gcp-metadata-1.x
Feb 26, 2019
Merged

fix(deps): update dependency gcp-metadata to v1#975
kjin merged 3 commits intomasterfrom
renovate/gcp-metadata-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 15, 2019

This PR contains the following updates:

Package Type Update Change References
gcp-metadata dependencies major ^0.9.0 -> ^1.0.0 source

Release Notes

googleapis/gcp-metadata

v1.0.0

Compare Source

02-14-2019 16:00 PST

Bug Fixes
  • fix: ask gaxios for text and not json (#​152)
Documentation
  • docs: update links in contrib guide (#​168)
  • docs: add lint/fix example to contributing guide (#​160)
Internal / Testing Changes
  • build: use linkinator for docs test (#​166)
  • chore(deps): update dependency @​types/tmp to v0.0.34 (#​167)
  • build: create docs test npm scripts (#​165)
  • test: run system tests on GCB (#​157)
  • build: test using @​grpc/grpc-js in CI (#​164)
  • chore: move CONTRIBUTING.md to root (#​162)
  • chore(deps): update dependency gcx to v0.1.1 (#​159)
  • chore(deps): update dependency gcx to v0.1.0 (#​158)
  • chore(deps): update dependency gcx to v0.0.4 (#​155)
  • chore(deps): update dependency googleapis to v37 (#​156)
  • build: ignore googleapis.com in doc link check (#​153)
  • build: check broken links in generated docs (#​149)
  • chore(build): inject yoshi automation key (#​148)

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.


  • If you want to rebase/retry this PR, check this box

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 Feb 15, 2019
@renovate renovate Bot force-pushed the renovate/gcp-metadata-1.x branch from 390cf61 to 5723e17 Compare February 18, 2019 21:34
@renovate renovate Bot force-pushed the renovate/gcp-metadata-1.x branch from 5723e17 to 2802c6e Compare February 19, 2019 20:35
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Feb 22, 2019
@kjin kjin added status: blocked Resolving the issue is dependent on other work. and removed 🚨 This issue needs some love. labels Feb 25, 2019
@kjin
Copy link
Copy Markdown
Contributor

kjin commented Feb 25, 2019

Blocked by googleapis/gcp-metadata#171

@ofrobots ofrobots removed the status: blocked Resolving the issue is dependent on other work. label Feb 25, 2019
@ofrobots
Copy link
Copy Markdown
Contributor

Not blocked as googleapis/gcp-metadata#171 is closed unmerged now.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 25, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

Comment thread test/nocks.ts Outdated
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Feb 25, 2019
Comment thread test/nocks.ts Outdated
.get('/computeMetadata/v1/project/project-id')
.once()
.reply(status, reply, {'Metadata-Flavor': 'Google'});
return nock(HOST_ADDRESS).get(HOST_ADDRESS).once().reply(status, reply, {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the two occurrences of HOST_ADDRESS intentional?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes. Thanks

Comment thread test/test-no-self-tracing.ts Outdated

it('should not trace publishes', function(done) {
var metadataScope = nock('http://metadata.google.internal')
var metadataScope = nock('http://metadata.google.internal.')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed this one?

@kjin kjin force-pushed the renovate/gcp-metadata-1.x branch from e2d239e to 5f586c5 Compare February 26, 2019 01:18
@kjin
Copy link
Copy Markdown
Contributor

kjin commented Feb 26, 2019

TBR=@ofrobots

@kjin kjin merged commit ea9cb4b into master Feb 26, 2019
@renovate renovate Bot deleted the renovate/gcp-metadata-1.x branch February 26, 2019 19:23
@ofrobots
Copy link
Copy Markdown
Contributor

LGTM

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

Labels

cla: yes This human has signed the Contributor License Agreement. 🚨 This issue needs some love.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants