File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Version 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+
315Version 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
Original file line number Diff line number Diff line change 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
2323# ======================================================================================================================
2424set -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 "
You can’t perform that action at this time.
0 commit comments