From e174a3a546c5ed33c7d260e6d7aaec9ab387b326 Mon Sep 17 00:00:00 2001 From: krionbsd Date: Tue, 15 Mar 2022 10:20:49 +0100 Subject: [PATCH] Bump version to 2022.03.15 release --- .pre-commit-config.yaml | 2 +- ChangeLog | 12 ++++++++++++ bootstrap-salt.sh | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c48dae6a0..4bd53368c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,6 @@ repos: - id: shellcheck name: Run ShellCheck against bootstrap-salt.sh - entry: koalaman/shellcheck-alpine:v0.6.0 shellcheck -s sh -f tty + entry: koalaman/shellcheck-alpine:v0.7.0 shellcheck -s sh -f tty files: 'bootstrap-salt\.sh' language: docker_image diff --git a/ChangeLog b/ChangeLog index 34b7f234e..bfffef074 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ Version TBD (In Progress on the Develop Branch): +Version 2022.03.15: + * Add detection and functions for AlmaLinux and Rocky Linux (myii) #1803 + * Copy configs to correct config dirs (v3004+) (dafyddj) #1798 + * Support Non-LTS Ubuntu 21.04 & 21.10 (blindpirate) #1793 + * Use native repositories for Debian 11 (jpacura) #1615 + * Keep all command-line parameters when UAC is enabled (Simon-TheUser) #1613 + * Add support for Raspbian (Jille) #1612 + * Add openrc to alpine:latest dependencies (krionbsd) #1609 + * Add CentOS 7 base key (bryceml) #1608 + * Fix git master install on alpine 3.12+ (Nascire) #1604 + * Sort help alphabetically (krionbsd) #1601 + Version 2021.09.17: * Re-add Ubuntu-16 support as it's still supported with 3001 and 3002 (krionbsd) #1594 * Add oncoming 3004 release (krionbsd) #1593 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index b6c735913..4bf19deaf 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -14,7 +14,7 @@ # # BUGS: https://github.com/saltstack/salt-bootstrap/issues # -# COPYRIGHT: (c) 2012-2021 by the SaltStack Team, see AUTHORS.rst for more +# COPYRIGHT: (c) 2012-2022 by the SaltStack Team, see AUTHORS.rst for more # details. # # LICENSE: Apache 2.0 @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2021.09.17" +__ScriptVersion="2022.03.15" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"