From 2fe253a9c08035dd86b7938e6d8084ab868f6a7c Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Thu, 7 Nov 2024 21:21:20 +0000 Subject: [PATCH] Update develop branch for the v2024.11.07 release --- CHANGELOG.md | 8 ++++++++ bootstrap-salt.ps1 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ee81d..ccc2ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2024.11.07 + +## What's Changed + +- Changed release runners and shell script date by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2035 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.06...v2024.11.07 + # v2024.09.24 ## What's Changed diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index fc862ab..85223d3 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -108,7 +108,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.09.24" +$__ScriptVersion = "2024.11.07" $ScriptName = $myInvocation.MyCommand.Name # We'll check for the Version next, because it also has no requirements