diff --git a/CHANGELOG.md b/CHANGELOG.md index 413083a..02d64ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2024.07.18 + +## What's Changed + +- Updated README, and removed experimental to ability install different Python version which was limited to RHEL 7, which is EOL by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2009 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.07.16...v2024.07.18 + # v2024.07.16 ## What's Changed diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index a428ecf..7b23126 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -110,7 +110,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.07.16" +$__ScriptVersion = "2024.07.18" $ScriptName = $myInvocation.MyCommand.Name # We'll check for the Version next, because it also has no requirements diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 4d0d6fe..774ce4b 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -26,7 +26,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.07.17" +__ScriptVersion="2024.07.18" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"