Update develop branch for the v2023.08.03 release

This commit is contained in:
Salt Project Packaging 2023-08-03 16:30:30 +00:00
parent a9daa35db7
commit aca7a469fe
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
2 changed files with 11 additions and 1 deletions

View file

@ -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 # v2023.07.25
## What's Changed ## What's Changed

View file

@ -23,7 +23,7 @@
#====================================================================================================================== #======================================================================================================================
set -o nounset # Treat unset variables as an error set -o nounset # Treat unset variables as an error
__ScriptVersion="2023.07.25" __ScriptVersion="2023.08.03"
__ScriptName="bootstrap-salt.sh" __ScriptName="bootstrap-salt.sh"
__ScriptFullName="$0" __ScriptFullName="$0"