Skip to content

Releases: saltstack/salt-bootstrap

v2016.10.25

25 Oct 21:53

Choose a tag to compare

  • Update AUTHORS.rst with new contributors (rallytime) #978
  • Let's start detecting the upcoming Debian 9 (Stretch) (lhost) #975
  • FreeBSD: set _SALT_ETC_DIR directory to match ports (eradman) #970
  • Update OpenBSD 6.0+ provisioning (eradman) #969
  • adds supports for Cumulus Linux (plumbis) #967
  • Run "pip install -U futures" for SmartOS git install (rallytime) #966
  • Change /pkg/rpm/ to /pkg/deb/ in install_ubuntu_git_post func (rallytime) #965
  • SUSE: Refactor systemsmanagement_saltstack repo checks to be DRY (rallytime) #964
  • Fix detection of EPEL repository with not-expired metadata (sp1r) #963
  • Display warning message about deprecating the -G option (vutny) #958
  • Allow correct salt paths to be used when -c is passed (justinta) #955
  • Fix issues with replacing configs when python3 is default in os. (fizmat) #954
  • Remove m2crypto package installs (rallytime) #951
  • Try to install SP4 packages on SLE 11 when SP version is older (rallytime) #950
  • Add python-futures package to install_centos_git_deps (rallytime) #948
  • Add /etc/portage/package.accept_keywords to CONFIG_PROTECT_MASK (rallytime) #947
  • Deprecate -G option: use https scheme for GitHub by default (vutny) #945
  • [SECURITY] Properly handle GnuPG keys for APT repositories (vutny) #940

v2016.08.16

16 Aug 16:54

Choose a tag to compare

  • Ubuntu git mode: install all deps from SaltStack corp repo by default. (vutny) #936

v2016.08.15

15 Aug 19:22

Choose a tag to compare

  • Remove chris-lea python-zmq repo. (rallytime) #929
  • Disable the '--enablerepo=${_EPEL_REPO}' part of yum install cmds when passing -R/-r. (rallytime) #928
  • Fix grep pattern in __check_services_sysvinit. (vutny) #927
  • Missing python dependency for salt-cloud added. (toanju) #925
  • Fix git install mode when using commit hash with -g option. (vutny) #922
  • Install salt-cloud package with -L option in stable mode. (vutny) #919
  • Fix bootstrapping from Git on CentOS7 when systemd is not running. (vutny) #915

v2016.07.07

07 Jul 20:28

Choose a tag to compare

  • Add new contributors to authors list. (rallytime) #910
  • Split up python-requests and python-msgpack packages for newer Fedora. (rallytime) #909
  • Fix typo in repository configuration for FreeBSD. (ekollof) #907
  • Make sure $STABLE_REV is set before setting up SaltStack repo. (rallytime) #906
  • Remove tests written question from template. (rallytime) #904
  • Adding support for Linux Mint 18 (based on Ubuntu 16.04). (eliezerlp) #902
  • Allow git installation for SLES 12. (rallytime) #903
  • Set repo_arch for raspberry pi installs. (mrichar1) #899
  • Change temporary directory for storing executable to C:\Windows\Temp. (themalkolm) #897
  • add apt-transport-https for ubuntu. (epcim) #896
  • Fix expanding shell script position parameters with nounset enabled. (vutny) #895
  • RFC: Add tests for bootstrap-salt.ps1. (themalkolm) #893
  • Keep original name of salt executable executable. (themalkolm) #857

v2016.06.27

27 Jun 18:27

Choose a tag to compare

  • Fix race condition when doing one-liner bootstrap. (vutny) #889
  • Add space back in between 'install' and '--install'. (rallytime) #890

v2016.06.24

27 Jun 18:26

Choose a tag to compare

  • Save invocation command and arguments into variables. (jfindlay) #885
  • Update the authors list with new contributors. (rallytime) #884
  • Add option to make setup.py install quiet. (nasenbaer13) #865
  • Fix lint. (jfindlay) #881
  • Add -R option to allow a custom repo URL. (rallytime) #877
  • Exclude path of script when called from another dir. (l2ol33rt) #871
  • Print invocation info. (jfindlay) #869
  • Always refresh the Arch Linux keyring if needed. (cachedout) #868
  • Ubuntu 16.04 LTS Xenial Support. (notpeter) #852
  • Install Salt packages from repo.saltstack.com on Debian 7 "Wheezy". (vutny) #864
  • Drop support for Debian 6 old-old-stable "squeeze": reached end-of-life. (vutny) #860
  • Removed ubuntu version restriction for apt-get update. (marccardinal) #859
  • Fix bootstrapping from git on Debian 8 by installing latest tornado via pip. (vutny) #828
  • Add the ability to override master and/or minion configs from CLI. (rallytime) #841
  • Don't sleep 11 seconds if the user allowed overwrite of config files. (poelzi) #832

