-
v2015.05.04a62337e9 · ·
Release v2015.05.04: * Fix the configuration path for FreeBSD. #567/#552. Thanks Ronald van Zantvoort(The-Loeki). * Fix non grouping support in POSIX sed. Thanks Ronald van Zantvoort(The-Loeki). * Add Debian 8 support. Thanks Matt Black(mafrosis) * Improve Debian version parsing. Thanks Mark Lee(malept) * Make sure we update packages list one Chris Lea's PPA repository is added. * Hard code the Debian Squeeze backports to the DE mirror since the main repository is down. Thanks @panticz. #589. * Only install git if not already installed. #560 * Fix openSUSE 13.2 where we need to pass --replaceflags. Thanks Roman Inflianskas(rominf). #504. * Make sure that a recent enough requests package is installed in Debian/Ubuntu. * Install tornado on git installs for the develop branch if necessary. #580 * Add support for Ubuntu 15.04
-
v2015.03.15902da734 · ·
Release current stable as v2015.03.15 * Add multi-master support. Thanks Fred Reimer(freimer). saltstack/salt-boostrap#555
-
v2015.03.04fe143122 · ·
Relase current stable as v2015.03.04 * Fix the salt package selection on Arch stable installs
-
v2015.02.251a360928 · ·
Relase v2015.02.25 as current stable * Try other tools besides wget when downloading the COPR repo file. Thanks Ronald van Zantvoort(The-Loeki) * No need to install packages from the Unstable repository for debian, use backports. Thanks Ari Aosved(devaos) * Fix an issue in CentOS where the syndic package wasn't being installed(since it's now a separate package). Thanks Ronald van Zantvoort(The-Loeki) * Enable the server-optionals repository for RHEL >= 7 * RHEL/CentOS 5 now uses the COPR repository. #533
-
v2014.10.288b29491c · ·
-
v2014.10.2150de0fda · ·
v2014.10.21 * Fix path to python on FreeBSD. Thanks Pavel Snagovsky(paha) * Fix syndic installation on RHEL based installations. Thanks markgaylard * Properly detect the git checkout `basename` directory instead of hard coding it. Thanks Howard Mei(HowardMei). * Allow installing ZMQ for SaltStack's COPR repository. * Allow installing ZMQ4/PyZMQ14 from Chris Lea's PPA repository.
-
v2014.10.14322f4382 · ·
Release v2014.10.14 * Fixed a regex issue with matching Salt's tags. Match v2014.7 but not 2014.7 as a valid tag * Distro Support Added: * Added Linux Mint 17 support(Thanks Skyler Berg) * Disrto Suuport Fixed: * Init pacman keys if not done so previously
-
v2014.09.24b549ca9d · ·
Release v2014.09-24 * Fixed salt tag version matching to also accept, for example, v2014.7. #464 * Fix the EPEL 7 URL since epel-release is now 7.2
-
v2014.09.0946e6746e · ·
* Distro Support Fixes: * Updated the URL for EPEL 7 * PIP based installations on Ubuntu 10.04 need setuptools installed * Arch stopped providing the version information on `/etc/arch-release` * Complete `salt-api` services checking. #450
-
v2014.8.540c22897 · ·
Changes for v2014.08.30 * Skip service checks for `salt-api`, since this should be an opt-in service not necessarily meant to start at boot time. * Distro Support Fixes: * Also install the salt-api service on RHEL based distributions for git based installations. * Properly detect Arch Linux when lsb-release is available * Updated the URL for EPEL 7
-
v2014.08.23c14c38b7 · ·
Release v2014.08.23 as current stable * Avoid redirect breakage when installing EPEL with rpm on RHEL 5 * Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions. Thanks @garethgreenaway. * Don't shallow clone on git versions lower than 1.7.10 * Only shallow clone on git tag based installations * Configurable Salt repository clone directory for git based installations * Distro Support Fixed: * Fixed the URL to download EPEL for Cent 5 * Use the full path to the `chkconfig` binary when checking for services in SysV init systems. * Fixed an issue where the default sleep period(3 secs) on Ubuntu would cause a race condition with upstart wherein the package installation would call an upstart start and before it could complete, bootstrap would call another. The result was *two* copies of salt running which ended up causing a most stubborn bug that's documented in https://github.com/saltstack/salt/issues/12248
-
v2014.07.29d3a3fbad · ·
Releasing current stable as v2014.07.29 * Shallow clone Salt's repository for speed improvements. In case of failure, resume old behaviour. * Fixed bug introduced in 0577622 when salt-api service install and checks were added * Distro Support Fixed: * Fixed infinite loop when handling RHEL dependencies. Thanks Dan Mick(@dmick).
-
v2014.07.274c2e1bcd · ·
Releasing current stable as v2014.07.27 * Amazon Linux AMI 2010.xx is not explicitly not supported. * Install the `salt-api` scripts if available when the `salt-master` is also installed. * Added support for a configurable sleep time when starting, restarting and checking for enabled services. * Drop the `tsflags` requirement for RHEL and RHEL based distributions. * When sorting release files, oracle-release has higher priority than redhat-release. * Distro Support Fixed: * Debian >= 7 uses system's python-requests package, not PIP * Install 'python-zypp' in SuSE and openSUSE(required by Salt's zypper module) * Only install EPEL on requiring distributions if not already installed * CentOS 7 now uses systemd and the script now properly handles it * systemd in openSUSE 12.2 complains if service does not contain `.service`` * Properly detect openSUSE using `lsb_release * SLES 11 SP3 ships with both python-M2Crypto-0.22.* and python-m2crypto-0.21 and we will be asked which we want to install, even with --non-interactive. Let's try to install the higher version first and then the lower one in case of failure. * Allow some extra time on RHEL for the optionals repo check in case the repository subscription is being managed externally.