From 8d0c7e4d5fe8d833940c34091a5714b07c4d5f7d Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Fri, 21 Apr 2023 16:56:31 +0000 Subject: [PATCH] Update develop branch for the v2023.04.21 release --- CHANGELOG.md | 12 ++++++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 277008e..63788aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2023.04.21 + +## What's Changed + +- Update release process by @s0undt3ch in https://github.com/saltstack/salt-bootstrap/pull/1908 +- Update with 3006 stable installs by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1906 +- Add support for 3006 on windows bootstrap script by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1918 +- Fixes for 3006 by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1912 +- Don't use GITHUB_OUTPUT by @s0undt3ch in https://github.com/saltstack/salt-bootstrap/pull/1911 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.04.06...v2023.04.21 + # v2023.04.06 ## What's Changed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index d392805..2b056a2 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2023.04.06" +__ScriptVersion="2023.04.21" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"