mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Update develop branch for the v2024.07.12 release
This commit is contained in:
parent
9a788851ff
commit
aae98dbd9d
3 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
# v2024.07.12
|
||||
|
||||
## What's Changed
|
||||
|
||||
- Add script version to powershell script by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1996
|
||||
- Add support for mint-21 by @jhubbardnso in https://github.com/saltstack/salt-bootstrap/pull/1997
|
||||
- Added support for Amazon 2023, Debian 12, Ubuntu 24.04, removed EOL and BSD OSs and Python 2.7 support by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/1987
|
||||
|
||||
## New Contributors
|
||||
|
||||
- @jhubbardnso made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/1997
|
||||
|
||||
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.04.03...v2024.07.12
|
||||
|
||||
# v2024.07.11
|
||||
|
||||
## What's Changed
|
||||
|
|
|
@ -110,7 +110,7 @@ if ($help) {
|
|||
exit 0
|
||||
}
|
||||
|
||||
$__ScriptVersion = "2024.04.03"
|
||||
$__ScriptVersion = "2024.07.12"
|
||||
$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.11"
|
||||
__ScriptVersion="2024.07.12"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
__ScriptFullName="$0"
|
||||
|
|
Loading…
Add table
Reference in a new issue