saltstack / salt-bootstrap

Generic Salt Bootstrap Script
Other
929 stars 549 forks source link

bootstrap.saltproject.io/bootstrap-salt.sh points to v2024.09.24 instead of to the newest release (v2024.11.07). #2042

Closed P4rcev4l closed 2 days ago

P4rcev4l commented 4 days ago

Description of Issue/Question

https://bootstrap.saltproject.io/bootstrap-salt.sh points to v2024.09.24 instead of to the newest release (v2024.11.07).

Setup

N/A

Steps to Reproduce Issue

curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io/bootstrap-salt.sh try executing bootstrap-salt.sh errors out, because https://repo.saltproject.io does not exist anymore.

Versions and Systems

N/A

Fix

curl -o bootstrap-salt.sh -L https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh

ScriptAutomate commented 2 days ago

The script there should now be updated.

Going forward, make sure to use the GitHub Releases download endpoints instead.

The bootstrap.saltproject.io and winbootstrap.saltproject.io hosted endpoints for the scripts will be taken down at the end of November 2024. See here for more info:

P4rcev4l commented 2 days ago

The script there should now be updated.

Going forward, make sure to use the GitHub Releases download endpoints instead.

The bootstrap.saltproject.io and winbootstrap.saltproject.io hosted endpoints for the scripts will be taken down at the end of November 2024. See here for more info:

Good to know, thank you