From f5783bec2abf940e82dcf8477d732bbdbd565df1 Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Thu, 16 Nov 2023 19:51:23 +0000 Subject: [PATCH] Update develop branch for the v2023.11.16 release --- CHANGELOG.md | 8 ++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4b226ff..090531c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2023.11.16 + +## What's Changed + +- checking out stable branch on update-s3-bucket job by @felippeb in https://github.com/saltstack/salt-bootstrap/pull/1977 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.11.07...v2023.11.16 + # v2023.11.07 ## What's Changed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index d4c701fcc..44b7235b6 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2023.11.07" +__ScriptVersion="2023.11.16" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"