Releases: saltstack/salt-bootstrap
Releases · saltstack/salt-bootstrap
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-hashlib
in 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
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.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
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.09
- 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