Update develop branch for the v2022.08.13 release

This commit is contained in:
github-actions[bot] on behalf of s0undt3ch 2022-08-13 20:19:13 +00:00
parent 273bc1f106
commit ec905ffc2a
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
# v2022.08.13
## What's Changed
- Fix test-windows workflow powershell syntax & Run pre-commit when resolving conflicts on the release workflow by @s0undt3ch in https://github.com/saltstack/salt-bootstrap/pull/1857
- Update `*.sha256` files when merging develop into stable by @s0undt3ch in https://github.com/saltstack/salt-bootstrap/pull/1859
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2022.08.12...v2022.08.13
# v2022.08.12
## What's Changed

View file

@ -23,7 +23,7 @@
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2022.08.12"
__ScriptVersion="2022.08.13"
__ScriptName="bootstrap-salt.sh"
__ScriptFullName="$0"