From 7d55680ddda97075b8d3730084ffbb9e2219461e Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Tue, 23 Jul 2024 21:45:31 +0000 Subject: [PATCH] Update develop branch for the v2024.07.23 release --- CHANGELOG.md | 10 ++++++++++ bootstrap-salt.ps1 | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d64ea0e..a1cb05914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v2024.07.23 + +## What's Changed + +- Updated link for Supported Operating Systems and Repository supported by Salt by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2010 +- Cleanup use of the term 'Post Neon' given only support 3006 and up by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2011 +- Added support with -W for installing salt-api by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2013 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.07.18...v2024.07.23 + # v2024.07.18 ## What's Changed diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index 7b23126bc..106e75ba3 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -110,7 +110,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.07.18" +$__ScriptVersion = "2024.07.23" $ScriptName = $myInvocation.MyCommand.Name # We'll check for the Version next, because it also has no requirements