From 578ee0eeeb9e13eaa5bfbb5c20ff037a44595333 Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Wed, 27 Nov 2024 19:20:52 +0000 Subject: [PATCH] Update develop branch for the v2024.11.27 release --- CHANGELOG.md | 4 ++++ bootstrap-salt.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b75f96ea..4804c4edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # v2024.11.27 +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.27...v2024.11.27 + +# v2024.11.27 + ## What's Changed - Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 08a513ffa..f43acdfbe 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -26,7 +26,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.11.28" +__ScriptVersion="2024.11.27" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"