We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9d776 commit 7492ff2Copy full SHA for 7492ff2
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v2024.11.27
2
+
3
+## What's Changed
4
5
+- Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057
6
7
+**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.26...v2024.11.27
8
9
# v2024.11.26
10
11
## What's Changed
bootstrap-salt.ps1
@@ -108,7 +108,7 @@ if ($help) {
108
exit 0
109
}
110
111
-$__ScriptVersion = "2024.11.26"
+$__ScriptVersion = "2024.11.27"
112
$ScriptName = $myInvocation.MyCommand.Name
113
114
# We'll check for the Version next, because it also has no requirements
0 commit comments