mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update develop branch for the v2022.08.13 release
This commit is contained in:
parent
273bc1f106
commit
ec905ffc2a
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue