File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # v2024.11.21
2+
3+ ## What's Changed
4+
5+ - Make universal repo url by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2045
6+ - Update bootstrap shell CI/CD to utilize containers and clean up by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2039
7+ - \[ WIP\] hwclock check missing additional condition on major version by @ruslantum in https://github.com/saltstack/salt-bootstrap/pull/2048
8+
9+ ## New Contributors
10+
11+ - @ruslantum made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/2048
12+
13+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2024.11.07...v2024.11.21
14+
115# v2024.11.07
216
317## What's Changed
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if ($help) {
107107 exit 0
108108}
109109
110- $__ScriptVersion = " 2024.11.07 "
110+ $__ScriptVersion = " 2024.11.21 "
111111$ScriptName = $myInvocation.MyCommand.Name
112112
113113# We'll check for the Version next, because it also has no requirements
You can’t perform that action at this time.
0 commit comments