From 88f935ed903a70fee799a89df07c5edf5f8843d6 Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Wed, 3 Apr 2024 15:15:43 +0000 Subject: [PATCH] Update develop branch for the v2024.04.03 release --- CHANGELOG.md | 15 +++++++++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b2760..d6e92e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v2024.04.03 + +## What's Changed + +- Remove automated PR against salt repo at release by @ScriptAutomate in https://github.com/saltstack/salt-bootstrap/pull/1984 +- Update actions by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1985 +- Fix DEBIAN Keyring url by @Dudek-AMS in https://github.com/saltstack/salt-bootstrap/pull/1983 +- Fix script to support installing RC on Windows by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1993 + +## New Contributors + +- @Dudek-AMS made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/1983 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.01.04...v2024.04.03 + # v2024.01.04 ## What's Changed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 5cfed2a..d06d144 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.01.04" +__ScriptVersion="2024.04.03" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"