mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Update develop branch for the v2024.11.21 release
This commit is contained in:
parent
aca7925571
commit
f2abbd4e2f
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue