diff --git a/CHANGELOG.md b/CHANGELOG.md index b4100b6..22fa57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 0b6e43e..4eaa40e 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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"