Update develop branch for the v2024.04.03 release

This commit is contained in:
Salt Project Packaging 2024-04-03 15:15:43 +00:00
parent ce4c9db3c6
commit 88f935ed90
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
2 changed files with 16 additions and 1 deletions

View file

@ -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

View file

@ -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"