diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b87b2d..13b1b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v2025.02.24 + +## What's Changed + +- Update requirements to address security issues by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2073 +- Use treeless clone to 'shallow' clone again. by @mrichar1 in https://github.com/saltstack/salt-bootstrap/pull/2022 +- Fix powershell instructions by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2074 +- Remove support for macos-12, as deprecated by github by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2076 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.12.12...v2025.02.24 + # v2024.12.12 ## What's Changed diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index 8b1bb3a..afafb0a 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -108,7 +108,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.12.12" +$__ScriptVersion = "2025.02.24" $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 6a73f9d..8f29566 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -26,7 +26,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.12.12" +__ScriptVersion="2025.02.24" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"