Releases: saltstack/salt-bootstrap
Releases · saltstack/salt-bootstrap
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.15
- Add multi-master support. Thanks Fred Reimer(freimer). saltstack/salt-boostrap#555
v2015.03.04
- Fix the salt package selection on Arch stable installs.
v2015.02.28
- Fix Debian backports repository.
v2015.02.25
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
v2015.01.12
- Add package upgrades support to FreeBSD. Thanks William Eshagh(eshagl).
- Make sure wget is installed on debian bare systems.
- Make sure the Arch pacman database is up to date
- Install
python-hashlibin CentOS 5 in order to use the COPR repository
v2014.12.11
- Enable binary installations on CentOS 7. Thanks ggillies
- Updated the URL for EPEL 7
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
basenamedirectory 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.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.25
Properly detect Amazon AMI's >= 2014.9. #468