mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Bump version to 2022.05.19 release
This commit is contained in:
parent
6a07978663
commit
8636d94130
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
Version TBD (In Progress on the Develop Branch):
|
Version TBD (In Progress on the Develop Branch):
|
||||||
|
|
||||||
|
Version 2022.05.19
|
||||||
|
* Fix situations where the registry key for root_dir does not exist
|
||||||
|
on Windows (twangboy) #1828
|
||||||
|
* Add Ubuntu 22 support (krionbsd) #1820
|
||||||
|
* Add Fedora 36 support (myii) #1818
|
||||||
|
|
||||||
Version 2022.03.15:
|
Version 2022.03.15:
|
||||||
* Add detection and functions for AlmaLinux and Rocky Linux (myii) #1803
|
* Add detection and functions for AlmaLinux and Rocky Linux (myii) #1803
|
||||||
* Copy configs to correct config dirs (v3004+) (dafyddj) #1798
|
* Copy configs to correct config dirs (v3004+) (dafyddj) #1798
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#======================================================================================================================
|
#======================================================================================================================
|
||||||
set -o nounset # Treat unset variables as an error
|
set -o nounset # Treat unset variables as an error
|
||||||
|
|
||||||
__ScriptVersion="2022.03.15"
|
__ScriptVersion="2022.05.19"
|
||||||
__ScriptName="bootstrap-salt.sh"
|
__ScriptName="bootstrap-salt.sh"
|
||||||
|
|
||||||
__ScriptFullName="$0"
|
__ScriptFullName="$0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue