Skip to content

Commit f2abbd4

Browse files
committed
Update develop branch for the v2024.11.21 release
1 parent aca7925 commit f2abbd4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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

bootstrap-salt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)