mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update changelog and bootstrap version number
This commit is contained in:
parent
f74ffc35f0
commit
57d87bde31
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Version 2016.06.27:
|
||||
* Fix race condition when doing one-liner bootstrap
|
||||
* Add space back in between 'install' and '--install'
|
||||
|
||||
Version 2016.06.24:
|
||||
* Save invocation command and arguments into variables. (jfindlay) #885
|
||||
* Update the authors list with new contributors. (rallytime) #884
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#======================================================================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
|
||||
__ScriptVersion="2016.06.24"
|
||||
__ScriptVersion="2016.06.27"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
__ScriptFullName="${0}"
|
||||
|
|
Loading…
Add table
Reference in a new issue