mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update version for new release
This commit is contained in:
parent
93ba835aaf
commit
97a1e11141
3 changed files with 7 additions and 1 deletions
|
@ -20,6 +20,7 @@ Andrew Dean ndrwdn ndrwdn@gmail.com
|
||||||
Andy Boff caelor github@plek.me.uk
|
Andy Boff caelor github@plek.me.uk
|
||||||
Angelo Gründler plueschopath angelo.gruendler@w1r3.net
|
Angelo Gründler plueschopath angelo.gruendler@w1r3.net
|
||||||
Ari Aosved devaos ari.aosved@gmail.com
|
Ari Aosved devaos ari.aosved@gmail.com
|
||||||
|
Ari Maniatis ari ari@ish.com.au
|
||||||
Ashok Raja R ashokrajar ashokrajar@users.noreply.github.com
|
Ashok Raja R ashokrajar ashokrajar@users.noreply.github.com
|
||||||
Beau Hargis beaucephus beau@customermobile.com
|
Beau Hargis beaucephus beau@customermobile.com
|
||||||
Benjamin Drung bdrung bdrung@debian.org
|
Benjamin Drung bdrung bdrung@debian.org
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
Version TBD (In Progress on the Develop Branch):
|
Version TBD (In Progress on the Develop Branch):
|
||||||
|
|
||||||
|
Version 2021.08.19:
|
||||||
|
* Update README with instructions to use salt-bootstrap custom version (ari) #1580
|
||||||
|
* Remove unsupported versions (bryceml) #1578
|
||||||
|
* Update FreeBSD default Python version to 3.8 (myii) #1574
|
||||||
|
|
||||||
Version 2021.06.23:
|
Version 2021.06.23:
|
||||||
* Use salt.list instead of saltstack.list (bryceml) #1563
|
* Use salt.list instead of saltstack.list (bryceml) #1563
|
||||||
* Use fetch_url function for curl (xeacott) #1562
|
* Use fetch_url function for curl (xeacott) #1562
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#======================================================================================================================
|
#======================================================================================================================
|
||||||
set -o nounset # Treat unset variables as an error
|
set -o nounset # Treat unset variables as an error
|
||||||
|
|
||||||
__ScriptVersion="2021.06.23"
|
__ScriptVersion="2021.08.19"
|
||||||
__ScriptName="bootstrap-salt.sh"
|
__ScriptName="bootstrap-salt.sh"
|
||||||
|
|
||||||
__ScriptFullName="$0"
|
__ScriptFullName="$0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue