mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update develop branch for the v2023.04.26 release
This commit is contained in:
parent
f457cc3dcc
commit
9cd478022d
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
# v2023.04.26
|
||||
|
||||
## What's Changed
|
||||
|
||||
- Updates for Fedora and Photon by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1920
|
||||
- Fixing defaults by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1921
|
||||
|
||||
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.04.21...v2023.04.26
|
||||
|
||||
# v2023.04.21
|
||||
|
||||
## What's Changed
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#======================================================================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
|
||||
__ScriptVersion="2023.04.21"
|
||||
__ScriptVersion="2023.04.26"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
__ScriptFullName="$0"
|
||||
|
|
Loading…
Add table
Reference in a new issue