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 fe37834 commit f5783beCopy full SHA for f5783be
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v2023.11.16
2
+
3
+## What's Changed
4
5
+- checking out stable branch on update-s3-bucket job by @felippeb in https://github.com/saltstack/salt-bootstrap/pull/1977
6
7
+**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.11.07...v2023.11.16
8
9
# v2023.11.07
10
11
## What's Changed
bootstrap-salt.sh
@@ -23,7 +23,7 @@
23
#======================================================================================================================
24
set -o nounset # Treat unset variables as an error
25
26
-__ScriptVersion="2023.11.07"
+__ScriptVersion="2023.11.16"
27
__ScriptName="bootstrap-salt.sh"
28
29
__ScriptFullName="$0"
0 commit comments