File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # v2024.12.09
2+
3+ ## What's Changed
4+
5+ - Fix quickstart for Windows with new repo by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2065
6+ - Utilize salt-project packages with SUSE by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2066
7+
8+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2024.11.29...v2024.12.09
9+
110# v2024.11.29
211
312## What's Changed
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if ($help) {
108108 exit 0
109109}
110110
111- $__ScriptVersion = " 2024.11.29 "
111+ $__ScriptVersion = " 2024.12.09 "
112112$ScriptName = $myInvocation.MyCommand.Name
113113
114114# 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