mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update version, ChangeLog and AUTHORS for stable merge
This commit is contained in:
parent
e44467e3ef
commit
b8e3da692b
3 changed files with 6 additions and 1 deletions
|
@ -86,6 +86,7 @@ Jorge Schrauwen sjorge sjorge@blackdot.be
|
||||||
Juan A. Moyano wincus wincus.public@gmail.com
|
Juan A. Moyano wincus wincus.public@gmail.com
|
||||||
Justin Anderson justinta justin.ta@outlook.com
|
Justin Anderson justinta justin.ta@outlook.com
|
||||||
Justin Findlay jfindlay jfindlay@gmail.com
|
Justin Findlay jfindlay jfindlay@gmail.com
|
||||||
|
kgbsd
|
||||||
Karl Grzeszczak karlgrz
|
Karl Grzeszczak karlgrz
|
||||||
Kenneth Wilke KennethWilke
|
Kenneth Wilke KennethWilke
|
||||||
Kevin Quinn kevinquinnyo kevin.quinn@totalserversolutions.com
|
Kevin Quinn kevinquinnyo kevin.quinn@totalserversolutions.com
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
Version TBD (In Progress on the Develop Branch):
|
Version TBD (In Progress on the Develop Branch):
|
||||||
|
|
||||||
|
Version 2020.01.21:
|
||||||
|
* FreeBSD fixes (kgbsd) #1376
|
||||||
|
* Fix macOS support (s0undt3ch) #1397
|
||||||
|
|
||||||
Version 2019.11.04:
|
Version 2019.11.04:
|
||||||
* Fix busybox mktemp compatibility (stanzgy) #1369
|
* Fix busybox mktemp compatibility (stanzgy) #1369
|
||||||
* Install debian 10 packages on debian 10 instead of 9 (kiemlicz) #1375
|
* Install debian 10 packages on debian 10 instead of 9 (kiemlicz) #1375
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#======================================================================================================================
|
#======================================================================================================================
|
||||||
set -o nounset # Treat unset variables as an error
|
set -o nounset # Treat unset variables as an error
|
||||||
|
|
||||||
__ScriptVersion="2019.11.04"
|
__ScriptVersion="2020.01.21"
|
||||||
__ScriptName="bootstrap-salt.sh"
|
__ScriptName="bootstrap-salt.sh"
|
||||||
|
|
||||||
__ScriptFullName="$0"
|
__ScriptFullName="$0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue