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 7021964 commit 578ee0eCopy full SHA for 578ee0e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# v2024.11.27
2
3
+**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.27...v2024.11.27
4
+
5
+# v2024.11.27
6
7
## What's Changed
8
9
- Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057
bootstrap-salt.sh
@@ -26,7 +26,7 @@
26
#======================================================================================================================
27
set -o nounset # Treat unset variables as an error
28
29
-__ScriptVersion="2024.11.28"
+__ScriptVersion="2024.11.27"
30
__ScriptName="bootstrap-salt.sh"
31
32
__ScriptFullName="$0"
0 commit comments