feat: Update salt-bootstrap to version v2022.03.15

This commit is contained in:
Carlos Álvaro
2022-03-29 09:50:49 +02:00
parent b14ce875f9
commit 28bdcb6651
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ for the list of changes in SaltStack.
**3004.1**
- Upgrade `salt-master` to `3004.1` *Silicon*
- Upgrade `salt-bootstrap` to version `2022.03.15`
- Upgrade `pygit2` to version `1.9.1`
- Upgrade `libgit2` to version `1.4.2`
- Fix Jinja2 version to avoid Markup import error

View File

@@ -45,10 +45,10 @@ install_libgit2
pip3 install cached-property cffi==1.14.6 pygit2==1.9.1
# Downloading bootstrap-salt.sh script
BOOTSTRAP_VERSION='2021.09.17'
BOOTSTRAP_VERSION='2022.03.15'
BOOTSTRAP_URL="https://raw.githubusercontent.com/saltstack/salt-bootstrap/v${BOOTSTRAP_VERSION}/bootstrap-salt.sh"
BOOTSTRAP_FILE='bootstrap-salt.sh'
BOOTSTRAP_SHA256='090d652cd6290debce0e3a4eded65086a4272e69446e711eb26f87160593b6a2'
BOOTSTRAP_SHA256='ed66dc9e71aed7602b9ae548f8535131831026f934f19f868fdefbe6a3ab9bf9'
download "${BOOTSTRAP_URL}" "${BOOTSTRAP_FILE}"
check_sha256 "${BOOTSTRAP_FILE}" "${BOOTSTRAP_SHA256}"