From 24161893b6591c68e0557e2eaa1e9820c7039efe Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Wed, 28 Jun 2023 20:27:05 +0000 Subject: [PATCH] Update develop branch for the v2023.06.28 release --- CHANGELOG.md | 10 ++++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b018222..b4100b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v2023.06.28 + +## What's Changed + +- SUSE Fixes by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1925 +- Add old_stable type by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1934 +- Test out the minor versions by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1936 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.04.26...v2023.06.28 + # v2023.04.26 ## What's Changed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 06c682f..29f0413 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.26" +__ScriptVersion="2023.06.28" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"