mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Update develop branch for the v2024.04.03 release
This commit is contained in:
parent
ce4c9db3c6
commit
88f935ed90
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue