mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update develop branch for the v2024.07.18 release
This commit is contained in:
parent
76519f2b7f
commit
3d78111d7b
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue