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

correct latest-dev-version file #15444

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

tgummerer
Copy link
Collaborator

In #15299 we changed the versioning scheme of dev releases slightly, as npm and python have slightly different requirements. However this also means that names of CLI dev releases changed, and thus downloads failed.

Fix that by updating the latest-dev-version file to the new versioning scheme.

Fixes #15443

Checklist

  • I have run make tidy to update any new dependencies
  • I have run make lint to verify my code passes the lint check
    • I have formatted my code using gofumpt
  • I have added tests that prove my fix is effective or that my feature works
  • I have run make changelog and committed the changelog/pending/<file> documenting my change
  • Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version

@tgummerer tgummerer requested a review from a team February 15, 2024 22:33
@tgummerer tgummerer added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Feb 15, 2024
@pulumi-bot
Copy link
Contributor

Changelog

[uncommitted] (2024-02-15)

In #15299 we changed the
versioning scheme of dev releases slightly, as npm and python have
slightly different requirements.  However this also means that names
of CLI dev releases changed, and thus downloads failed.

Fix that by updating the latest-dev-version file to the new versioning scheme.
@tgummerer tgummerer force-pushed the tg/update-to-correct-dev-version branch from 2d33389 to 408153e Compare February 15, 2024 22:40
@tgummerer tgummerer added this pull request to the merge queue Feb 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 15, 2024
@justinvp justinvp added this pull request to the merge queue Feb 15, 2024
Merged via the queue into master with commit e58eab9 Feb 16, 2024
46 checks passed
@justinvp justinvp deleted the tg/update-to-correct-dev-version branch February 16, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation of the latest dev CLI release is currently broken
3 participants