This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
chore(stackdriver): upgrade google-auth-library, drop node8 #887
Merged
aabmass
merged 1 commit into
census-instrumentation:master
from
aabmass:upgrade-auth-library
Feb 16, 2021
Merged
chore(stackdriver): upgrade google-auth-library, drop node8 #887
aabmass
merged 1 commit into
census-instrumentation:master
from
aabmass:upgrade-auth-library
Feb 16, 2021
Conversation
This file contains 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
aabmass
changed the title
upgrade auth library
chore: update broken package-lock resolves
Feb 14, 2021
aabmass
force-pushed
the
upgrade-auth-library
branch
from
February 14, 2021 04:57
4c9bf3a
to
236712c
Compare
aabmass
changed the title
chore: update broken package-lock resolves
chore(stackdriver): upgrade google-auth-library
Feb 14, 2021
aabmass
force-pushed
the
upgrade-auth-library
branch
from
February 14, 2021 18:06
236712c
to
c8791de
Compare
aabmass
changed the title
chore(stackdriver): upgrade google-auth-library
chore(stackdriver): upgrade google-auth-library, drop node8
Feb 14, 2021
aabmass
force-pushed
the
upgrade-auth-library
branch
5 times, most recently
from
February 14, 2021 20:35
5623d5d
to
4a89df4
Compare
aabmass
requested review from
draffensperger,
hekike and
mayurkale22
as code owners
February 14, 2021 22:26
jsuereth
approved these changes
Feb 16, 2021
packages/opencensus-exporter-stackdriver/test/test-stackdriver-cloudtrace.ts
Show resolved
Hide resolved
punya
approved these changes
Feb 16, 2021
filters: *release_tags | ||
matrix: | ||
parameters: | ||
node_version: [10, 11, 12] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR, but in future we should consider not adding support for new unstable (odd-numbered) versions of NodeJS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just leave these versions and not add any?
aabmass
force-pushed
the
upgrade-auth-library
branch
from
February 16, 2021 15:57
4a89df4
to
582d93b
Compare
BREAKING CHANGE: major version upgrade google-auth-library BREAKING CHANGE: dropping support node8 for security fix
aabmass
force-pushed
the
upgrade-auth-library
branch
from
February 16, 2021 16:00
582d93b
to
059bb2c
Compare
This was referenced Feb 19, 2021
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.
BREAKING CHANGE: major version upgrade google-auth-library
BREAKING CHANGE: dropping support node8 for security fix
Partial fix for #864
npm audit fix
, no longer any security issues.npm run fix
to re-format code with upgrade gts