Update to new release 2021.09.14

This commit is contained in:
krionbsd 2021-09-14 07:31:17 +02:00 committed by Kirill Ponomarev
parent 9f11cbe52a
commit 2dc2badee8
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
Version TBD (In Progress on the Develop Branch):
Version 2021.09.14:
* Update latest Salt version in README (krionbsd) #1588
* Make Python 3 the default (bryceml) #1577
* Don't output info if using the default -x value (bryceml) #1587
Version 2021.08.19:
* Update README with instructions to use salt-bootstrap custom version (ari) #1580
* Remove unsupported versions (bryceml) #1578

View file

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