Skip to content

Commit 97a1e11

Browse files
committed
Update version for new release
1 parent 93ba835 commit 97a1e11

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Andrew Dean ndrwdn ndrwdn@gmail.com
2020
Andy Boff caelor github@plek.me.uk
2121
Angelo Gründler plueschopath angelo.gruendler@w1r3.net
2222
Ari Aosved devaos ari.aosved@gmail.com
23+
Ari Maniatis ari ari@ish.com.au
2324
Ashok Raja R ashokrajar ashokrajar@users.noreply.github.com
2425
Beau Hargis beaucephus beau@customermobile.com
2526
Benjamin Drung bdrung bdrung@debian.org

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Version TBD (In Progress on the Develop Branch):
22

3+
Version 2021.08.19:
4+
* Update README with instructions to use salt-bootstrap custom version (ari) #1580
5+
* Remove unsupported versions (bryceml) #1578
6+
* Update FreeBSD default Python version to 3.8 (myii) #1574
7+
38
Version 2021.06.23:
49
* Use salt.list instead of saltstack.list (bryceml) #1563
510
* Use fetch_url function for curl (xeacott) #1562

bootstrap-salt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#======================================================================================================================
2424
set -o nounset # Treat unset variables as an error
2525

26-
__ScriptVersion="2021.06.23"
26+
__ScriptVersion="2021.08.19"
2727
__ScriptName="bootstrap-salt.sh"
2828

2929
__ScriptFullName="$0"

0 commit comments

Comments
 (0)