Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NpmAuth Regression Bugfix #20453

Merged
merged 10 commits into from
Sep 24, 2024
Merged

Conversation

AlexVTor
Copy link
Contributor

@AlexVTor AlexVTor commented Sep 23, 2024

Task name: NpmAuthenticateV0

Description: v 0.244.0 shipped with a breaking bug for some users, where the npmauth task completed successfully but didn't authenticate a registry (npm installs/publishes/other operations fail). This fixes a bug that was shipped with that version of the task

Documentation changes required: (Y/N) N

Added unit tests: (Y/N) N

Attached related issue: (Y/N) #20361

Checklist:

  • [Y] Task version was bumped - please check instruction how to do it
  • [Y] Checked that applied changes work as expected

@AlexVTor AlexVTor requested a review from a team as a code owner September 23, 2024 17:26
Copy link
Contributor

@embetten embetten left a comment

Choose a reason for hiding this comment

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

Other than the build failure due to versioning, LGTM

@AlexVTor AlexVTor merged commit 2b66a4c into master Sep 24, 2024
11 checks passed
@jarz
Copy link
Member

jarz commented Sep 27, 2024

@AlexVTor This appears to break at least one case where multiple registries are in an .npmrc file and we later want to publish to the non-default registry.

I'll write up a bug in the morning, but behavior worked in 0.238.2 and does not in 0.246.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants