Skip to content

Releases: saltstack/salt-bootstrap

v2015.05.04

04 May 12:25
v2015.05.04

Choose a tag to compare

  • 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

11 Mar 19:03
v2015.03.15

Choose a tag to compare

  • Add multi-master support. Thanks Fred Reimer(freimer). saltstack/salt-boostrap#555

v2015.03.04

04 Mar 16:47
v2015.03.04

Choose a tag to compare

  • Fix the salt package selection on Arch stable installs.

v2015.02.28

28 Feb 15:23
v2015.02.28

Choose a tag to compare

  • Fix Debian backports repository.

v2015.02.25

27 Feb 01:46
v2015.02.25

Choose a tag to compare

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

12 Jan 22:15
v2015.01.12

Choose a tag to compare

  • 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

11 Dec 20:45
v2014.12.11

Choose a tag to compare

  • Enable binary installations on CentOS 7. Thanks ggillies
  • Updated the URL for EPEL 7

v2014.10.21

21 Oct 22:16
v2014.10.21

Choose a tag to compare

  • 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

14 Oct 04:49
v2014.10.14

Choose a tag to compare

  • 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

25 Sep 15:44
v2014.09.25

Choose a tag to compare

Properly detect Amazon AMI's >= 2014.9. #468