We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c959b commit 0bd577dCopy full SHA for 0bd577d
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
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
10
# v2024.11.29
11
12
## What's Changed
bootstrap-salt.ps1
@@ -108,7 +108,7 @@ if ($help) {
108
exit 0
109
}
110
111
-$__ScriptVersion = "2024.11.29"
+$__ScriptVersion = "2024.12.09"
112
$ScriptName = $myInvocation.MyCommand.Name
113
114
# We'll check for the Version next, because it also has no requirements
0 commit comments