v2016.05.11

12 May 16:56

Choose a tag to compare

Only overwrite the minion config file if '-C' is passed. Otherwise, preserve it. (rallytime) #848.

v2016.05.10

11 May 05:54

Choose a tag to compare

  • Removed libzmq4 and forking-deamon-patch for Opensuse13. (jtand) #840
  • Ubuntu 12.04 needs to be updated before installing packages. (jtand) #829
  • Always download and install latest epel-release package on RHEL systems. (vutny) #825
  • Fix Amazon Linux EOL check. (vutny) #818

v2016.04.18

18 Apr 20:36

Choose a tag to compare

  • Add support for openSUSE Leap. Thanks Roman Inflianskas(rominf). #693
  • Fix missing deps installation on Debian. Thanks Steve Groesz(wolfpackmars2). #699
  • Update SaltStack repo location and latest version for Windows. (brandon099) #711
  • Better EPEL repository detection on RHEL and CentOS. (vutny) #717
  • Fix git invocation fail when man command is not available. (vutny) #718
  • Fix epel-release package installation on CentOS/RHEL 5. (vutny) #719
  • Removed deprecated cli option. (abednarik) #705
  • Remove RHEL optional repo check and enable. (vutny) #720
  • Remove SaltStack COPR repository configuration for CentOS/RHEL5. (vutny) #721
  • Add opensuse_Tumbleweed support. (aboe76) #725
  • Sometimes bootstrap doesn't install zmq. (jtand) #726
  • Process -s (default sleep for service restarts) in bootstrap-salt.sh. (hipikat) #692
  • Minion keys and /etc/salt/minion should be overwritten on -C. (cro) #541
  • Fix for -C (_CONFIG_ONLY). (beaucephus) #544
  • Fix when using upstream tags. (The-Loeki) #564
  • COPR project moved. (rmohr) #738
  • Update license year range. (pra85) #743
  • Use POSIX-Compliant Command-Exists Test. (kojiromike) #741
  • Add -f option to force shallow cloning. (eyj) #660
  • add SLE 12 support, fix OpenSUSE support. (grep4linux) #748
  • Fix CentOS git setup.py syntax error upon installation. (The-Loeki) #746
  • Enable shallow cloning for version branches by default, not only tags. (vutny) #750
  • do not install copr repo on fedora 22+. (toanju) #751
  • Add support for pegged versions on YUM based OS'ses through repo.saltstack.com. (The-Loeki) #685
  • fix for FreeBSD 11 CURRENT install functions. (serge-p) #723
  • Don't add zypp repo if it already exists. (furlongm) #731
  • switch repositories for suse and sles fixes #706_. (aboe76) #734
  • Reformat and correct usage instructions. (vutny) #755
  • fixed missing repo for suse 12. (aboe76) #756
  • fix for Amazon Linux. (shawnbutts) #700
  • adding support for OpenBSD distribution. (serge-p) #722
  • fixing syntax errors. (beardedeagle) #760
  • Import CentOS 7 GPG key on RHEL for installing base dependencies from Salt corp repo. (vutny) #765
  • Fix multiple lint errors (shellcheck) and make some refactoring. (vutny) #768
  • Fix sleep time option to recognize a numeric argument. (vutny) #771
  • Update README. (vutny) #787
  • get tornado from pip on a fedora git install. (jfindlay) #785
  • Remove the Saltstack repo's alias. (cro) #794
  • Ability to change cache dir. (clarkperkins) #761
  • Add config_freebsd_salt func so freebsd puts cfgs in the right place. (ryanwalder) #779
  • Allow archive versions. (clarkperkins) #769
  • Lack of HTTPS for RPM packages. (jaredestroud) #783
  • Ability to change cache dir. (clarkperkins) #761
  • Bootstrap on Docker. (vutny) #793
  • add downstream pkg repo for SUSE. (jfindlay) #791
  • Fixed use of HTTP over HTTPS for anonscm.debian.org. (gdm85) #788
  • Bump Salt version to latest stable in PS bootstrap script for Windows. (vutny) #801
  • Add an -l option to switch https to http links. (rallytime) #795
  • Virtualenv support for Ubuntu. (l2ol33rt) #666
  • Lint. (jfindlay) #805
  • use portable command check. (jfindlay) #806
  • Update epel-release version number (RuriRyan) #809

Version 2015.11.09

09 Nov 16:27
v2015.11.09

Choose a tag to compare

  • Make sure that wget is installed. #868