Skip to content

Commit

Permalink
feat: Update salt-bootstrap script to version 2022.08.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Aug 14, 2022
1 parent d0074f3 commit c01869f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for the list of changes in SaltStack.
**3005**

- 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`
- Use `python3` default distro version
- Install `python3-pygit2` version `1.6.1` from Ubuntu repositories
Expand Down
4 changes: 2 additions & 2 deletions assets/build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ install_pkgs --quiet \
python3-pygit2

# 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_FILE='bootstrap-salt.sh'
BOOTSTRAP_SHA256='0970a17f90bf941427b5959e0f21f5255ced5ec366c195440877acccfb8c801d'
BOOTSTRAP_SHA256='af922699c1a2bb3b89b6dac04397389999df1b3416b8d0b5c93766412f14c95c'

download "${BOOTSTRAP_URL}" "${BOOTSTRAP_FILE}"
check_sha256 "${BOOTSTRAP_FILE}" "${BOOTSTRAP_SHA256}"
Expand Down

0 comments on commit c01869f

Please sign in to comment.