mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #849 from rallytime/release
Update changelog and version for 2016.05.11 release
This commit is contained in:
commit
c7e14acf36
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
Version 2016.05.11:
|
||||
* Only overwrite the minion config file if '-C' is passed. Otherwise, preserve it. (rallytime) #848
|
||||
|
||||
Version 2016.05.10:
|
||||
* Removed libzmq4 and forking-deamon-patch for Opensuse13. (jtand) #840
|
||||
* Ubuntu 12.04 needs to be updated before installing packages. (jtand) #829
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#======================================================================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
|
||||
__ScriptVersion="2016.05.10"
|
||||
__ScriptVersion="2016.05.11"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
#======================================================================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue