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

WIP Adjust box version validation to packer implementation and vagrant documentation #17

Closed
wants to merge 1 commit into from

Conversation

TuningYourCode
Copy link
Contributor

Adjusts the box version validation to conform with packer implementation and vagrant documentation.

Fixes #14

@TuningYourCode TuningYourCode changed the title Adjust box version validation to conform packer implementation and vagrant documentation WIP Adjust box version validation to packer implementation and vagrant documentation Apr 30, 2021
@dlundgren
Copy link
Owner

I just took a look at the packer implementation, and it doesn't implement a version check, instead relying on vagrant-cloud to handle the versioning. I also tested several of the versions that were moved from good to bad against vagrant-cloud and they are working to allow uploads.

I think in this instance I'd rather keep the feature parity and allow the various permutations of x, x.y and x.y.z.

I did notice that vagrant-cloud will reject a version specified as v2018.06.09 though.

@dlundgren
Copy link
Owner

#19 replaces this to keep the versions less strict

@dlundgren dlundgren closed this Aug 12, 2024
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.

Packer push fails due to pushed box version not following SemVer
2 participants