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

fix(cli): Fix auto-package version bumping in 'wasmer deploy' #4467

Merged

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Feb 25, 2024

THe backend does not return reliable version information, so we have to
introduce a loop that checks for the next available version.

Closes #4464
Closes RUN-100

@theduke theduke requested a review from syrusakbary as a code owner February 25, 2024 15:19
@theduke
Copy link
Contributor Author

theduke commented Feb 25, 2024

@ayys the cause for this problem is https://linear.app/wasmer/issue/BE-206

@theduke theduke force-pushed the issue-4464-fix-cli-wasmer-deploy-pkg-version-mismatch branch from 03188e4 to 2343425 Compare February 25, 2024 15:24
THe backend does not return reliable version information, so we have to
introduce a loop that checks for the next available version.
@theduke theduke force-pushed the issue-4464-fix-cli-wasmer-deploy-pkg-version-mismatch branch from 2343425 to 125ffcf Compare February 26, 2024 10:13
@theduke theduke requested a review from maminrayej February 26, 2024 10:13
@maminrayej maminrayej merged commit 0964767 into master Feb 27, 2024
59 checks passed
@maminrayej maminrayej deleted the issue-4464-fix-cli-wasmer-deploy-pkg-version-mismatch branch February 27, 2024 09:48
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.

CLI: "wasmer deploy" auto package version bump does not work if package version is out of date
2 participants