feat: Update salt-bootstrap script to version 2022.08.13
This commit is contained in:
@@ -7,7 +7,7 @@ for the list of changes in SaltStack.
|
|||||||
**3005**
|
**3005**
|
||||||
|
|
||||||
- Upgrade `salt-master` to `3005` *Phosphorus*
|
- Upgrade `salt-master` to `3005` *Phosphorus*
|
||||||
- Upgrade `salt-bootstrap` to version `2022.08.12`
|
- Upgrade `salt-bootstrap` to version `2022.08.13`
|
||||||
- Change Docker base image to `ubuntu:jammy-20220801`
|
- Change Docker base image to `ubuntu:jammy-20220801`
|
||||||
- Use `python3` default distro version
|
- Use `python3` default distro version
|
||||||
- Install `python3-pygit2` version `1.6.1` from Ubuntu repositories
|
- Install `python3-pygit2` version `1.6.1` from Ubuntu repositories
|
||||||
|
|||||||
@@ -38,10 +38,10 @@ install_pkgs --quiet \
|
|||||||
python3-pygit2
|
python3-pygit2
|
||||||
|
|
||||||
# Downloading bootstrap-salt.sh script
|
# Downloading bootstrap-salt.sh script
|
||||||
BOOTSTRAP_VERSION='2022.08.12'
|
BOOTSTRAP_VERSION='2022.08.13'
|
||||||
BOOTSTRAP_URL="https://raw.githubusercontent.com/saltstack/salt-bootstrap/v${BOOTSTRAP_VERSION}/bootstrap-salt.sh"
|
BOOTSTRAP_URL="https://raw.githubusercontent.com/saltstack/salt-bootstrap/v${BOOTSTRAP_VERSION}/bootstrap-salt.sh"
|
||||||
BOOTSTRAP_FILE='bootstrap-salt.sh'
|
BOOTSTRAP_FILE='bootstrap-salt.sh'
|
||||||
BOOTSTRAP_SHA256='0970a17f90bf941427b5959e0f21f5255ced5ec366c195440877acccfb8c801d'
|
BOOTSTRAP_SHA256='8363e4dc2410c6d540fabab972ffc612b04bf4b5239e2ffb3e366266d9b63b70'
|
||||||
|
|
||||||
download "${BOOTSTRAP_URL}" "${BOOTSTRAP_FILE}"
|
download "${BOOTSTRAP_URL}" "${BOOTSTRAP_FILE}"
|
||||||
check_sha256 "${BOOTSTRAP_FILE}" "${BOOTSTRAP_SHA256}"
|
check_sha256 "${BOOTSTRAP_FILE}" "${BOOTSTRAP_SHA256}"
|
||||||
|
|||||||
Reference in New Issue
Block a user