From 0bd577de501d72d1425233efddec18edbcd80904 Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Mon, 9 Dec 2024 23:10:33 +0000 Subject: [PATCH] Update develop branch for the v2024.12.09 release --- CHANGELOG.md | 9 +++++++++ bootstrap-salt.ps1 | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b85d2..16e7ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v2024.12.09 + +## What's Changed + +- Fix quickstart for Windows with new repo by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/2065 +- Utilize salt-project packages with SUSE by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2066 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.29...v2024.12.09 + # v2024.11.29 ## What's Changed diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index 8d0c3c6..f355e0c 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -108,7 +108,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.11.29" +$__ScriptVersion = "2024.12.09" $ScriptName = $myInvocation.MyCommand.Name # We'll check for the Version next, because it also has no requirements