From aca7a469fe92f8f5de06b8dbacc961df93b3315e Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Thu, 3 Aug 2023 16:30:30 +0000 Subject: [PATCH] Update develop branch for the v2023.08.03 release --- CHANGELOG.md | 10 ++++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fa57c..d911569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v2023.08.03 + +## What's Changed + +- Set RootDir depending on Salt Version by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1952 +- Bump to `certifi==2023.07.22` due to https://github.com/advisories/GHSA-xqr8-7jwr-rhp7 by @s0undt3ch in https://github.com/saltstack/salt-bootstrap/pull/1954 +- Update windows commands to support TLS1.2 by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1956 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.07.25...v2023.08.03 + # v2023.07.25 ## What's Changed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 4eaa40e..71683a5 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2023.07.25" +__ScriptVersion="2023.08.03" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"