Update develop branch for the v2023.07.25 release

This commit is contained in:
Salt Project Packaging 2023-07-25 20:04:28 +00:00
parent fc63231b3c
commit ad48035b7e
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
2 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,17 @@
# v2023.07.25
## What's Changed
- fix gpg pub key name for nightly rhel_onedir_repository by @ITJamie in https://github.com/saltstack/salt-bootstrap/pull/1943
- Adding quickstart option by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1945
- fix install_amazon_linux_ami_2_onedir nightly gpg key path by @ITJamie in https://github.com/saltstack/salt-bootstrap/pull/1949
## New Contributors
- @ITJamie made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/1943
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.06.28...v2023.07.25
# v2023.06.28
## What's Changed

View file

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