Update develop branch for the v2023.04.26 release

This commit is contained in:
Salt Project Packaging 2023-04-26 18:44:10 +00:00
parent f457cc3dcc
commit 9cd478022d
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
2 changed files with 10 additions and 1 deletions

View file

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

View file

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