mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Bump version and update change log.
This commit is contained in:
parent
42c8980d7d
commit
f1920dba6c
2 changed files with 17 additions and 1 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
Version 1.5.3:
|
||||
* Return 0 or 1 from functions
|
||||
* Convert several pipes into a single awk call
|
||||
* Fixed `/etc/os-release` parsing
|
||||
* Fixed `config_salt()`
|
||||
* Distro Support Fixed:
|
||||
* EPEL based installations (CentOS, Amazon Linux, RedHat)
|
||||
* SuSE/OpenSUSE (problem running the script twice, ie, existing
|
||||
`devel_languages_python` repository)
|
||||
* SuSE 11 SP1 (pip based install and config trigger)
|
||||
* Distro Support Added:
|
||||
* Debian 7 (Only git installations at the moment)
|
||||
|
||||
|
||||
Version 1.5.2:
|
||||
* Fix issue with travis testing(it installs it's own ZeroMQ3 lib
|
||||
* Allow setting the debug output from an environment variable
|
||||
|
@ -9,6 +23,7 @@ Version 1.5.2:
|
|||
* Distro Support Added:
|
||||
* Trisquel 6.0 (Ubuntu 12.04)
|
||||
|
||||
|
||||
Version 1.5.1:
|
||||
* Improved unittesting.
|
||||
* Starting daemons.
|
||||
|
@ -25,6 +40,7 @@ Version 1.5.1:
|
|||
* SuSE 11 SP1/11 SP2
|
||||
* OpenSUSE 12.x
|
||||
|
||||
|
||||
Version 1.5:
|
||||
* First stable version of the script
|
||||
* Support for:
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# CREATED: 10/15/2012 09:49:37 PM WEST
|
||||
#===============================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
ScriptVersion="1.5.2"
|
||||
ScriptVersion="1.5.3"
|
||||
ScriptName="bootstrap-salt.sh"
|
||||
|
||||
#===============================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue