From 2dc2badee8efe3931844289fee7bac844cbdb6bb Mon Sep 17 00:00:00 2001 From: krionbsd Date: Tue, 14 Sep 2021 07:31:17 +0200 Subject: [PATCH] Update to new release 2021.09.14 --- ChangeLog | 5 +++++ bootstrap-salt.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c40e1d4..a4c763a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 9564c85..733e009 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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"