Update develop branch for the v2023.06.28 release

This commit is contained in:
Salt Project Packaging 2023-06-28 20:27:05 +00:00
parent 4fefc1cbed
commit 24161893b6
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
# v2023.06.28
## What's Changed
- SUSE Fixes by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1925
- Add old_stable type by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1934
- Test out the minor versions by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1936
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.04.26...v2023.06.28
# v2023.04.26
## What's Changed

View file

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