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

SHA256 in README is wrong for 2022-03-15 #1812

Open
cwacekINV opened this issue Apr 1, 2022 · 2 comments
Open

SHA256 in README is wrong for 2022-03-15 #1812

cwacekINV opened this issue Apr 1, 2022 · 2 comments

Comments

@cwacekINV
Copy link

SHA256 in README is wrong for 2022-03-15

Setup

The README says that the SHASUM is 8f65952c3435f441e7f793941d5162d3ec2033a9ef82722ff1da67a2ef860a2f.

It's actually ed66dc9e71aed7602b9ae548f8535131831026f934f19f868fdefbe6a3ab9bf9. Unclear where the discrepancy is from.

Steps to Reproduce Issue

$ wget https://raw.githubusercontent.com/saltstack/salt-bootstrap/v2022.03.15/bootstrap-salt.sh
$ shasum -a256 bootstrap-salt.sh
ed66dc9e71aed7602b9ae548f8535131831026f934f19f868fdefbe6a3ab9bf9  bootstrap-salt.sh

Versions and Systems

N/A

@driskell
Copy link

If you're accessing it using that URL it goes to the tagged version which it seems is not the full release. I do think it used to be recommended to use that URL but yes going forwards I don't think it's the right way and isn't documented anymore.

E.g. for 2022.08.13 you can see the repository file at that tag is still unstable flagged:
https://github.com/saltstack/salt-bootstrap/blob/v2022.08.13/bootstrap-salt.sh#L587

You should use the release asset link which has that line removed, and is listed in the GitHub releases downloads:
https://github.com/saltstack/salt-bootstrap/releases/download/v2022.03.15/bootstrap-salt.sh

Latest is:
https://github.com/saltstack/salt-bootstrap/releases/download/v2022.08.13/bootstrap-salt.sh

@dmurphy18
Copy link
Contributor

@cwacekINV Can you retry with the latest bootstrap script which has been heavily updated this July, noting that support for older EOL version of Salt has been dropped. If the latest version of the bootstrap script resolves your issues, please consider closing this issue.

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

No branches or pull requests

3 participants