Skip to content

Releases: GoogleCloudPlatform/artifact-registry-npm-tools

v3.5.0

28 Sep 02:15

Choose a tag to compare

Add yarn support in #78

v3.4.0

08 Aug 18:45
2448c5e

Choose a tag to compare

What's Changed

  • Add a flag to allow all domains in #75

Full Changelog: v3.3.0...v3.4.0

v3.3.0

10 Jan 22:51
a050572

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

30 Oct 00:05
9c32567

Choose a tag to compare

What's Changed

  • Update the dependency google-auth-library to 9.14.0 by @yihanzhen in #66

Full Changelog: v3.1.2...v3.2.0

v3.1.2

01 Jun 20:56
2d39ddf

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

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

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

Choose a tag to compare

What's Changed

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

v3.0.1

07 Jun 20:19
b4f16fd

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

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.