Update develop branch for the v2024.11.21 release

This commit is contained in:
Salt Project Packaging 2024-11-21 22:10:08 +00:00
parent aca7925571
commit f2abbd4e2f
2 changed files with 15 additions and 1 deletions

View file

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

View file

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