From 7492ff27f307ffd6068c5c6f4abbb640c3df522e Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Wed, 27 Nov 2024 18:56:47 +0000 Subject: [PATCH] Update develop branch for the v2024.11.27 release --- CHANGELOG.md | 8 ++++++++ bootstrap-salt.ps1 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d9ac944..ae589d07b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2024.11.27 + +## What's Changed + +- Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.26...v2024.11.27 + # v2024.11.26 ## What's Changed diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index cd70eebad..4a0d30fda 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -108,7 +108,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.11.26" +$__ScriptVersion = "2024.11.27" $ScriptName = $myInvocation.MyCommand.Name # We'll check for the Version next, because it also has no requirements