Update develop branch for the v2023.04.21 release

This commit is contained in:
Salt Project Packaging 2023-04-21 16:56:31 +00:00
parent 4183713e82
commit 8d0c7e4d5f
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
# v2023.04.21
## What's Changed
- Update release process by @s0undt3ch in https://github.com/saltstack/salt-bootstrap/pull/1908
- Update with 3006 stable installs by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1906
- Add support for 3006 on windows bootstrap script by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1918
- Fixes for 3006 by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1912
- Don't use GITHUB_OUTPUT by @s0undt3ch in https://github.com/saltstack/salt-bootstrap/pull/1911
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.04.06...v2023.04.21
# v2023.04.06
## What's Changed

View file

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