Skip to content

Commit e174a3a

Browse files
krionbsds0undt3ch
authored andcommitted
Bump version to 2022.03.15 release
1 parent 5d584e0 commit e174a3a

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ repos:
2727

2828
- id: shellcheck
2929
name: Run ShellCheck against bootstrap-salt.sh
30-
entry: koalaman/shellcheck-alpine:v0.6.0 shellcheck -s sh -f tty
30+
entry: koalaman/shellcheck-alpine:v0.7.0 shellcheck -s sh -f tty
3131
files: 'bootstrap-salt\.sh'
3232
language: docker_image

ChangeLog

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

3+
Version 2022.03.15:
4+
* Add detection and functions for AlmaLinux and Rocky Linux (myii) #1803
5+
* Copy configs to correct config dirs (v3004+) (dafyddj) #1798
6+
* Support Non-LTS Ubuntu 21.04 & 21.10 (blindpirate) #1793
7+
* Use native repositories for Debian 11 (jpacura) #1615
8+
* Keep all command-line parameters when UAC is enabled (Simon-TheUser) #1613
9+
* Add support for Raspbian (Jille) #1612
10+
* Add openrc to alpine:latest dependencies (krionbsd) #1609
11+
* Add CentOS 7 base key (bryceml) #1608
12+
* Fix git master install on alpine 3.12+ (Nascire) #1604
13+
* Sort help alphabetically (krionbsd) #1601
14+
315
Version 2021.09.17:
416
* Re-add Ubuntu-16 support as it's still supported with 3001 and 3002 (krionbsd) #1594
517
* Add oncoming 3004 release (krionbsd) #1593

bootstrap-salt.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# BUGS: https://github.com/saltstack/salt-bootstrap/issues
1616
#
17-
# COPYRIGHT: (c) 2012-2021 by the SaltStack Team, see AUTHORS.rst for more
17+
# COPYRIGHT: (c) 2012-2022 by the SaltStack Team, see AUTHORS.rst for more
1818
# details.
1919
#
2020
# LICENSE: Apache 2.0
@@ -23,7 +23,7 @@
2323
#======================================================================================================================
2424
set -o nounset # Treat unset variables as an error
2525

26-
__ScriptVersion="2021.09.17"
26+
__ScriptVersion="2022.03.15"
2727
__ScriptName="bootstrap-salt.sh"
2828

2929
__ScriptFullName="$0"

0 commit comments

Comments
 (0)