From 97a1e11141ba4e10eb354638acc30150c65b88ef Mon Sep 17 00:00:00 2001 From: krionbsd Date: Thu, 19 Aug 2021 17:56:24 +0200 Subject: [PATCH] Update version for new release --- AUTHORS.rst | 1 + ChangeLog | 5 +++++ bootstrap-salt.sh | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 0499fcc..3424e38 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -20,6 +20,7 @@ Andrew Dean ndrwdn ndrwdn@gmail.com Andy Boff caelor github@plek.me.uk Angelo Gründler plueschopath angelo.gruendler@w1r3.net Ari Aosved devaos ari.aosved@gmail.com +Ari Maniatis ari ari@ish.com.au Ashok Raja R ashokrajar ashokrajar@users.noreply.github.com Beau Hargis beaucephus beau@customermobile.com Benjamin Drung bdrung bdrung@debian.org diff --git a/ChangeLog b/ChangeLog index 83030cd..c40e1d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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: * Use salt.list instead of saltstack.list (bryceml) #1563 * Use fetch_url function for curl (xeacott) #1562 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index e55b672..cb9b3d7 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2021.06.23" +__ScriptVersion="2021.08.19" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"