From 681fd9a2db3241c0d3191f8aa7c210043eb7cc19 Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Mon, 23 Sep 2024 17:12:15 +0000 Subject: [PATCH] Update develop branch for the v2024.09.23 release --- CHANGELOG.md | 10 ++++++++++ bootstrap-salt.ps1 | 2 +- bootstrap-salt.sh | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cb059..ff40402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v2024.09.23 + +## What's Changed + +- Add KDE neon to list of Ubuntu derivates (again) by @digitalkram in https://github.com/saltstack/salt-bootstrap/pull/2016 +- Debugging build failures on Arch, Fedora and Tumbleweed by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2018 +- Reset \_PIP_INSTALL_ARGS to empty for Alpine, similar to Ubuntu and Debian by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2019 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.07.23...v2024.09.23 + # v2024.07.23 ## What's Changed diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index 106e75b..6bd3d7e 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -110,7 +110,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.07.23" +$__ScriptVersion = "2024.09.23" $ScriptName = $myInvocation.MyCommand.Name # We'll check for the Version next, because it also has no requirements diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index bd2cfc4..6e96aa2 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -26,7 +26,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.09.20" +__ScriptVersion="2024.09.23" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"