diff --git a/CHANGELOG.md b/CHANGELOG.md index 725022f71..2a70b9fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v2024.11.21 + +## What's Changed + +- Make universal repo url by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2045 +- Update bootstrap shell CI/CD to utilize containers and clean up by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2039 +- \[WIP\] hwclock check missing additional condition on major version by @ruslantum in https://github.com/saltstack/salt-bootstrap/pull/2048 + +## New Contributors + +- @ruslantum made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2048 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.07...v2024.11.21 + # v2024.11.07 ## What's Changed diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index 350ea84ab..815a0eb74 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -107,7 +107,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.11.07" +$__ScriptVersion = "2024.11.21" $ScriptName = $myInvocation.MyCommand.Name # We'll check for the Version next, because it also has no requirements