Skip to content

Releases: GoogleCloudPlatform/artifact-registry-npm-tools

v3.1.2

01 Jun 20:56
2d39ddf
Compare
Choose a tag to compare

What's Changed

  • Support multiple repos in user npmrc by @taemery in #56

Full Changelog: v3.1.1...v3.1.2

v3.1.1

27 Mar 20:19
28c6ebb
Compare
Choose a tag to compare

What's Changed

  • fix the problem where the workload identity pool cannot be used at Application Default Credentials #50

Full Changelog: v3.1.0...v3.1.1

v3.1.0

09 Feb 23:45
c01dc23
Compare
Choose a tag to compare

What's Changed

  • Default to using the user-level npmrc file if no project level exists by @taemery in #43
  • chore: release 3.1.0 by @yihanzhen in #44

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

31 Aug 20:46
9b9e507
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

07 Jun 20:19
b4f16fd
Compare
Choose a tag to compare

What's Changed

  • fix for bug where _authToken was moved to user .npmrc but now needs to be used locally by @ggprod in #33
  • Release 3.0.1 by @yihanzhen in #34

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

07 Oct 18:15
9689925
Compare
Choose a tag to compare
  • Introduce new flags --repo-config and --credential-config and support writing auth credentials to the user npmrc file.
  • Introduce a --verbose flag and hide debug level logs behind this flag.

v2.1.1

21 Jul 22:31
22e06c1
Compare
Choose a tag to compare

Fix a bug where writing gcloud user credentials adds an extra double quote to the end of the token