Update develop branch for the v2024.07.18 release

This commit is contained in:
Salt Project Packaging 2024-07-18 16:20:02 +00:00
parent 76519f2b7f
commit 3d78111d7b
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
3 changed files with 10 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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"