2013-04-29 23:22:18 +01:00
|
|
|
Version 1.5.5:
|
2013-05-01 23:49:07 +01:00
|
|
|
* Fixed a variable error in the new pre-seed feature.
|
|
|
|
* Fixed the destination path to where the pre-seed minions keys should be copied.
|
2013-05-16 00:58:23 +01:00
|
|
|
* Debian installations now use SaltStack's repository.
|
|
|
|
* Configuration files can now be passed as an URL to a compressed file. Thanks Geoff Garside!
|
2013-05-11 20:28:51 +01:00
|
|
|
* Distro Support Fixed:
|
|
|
|
* Debian's optional ZMQ3 support was fixed (libzmq3 has moved from experimental to
|
|
|
|
unstable).
|
|
|
|
* Ubuntu Lucid Daily PPA
|
2013-05-19 13:41:06 +01:00
|
|
|
* SmartOS no longer ignores $SALT_ETC_DIR. Matthieu Guegan!
|
|
|
|
* FreeBSD no longer ignores $SALT_ETC_DIR. Thanks Geoff Garside!
|
2013-06-01 14:58:40 +01:00
|
|
|
* FreeBSD does not try to install pkgng if pkg is installed. Thanks Geoff Garside!
|
2013-05-18 23:40:09 +01:00
|
|
|
* SunOS (Make use of XPG4 binaries on SunOS). Thanks Matthieu Guegan!
|
2013-05-21 01:58:52 +01:00
|
|
|
* openSUSE (Don't fail if only one of the repositories failed to update)
|
2013-05-22 09:40:06 +01:00
|
|
|
* Arch (Fixed the GPG issues for git installations)
|
2013-06-01 14:58:40 +01:00
|
|
|
* Distro Support Added:
|
|
|
|
* Gentoo. Thanks kaithar!
|
2013-04-29 23:22:18 +01:00
|
|
|
|
|
|
|
|
2013-04-23 11:31:36 +01:00
|
|
|
Version 1.5.4:
|
2013-05-08 10:55:19 -06:00
|
|
|
* Fixed an issue we had when /proc/cpuinfo had more than one CPU. Detected on AMD CPUs.
|
2013-04-23 11:15:54 +01:00
|
|
|
* OpenSUSE 12.3 uses lsb_release. Fix the returned distro name "openSUSE project" to "openSUSE"
|
|
|
|
which the script handles.
|
|
|
|
* Added an custom move function which will only override if required and if we permit it.
|
|
|
|
* Implemented the necessary function to pre-seed minion keys on a salt master as an optional
|
|
|
|
argument.
|
2013-04-12 12:36:52 +01:00
|
|
|
* Distro Support Fixed:
|
2013-04-23 11:15:54 +01:00
|
|
|
* FreeBSD (Don't let the script fail if PACKAGESITE is not set)
|
2013-05-08 10:55:19 -06:00
|
|
|
* Debian Stable installations (the function search was not working as supposed)
|
2013-04-18 11:00:11 +01:00
|
|
|
* Distro Support Added:
|
2013-04-23 11:15:54 +01:00
|
|
|
* Ubuntu 13.04 (Was disabled because of a bad beta1. Fixed in beta2)
|
2013-04-12 12:36:52 +01:00
|
|
|
|
|
|
|
|
2013-04-10 18:51:59 +01:00
|
|
|
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:
|
2013-05-08 10:55:19 -06:00
|
|
|
* EPEL-based installations (CentOS, Amazon Linux, RedHat)
|
2013-04-23 11:15:54 +01:00
|
|
|
* SuSE/OpenSUSE (problem running the script twice, ie, existing `devel_languages_python`
|
|
|
|
repository)
|
2013-04-10 18:51:59 +01:00
|
|
|
* SuSE 11 SP1 (pip based install and config trigger)
|
|
|
|
* Distro Support Added:
|
|
|
|
* Debian 7 (Only git installations at the moment)
|
|
|
|
|
|
|
|
|
2013-03-17 18:18:23 +00:00
|
|
|
Version 1.5.2:
|
2013-05-08 10:55:19 -06:00
|
|
|
* Fix issue with Travis testing (it installs it's own ZeroMQ3 lib
|
2013-03-17 18:18:23 +00:00
|
|
|
* Allow setting the debug output from an environment variable
|
|
|
|
* Fix an escape issue in the `printf` calls used in our echo calls
|
2013-05-08 10:55:19 -06:00
|
|
|
* Don't overwrite files (`config`, `init.d`, etc). Use a specific flag to force overwrites.
|
2013-03-17 18:18:23 +00:00
|
|
|
* Distro Support Fixed:
|
|
|
|
* Ubuntu daily installs.
|
2013-03-18 12:24:33 +00:00
|
|
|
* Distro Support Added:
|
|
|
|
* Trisquel 6.0 (Ubuntu 12.04)
|
2013-03-17 18:18:23 +00:00
|
|
|
|
2013-04-10 18:51:59 +01:00
|
|
|
|
2013-03-17 18:18:23 +00:00
|
|
|
Version 1.5.1:
|
|
|
|
* Improved unittesting.
|
|
|
|
* Starting daemons.
|
|
|
|
* Make sure that daemons are really running.
|
2013-05-08 10:55:19 -06:00
|
|
|
* For the users to make the choice if installing from PIP (if required since there aren't system
|
2013-04-23 11:15:54 +01:00
|
|
|
pacakges).
|
|
|
|
* Fixed salt's git cloning when the salt git tree is already present on the system.
|
2013-03-17 18:18:23 +00:00
|
|
|
* Distro Support Fixed:
|
|
|
|
* Debian 6
|
|
|
|
* Ubuntu 12.10
|
|
|
|
* CentOS
|
|
|
|
* Distro Support Added:
|
|
|
|
* SuSE 11 SP1/11 SP2
|
|
|
|
* OpenSUSE 12.x
|
|
|
|
|
2013-04-10 18:51:59 +01:00
|
|
|
|
2013-03-17 18:18:23 +00:00
|
|
|
Version 1.5:
|
|
|
|
* First stable version of the script
|
|
|
|
* Support for:
|
|
|
|
* Ubuntu 10.x/11.x/12.x
|
|
|
|
* Debian 6.x
|
|
|
|
* CentOS 5/6
|
|
|
|
* Red Hat 5/6
|
|
|
|
* Red Hat Enterprise 5/6
|
|
|
|
* Fedora
|
|
|
|
* Arch
|
|
|
|
* SmartOS
|
|
|
|
* FreeBSD 9.0
|
2013-04-23 11:15:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Don't remove the line bellow.
|
|
|
|
# vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want ts=4
|