-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Salt 2016.11.5 Release on github pretends like it's 2016.11.0 #41847
Comments
I can replicate this behavior. Looks like we need to get this fixed. Thanks |
This is the expected behavior i believe @s0undt3ch can you verify? I remember having a discussion about this before that pypi is the source of truth for the full version of salt. Thanks, |
This undesirable and unavoidable. We can't disable GH downloads. The only tarballs that report proper version are the ones SaltStack creates and uploads to pypi or those created from a repository checkout(python setup.py sdist). The reason being that we gerenate the right version from git tags, and, for the tarballs we upload to pypi, we generate a _version module with the right version information, something that cannot be done for GH tarball downloads. |
That should be somewhere on GH page, preferably in bold, then 😄 |
Okay going forward for the releases in github we will upload the tar ball from pypi and include this warning message:
You can see this in use here |
I wanted to add a comment here with regard to a conversation with the team at SUSE. |
I was expecting to find an URL to the tarball generated by SaltStack here. Maybe add a link to where to find this SaltStack generated tarball? |
We upload them to pypi. |
use source url from pypi saltstack/salt#41847 fixes #9014
Salt official releases have a 3-part version scheme, but they also push 2-part tags to github, but they are not official releases. For example the last official release is 2019.2.1, but 2019.8 is available as tag, but not as release (and also not available on pypi, which they consider the official source for releases[0]). [0]:saltstack/salt#41847
Salt official releases have a 3-part version scheme, but they also push 2-part tags to github, which are not official releases. For example the last official release is 2019.2.1. 2019.8 is available as tag on github, but not as release (and also not available on pypi, which they consider the official source for releases[0]). [0]:saltstack/salt#41847
Salt official releases have a 3-part version scheme, but they also push 2-part tags to github, which are not official releases. For example the last official release is 2019.2.1. 2019.8 is available as tag on github, but not as release (and also not available on pypi, which they consider the official source for releases[0]). [0]:saltstack/salt#41847
Salt official releases have a 3-part version scheme, but they also push 2-part tags to github, which are not official releases. For example the last official release is 2019.2.1. 2019.8 is available as tag on github, but not as release (and also not available on pypi, which they consider the official source for releases[0]). [0]:saltstack/salt#41847
Description of Issue/Question
Downloading salt from GH releases results in an install that looks like 2016.11.0
Steps to Reproduce Issue
The text was updated successfully, but these errors were encountered: