mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Bump version for release and update ChangeLog
This commit is contained in:
parent
11aa72c8ab
commit
4c7f3a00bb
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
Version TBD (In Progress on the Develop Branch):
|
Version TBD (In Progress on the Develop Branch):
|
||||||
|
|
||||||
|
Version 2020.10.20:
|
||||||
|
* Add support to allow bootstrapping Salt 3002 (s0undt3ch) #1506
|
||||||
|
|
||||||
Version 2020.10.19:
|
Version 2020.10.19:
|
||||||
* Fix v3000+ with git install on FreeBSD (krionbsd) #1487
|
* Fix v3000+ with git install on FreeBSD (krionbsd) #1487
|
||||||
* Update README giving ONE example of WINDOWS bootstrapping. Default to python3 instead of
|
* Update README giving ONE example of WINDOWS bootstrapping. Default to python3 instead of
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#======================================================================================================================
|
#======================================================================================================================
|
||||||
set -o nounset # Treat unset variables as an error
|
set -o nounset # Treat unset variables as an error
|
||||||
|
|
||||||
__ScriptVersion="2020.10.19"
|
__ScriptVersion="2020.10.20"
|
||||||
__ScriptName="bootstrap-salt.sh"
|
__ScriptName="bootstrap-salt.sh"
|
||||||
|
|
||||||
__ScriptFullName="$0"
|
__ScriptFullName="$0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue