salt-bootstrap/ChangeLog

492 lines
23 KiB
Text
Raw Normal View History

2016-05-10 13:28:55 -06:00
Version 2016.05.10:
* 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
2016-04-18 09:59:31 -06:00
Version 2016.04.18:
2015-12-04 11:43:13 +00:00
* Add support for openSUSE Leap. Thanks Roman Inflianskas(rominf). #693
* Fix missing deps installation on Debian. Thanks Steve Groesz(wolfpackmars2). #699
2016-04-18 09:59:31 -06:00
* 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
2015-12-04 11:43:13 +00:00
2015-11-09 16:22:34 +00:00
Version 2015.11.09
* Make sure that wget is installed. #868
2015-11-04 12:29:31 +00:00
Version 2015.11.04:
2015-09-18 15:47:38 +01:00
* Allow bypassing dependencies installation. Thanks EYJ. #656.
2015-09-05 11:14:45 +01:00
* Add FreeBSD 11 support. Thanks Chris Buechler(cbuechler). #653
* Move RHEL installations to use repo.saltstack.com #674
* Move Debian 8 installation to use repo.saltstack.com #674
2015-09-10 11:09:49 +01:00
* Fix error finding python-jinja2 in RHEL 7. Thanks Rob Eden(hedinfaok). #654
* Move Ubuntu 12 and 14 installations to use repo.saltstack.com #674
* Move FreeBSD installations to use repo.saltstack.com #674
* Use dnf on Fedora 22 and later. Thanks Michele Bologna (mbologna). #665
2015-09-04 14:25:24 +01:00
2015-09-18 15:47:38 +01:00
2015-08-06 14:37:26 +01:00
Version 2015.08.06:
2015-07-23 10:40:03 +01:00
* Fix python-requests installations for Ubuntu >= 14.04 LTS. #631, #632, #633
* Install python-crypto from Chris Lea's PPA for Ubuntu < 14.04
2015-07-23 20:25:18 +01:00
* Exit the git checkout directory before deleting it. Thanks Bret Fisher. #634
2015-07-27 11:15:27 +01:00
* Use prefix /usr for centos git install. Thanks Stanislav B. #638
2015-07-29 23:33:31 +01:00
* Drop Ubuntu EOL versions. All Ubuntu version before 12.04.
2015-08-06 14:33:25 +01:00
* Make sure python-dev is installed wheb trying to install tornado from PyPi. #640
2015-07-23 10:40:03 +01:00
2015-07-22 13:17:54 +01:00
Version 2015.07.22:
2015-07-19 19:47:06 +01:00
* Fix tornado installation in Ubuntu. Thanks Yushi Nakai. #627
2015-07-22 12:11:58 +01:00
* Install tornado using pip on Ubuntu for Salt's v2015.8.xx onward stable releases.
2015-07-22 12:55:36 +01:00
* Install requests on Ubuntu from Chris Lea's PPA. #630
2015-07-19 19:47:06 +01:00
2015-07-17 12:12:39 +01:00
Version 2015.07.17:
2015-05-08 11:40:40 +01:00
* Make sure setuptools is installed before using it. #598.
2015-05-20 18:21:41 +01:00
* `systemd` is only fully supported from 15.04 onwards. #602
2015-06-03 18:15:45 +01:00
* Fix debian mirrors issue. Thanks Wolodja Wentland(babilen). #606
2015-07-13 16:48:38 +01:00
* Fix python-jinja2 repo move on RHEL6. Thanks lomeroe. #621
* Allow skipping services. Thanks denmat. #455
2015-07-16 21:04:24 +01:00
* Fix missing Debian init script. #607 saltstack/salt#25270 and saltstack/salt#25456
2015-07-17 11:32:45 +01:00
* Fix SmartOS etc path. Thanks Bret Fisher. #624
* Fix possible unbound variable in Gentoo. #625
* Properly detect the git binary in SmartOS. #611
2015-05-08 11:40:40 +01:00
Version 2015.05.07:
2015-05-07 09:46:40 +01:00
* Lower required requests version dependency. Use system requests package where possible.
2015-05-07 09:57:49 +01:00
* Allow Ubuntu alternate ppas. Thanks Peter Tripp(notpeter). #563
2015-05-07 09:46:40 +01:00
2015-05-04 11:01:26 +01:00
Version 2015.05.04:
* Fix the configuration path for FreeBSD. #567/#552. Thanks Ronald van Zantvoort(The-Loeki).
2015-04-04 01:22:12 +01:00
+ Fix non grouping support in POSIX sed. Thanks Ronald van Zantvoort(The-Loeki).
* Add Debian 8 support. Thanks Matt Black(mafrosis)
2015-04-04 02:52:15 +01:00
* Improve Debian version parsing. Thanks Mark Lee(malept)
2015-04-24 15:24:24 +01:00
* Make sure we update packages list one Chris Lea's PPA repository is added.
2015-04-30 12:02:11 +01:00
* Hard code the Debian Squeeze backports to the DE mirror since the main repository is down.
Thanks @panticz. #589.
2015-04-30 12:14:18 +01:00
* Only install git if not already installed. #560
2015-04-30 13:18:03 +01:00
* Fix openSUSE 13.2 where we need to pass --replaceflags. Thanks Roman Inflianskas(rominf).
#504.
2015-04-30 14:41:25 +01:00
* Make sure that a recent enough requests package is installed in Debian/Ubuntu.
2015-05-01 14:32:28 +01:00
* Install tornado on git installs for the develop branch if necessary. #580
2015-05-03 15:44:24 +01:00
* Add support for Ubuntu 15.04
2015-04-30 14:41:25 +01:00
2015-03-11 19:00:22 +00:00
Version 2015.03.15:
2015-03-11 15:46:13 +00:00
* Add multi-master support. Thanks Fred Reimer(freimer). #555
2015-03-04 16:41:48 +00:00
Version 2015.03.04:
2015-03-04 15:54:11 +00:00
* Fix the salt package selection on Arch stable installs.
Version 2015.02.28:
* Fix Debian backports repository.
2015-02-27 10:14:29 +00:00
2015-02-27 01:39:32 +00:00
Version 2015.02.27:
2015-01-28 01:01:11 +00:00
* Try other tools besides wget when downloading the COPR repo file. Thanks Ronald van
Zantvoort(The-Loeki)
2015-02-03 01:33:55 +00:00
* No need to install packages from the Unstable repository for debian, use backports. Thanks
Ari Aosved(devaos)
2015-02-07 01:21:22 +00:00
* 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)
2015-02-16 01:57:37 +00:00
* Enable the server-optionals repository for RHEL >= 7
2015-02-27 01:10:54 +00:00
* RHEL/CentOS 5 now uses the COPR repository. #533
2015-01-28 01:01:11 +00:00
Version 2015.01.12:
2014-12-24 01:54:41 +00:00
* Add package upgrades support to FreeBSD. Thanks William Eshagh(eshagl).
2015-01-07 00:59:23 +00:00
* Make sure wget is installed on debian bare systems.
* Make sure the Arch pacman database is up to date
2015-01-07 01:11:31 +00:00
* Install `python-hashlib` in CentOS 5 in order to use the COPR repository
2014-12-24 01:54:41 +00:00
2014-12-11 20:39:28 +00:00
Version 2014.12.11:
2014-11-08 09:19:29 +00:00
* Enable binary installations on CentOS 7. Thanks ggillies
2014-12-11 20:33:35 +00:00
* Updated the URL for EPEL 7
2014-11-08 09:19:29 +00:00
2014-10-30 01:21:20 +00:00
Version 2014.10.30:
* Apply the forking patch to openSUSE git installations.
2014-10-28 02:04:26 +00:00
Version 2014.10.28:
2014-10-28 01:40:17 +00:00
* Install the python systemd bindings for Arch and Fedora git installations
2014-10-28 01:57:40 +00:00
* Allow cloning from Salt's git repository using HTTPS. #475
2014-10-28 01:40:17 +00:00
2014-10-21 23:09:59 +01:00
Version 2014.10.21:
2014-10-17 20:32:39 +01:00
* Fix path to python on FreeBSD. Thanks Pavel Snagovsky(paha)
2014-10-17 20:37:05 +01:00
* Fix syndic installation on RHEL based installations. Thanks markgaylard
2014-10-17 23:42:57 +01:00
* Properly detect the git checkout `basename` directory instead of hard coding it. Thanks
Howard Mei(HowardMei).
2014-10-20 20:45:18 +01:00
* Allow installing ZMQ for SaltStack's COPR repository.
2014-10-21 01:57:25 +01:00
* Allow installing ZMQ4/PyZMQ14 from Chris Lea's PPA repository.
2014-10-17 20:32:39 +01:00
2014-10-14 05:42:05 +01:00
Version 2014.10.14:
2014-10-02 22:21:46 +01:00
* Fixed a regex issue with matching Salt's tags. Match v2014.7 but not 2014.7 as a valid tag
2014-09-27 02:03:12 +01:00
* Distro Support Added:
* Added Linux Mint 17 support(Thanks Skyler Berg)
2014-09-27 14:24:27 +01:00
* Disrto Suuport Fixed:
* Init pacman keys if not done so previously
2014-09-27 02:03:12 +01:00
2014-09-25 16:37:42 +01:00
Version 2014.09.25:
* Properly detect Amazon AMI's >= 2014.9. #468
2014-09-11 20:49:38 +01:00
2014-09-09 23:07:16 +01:00
Version 2014.09.09:
2014-09-07 01:57:37 +01:00
* Distro Support Fixes:
* Updated the URL for EPEL 7
* PIP based installations on Ubuntu 10.04 need setuptools installed
2014-09-07 03:52:30 +01:00
* Arch stopped providing the version information on `/etc/arch-release`
2014-09-09 20:41:42 +01:00
* Complete `salt-api` services checking. #450
2014-09-07 01:57:37 +01:00
2014-08-30 14:28:32 +01:00
Version 2014.08.30:
2014-08-23 23:32:03 +01:00
* 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.
2014-08-29 20:42:54 +01:00
* Properly detect Arch Linux when lsb-release is available
2014-08-29 21:05:15 +01:00
* Updated the URL for EPEL 7
2014-08-23 23:32:03 +01:00
2014-08-23 14:09:09 +01:00
Version 2014.08.23:
2014-07-29 18:30:41 +01:00
* Avoid redirect breakage when installing EPEL with rpm on RHEL 5
2014-07-31 22:47:32 +01:00
* Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions. Thanks
@garethgreenaway.
2014-08-04 15:43:21 +01:00
* Don't shallow clone on git versions lower than 1.7.10
2014-08-17 01:04:31 +01:00
* Only shallow clone on git tag based installations
2014-08-14 03:39:38 +01:00
* Configurable Salt repository clone directory for git based installations
2014-08-01 00:27:38 +01:00
* Distro Support Fixed:
* Fixed the URL to download EPEL for Cent 5
2014-08-03 19:54:50 +01:00
* Use the full path to the `chkconfig` binary when checking for services in SysV init
systems.
2014-08-03 21:54:19 +01:00
* 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
2014-07-29 18:30:41 +01:00
2014-07-29 12:20:06 +01:00
Version 2014.07.29:
2014-07-29 13:16:04 +01:00
* Shallow clone Salt's repository for speed improvements. In case of failure, resume old
behaviour.
2014-07-29 12:20:06 +01:00
* Fixed bug introduced in 0577622 when salt-api service install and checks were added
2014-07-29 12:24:33 +01:00
* Distro Support Fixed:
* Fixed infinite loop when handling RHEL dependencies. Thanks Dan Mick(@dmick).
2014-07-29 12:20:06 +01:00
2014-07-27 20:19:41 +01:00
Version 2014.07.27:
2014-07-19 19:56:38 +01:00
* Amazon Linux AMI 2010.xx is not explicitly not supported.
2014-07-20 21:54:41 +01:00
* Install the `salt-api` scripts if available when the `salt-master` is also installed.
2014-07-20 22:54:22 +01:00
* Added support for a configurable sleep time when starting, restarting and checking for
enabled services.
2014-07-23 01:14:55 +01:00
* Drop the `tsflags` requirement for RHEL and RHEL based distributions.
2014-07-20 23:18:04 +01:00
* When sorting release files, oracle-release has higher priority than redhat-release.
2014-07-06 00:39:54 +01:00
* Distro Support Fixed:
* Debian >= 7 uses system's python-requests package, not PIP
2014-07-19 18:04:46 +01:00
* Install 'python-zypp' in SuSE and openSUSE(required by Salt's zypper module)
2014-07-20 18:34:06 +01:00
* Only install EPEL on requiring distributions if not already installed
2014-07-20 21:54:41 +01:00
* CentOS 7 now uses systemd and the script now properly handles it
2014-07-21 16:35:22 +01:00
* systemd in openSUSE 12.2 complains if service does not contain `.service``
2014-07-22 13:58:16 +01:00
* Properly detect openSUSE using `lsb_release
2014-07-24 15:08:34 +01:00
* 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.
2014-07-25 17:07:46 +01:00
* Allow some extra time on RHEL for the optionals repo check in case the repository
subscription is being managed externally.
2014-07-20 21:54:41 +01:00
2014-06-30 00:55:01 +01:00
Version 2014.06.30:
2014-06-29 00:09:42 +01:00
* Distro Support Fixed:
* Bump build/maintenance version for epel-release package. Thanks Gregory Meno(GregMeno)
2014-06-29 00:32:42 +01:00
* Properly detect Amazon Linux AMI when using `lsb_release`
2014-06-30 00:55:01 +01:00
* Fix `tsflags` installation.
2014-06-29 00:09:42 +01:00
2014-06-28 00:28:24 +01:00
Version 2014.06.28:
* Fixed `tsflags` packages detection for RHEL and Oracle Linux 6.5
2014-06-21 13:25:24 +01:00
Version 2014.06.21:
* Also export the HTTPS proxy environment variable. Thanks Giuseppe Iannello(gianello).
* Distro Support Fixed:
* Improve Oracle Linux Server detection
2014-06-21 13:25:24 +01:00
* Overcome the Oracle Linux awkwardness. `--enablerepo=XYX` disables ALL OTHER REPOS!!!!
2014-06-21 14:34:35 +01:00
* Oracle Linux also support testing repositories installation
2014-06-19 19:29:41 +01:00
Version 2014.06.19:
* Allow passing the master address as an environment variable, `BS_SALT_MASTER_ADDRESS`
2014-04-21 12:38:16 +01:00
* Fixed an issue with the keys pre-seed. We were passing absolute paths where we only needed
basenames.
2014-06-21 13:25:24 +01:00
* Added HTTP proxy configuration support. Thanks Giuseppe Iannello(gianello),
2014-04-24 10:29:34 +01:00
* Distro Support Added:
* Elementary OS
2014-04-27 09:13:01 +01:00
* RHEL 7 Beta/RC
* Kali Linux. Thanks Valentin Bud(valentinbud)
2014-06-11 04:46:39 +01:00
* Distro Support Fixed:
* Improved RHEL optionals repository detection
2014-04-21 12:38:16 +01:00
Version 2014.04.16:
2014-03-15 16:56:49 +00:00
* Fixed a bug for RHEL 6 based distributions where yum-utils was not getting installed.
2014-03-25 14:51:26 +02:00
* Added minor version check for RHEL 6 optional channel.
2014-04-04 12:58:25 +01:00
* Added quotes around "apache-libcloud>=$_LIBCLOUD_MIN_VERSION" for proper version requirements
handling.
2014-04-07 20:21:59 +01:00
* Install the python 'requests' package which is now a hard dependency in Salt.
2014-04-07 23:55:34 +01:00
* When installing from a user defined repository add the official one as a remote and fetch
2014-04-09 01:30:39 -07:00
its tags for proper versioning.
2014-04-15 10:00:06 +01:00
* Distro Support Fixed:
* CentOS netinstall ISO's don't install `chkconfig`
* Improved RHEL optional repository detection. This allows user repository usage, which
don't need the optional repository support since they usually provide their packages.
2014-04-15 10:00:06 +01:00
* Distro Support Added:
2014-03-19 19:27:14 +00:00
* Oracle Linux
* Scientific Linux
2014-03-15 16:56:49 +00:00
2014-03-10 13:53:53 +00:00
Version 2014.03.10-1:
* Distro Support Fixed:
* Fix the Debian services running function
2014-03-10 12:34:08 +00:00
Version 2014.03.10:
* Debian based distributions which don't use upstart now also check if the salt services are
enabled.
* Distro Support Fixed:
* RedHat based distributions now have a proper services enabled checker.
2014-02-27 08:01:36 +00:00
Version 2014.02.27:
2014-02-20 12:09:51 +00:00
* Fixed a bug on the services enabled function searching logic.
* Arch, Fedora, openSUSE and SuSE now check for services enabled, if using systemd
2014-02-20 13:06:28 +00:00
* CentOS(and any RedHat based) and Ubuntu now check for services enabled is using upstart
2014-02-25 19:23:15 +00:00
* Distro Support Added:
* Debian 8. Thank You Boris Feld(Lothiraldan).
2014-02-20 12:09:51 +00:00
2014-02-18 19:45:48 +00:00
Version 2014.02.19:
2014-02-19 11:07:48 +00:00
* Fixed a problem with the quotes of an error message
2014-02-27 08:04:06 +00:00
* Arch installations now uses the community repository
2014-02-18 19:45:48 +00:00
* Distro Support Fixed:
* Fixed Fedora Git based installations(git was not being installed)
2014-02-18 12:31:48 +00:00
Version 2014.02.18:
2014-02-17 15:28:21 +00:00
* Debian based distribution now get a warning stating that NOT starting daemons does not work
as supposed, mainly because that's the Debian policy.
2014-02-18 12:31:48 +00:00
* Fix bug introduced when implementing the master ip flag. The default minion includes
directory is `minion.d`, not `minion.conf.d`
2014-02-17 15:28:21 +00:00
2014-02-16 22:53:09 +00:00
Version 2014.02.16:
2014-02-15 23:37:24 +00:00
* The script now allows setting up the salt-master address as a separate configuration file by
passing `-A` to the script.
2014-02-16 18:20:05 +00:00
* Add support to install apache-libcloud by passing the `-L` flag. In some distribution it's
also needed to pass `-P` because the minimal apache-libcloud version is `0.14.0`. This support
is still missing for FreeBSD and SmartOS.
2014-02-16 19:23:03 +00:00
* Fixed an issue when copying or moving files. We now test to see if the destination is a
directory and create a full path from that so that the "do not override" logic works as
supposed. #294.
2014-02-16 21:40:21 +00:00
* Allow passing additional package names to install while installing Salt's dependencies. #262
2014-02-16 22:05:30 +00:00
* Pass the salt configuration directory, default or from environment variable to the setup.py
script for git based installations. #305
2014-01-30 20:22:06 -07:00
* Distro Support Fixed:
* FreeBSD `fetch` now has a notion of insecure certificates. Handle this properly. Thank
You Mike Carlson(m87carlson).
2014-02-16 18:20:05 +00:00
* Arch, openSUSE and SuSE are now upgradable when the `-U` flag is passed.
2014-02-16 20:07:59 +00:00
* Force overwrites now works for existing init.d scripts on CentOS git installations. #259
* Distro Support Added:
* FreeBSD 10 is now also supported. Thank You Mike Carlson(m87carlson).
2014-02-16 18:20:05 +00:00
* Red Had Enterprise Workstation is now supported.
2014-01-30 20:22:06 -07:00
2014-01-26 17:54:20 +00:00
Version 1.5.11:
* Fixed an out of scope variable missed when moving functions around.
2013-11-12 00:54:44 +00:00
Version 1.5.10:
* Salt no longer has the master branch in git, install from develop as default.
* Installing from Git on Red Hat based distributions now also needs `yum-utils` installed.
* Allow the script to use a different git repository to install from.
2014-01-04 13:58:52 +00:00
* Fixed a bug where a branch name with dashes would be wrongly detected as an option to the
script.
* Default to secure file downloads(if any).
2013-11-12 00:54:44 +00:00
* Distro Support Fixed:
* Minimal Ubuntu installation might not have upstart installed, fixed.
* FreeBSD now uses the official FreeBSD repository. Thank You Paul Brian(lifeisstillgood)!
2013-11-12 00:54:44 +00:00
2013-09-27 23:26:21 +01:00
Version 1.5.9:
* Allow to not start the daemons after bootstrapping salt. This will allow `vagrant-lxc`
installations, `debootstrap*`, etc, to finish properly. Thanks Henrik Holmboe (holmboe).
2013-09-28 22:52:38 +01:00
* Distro Support Fixed:
* Salt >= 0.17 requires ElementTree which is on the python standard library after python
2.6 but openSUSE split that into a separate package.
* Fixed a logic preventing proper Ubuntu bootstrapping on some situations.
2013-09-27 23:26:21 +01:00
2013-09-26 23:43:21 +01:00
Version 1.5.8:
* Fixed an Ubuntu regression. `add-apt-repository` is only available on
`software-properties-common` after 12.10, inclusive. Thanks Diego Woitasen(diegows)
2013-09-26 23:43:21 +01:00
Version 1.5.7:
* For RedHat based distributions which rely on `epel`, the user can now pass `testing` to the
script and `epel-testing` shall be used to bootstrap salt and it's dependencies.
* No full system upgrades, if optional by the distribution, shall be done unless `-U` is passed
to the bootstrap script(required upgrade procedures must exist on the script, currently Debian
and RedHat based distributions support system upgrades).
2013-08-16 21:26:39 +01:00
* Fixed an issue where passing BS_KEEP_TEMP_FILES=1 to the script was causing an error. #206.
* Switched FreeBSD default packages repository to PCBSD(http://www.pcbsd.org) and added
multiple repository support to install salt from the SaltStack's FreeBSD repository. Thanks
Christer Edwards(cedwards).
* Improved Gentoo Support. Thanks Elias Probst(eliasp).
2013-09-26 19:57:31 +01:00
* Stop execution soon for end of life distributions or non supported distribution versions.
2013-08-09 11:39:32 +01:00
* Distro Support Fixed:
* Fixed an unbound variable while bootstraping Gentoo.
* Fixed CentOS/RHEL 5.
2013-08-15 16:11:46 +01:00
* Fixed crypto++ compilation. Thanks Kenneth Wilke(KennethWilke)!
* Fixed FreeBSD git installations not pointing to the proper salt configuration directory,
which on FreeBSD is '/usr/local/etc/salt'.
2013-08-30 00:40:23 +00:00
* Fixed testing installation for Red Hat based distributions. Thanks Jeff Strunk(jstrunk)
2013-08-30 22:59:59 +01:00
* Fixed wrong package name on Arch. Thanks Niels Abspoel(aboe76)
* Make sure the Ubuntu universe repository is enabled. Thanks Karl Grzeszczak(karlgrz).
2013-09-26 23:18:00 +01:00
* Fixed SmartOS installation. Thanks Matthieu Guegan(mguegan).
Version 1.5.6:
2013-07-02 17:36:44 +01:00
* If there's a `grains` file on the provided temporary configuration directory, move it to the
proper place while moving the minion configuration file.
* Gentoo bootstraps can now use a bin host to provide binary packages, just set the
`BS_GENTOO_USE_BINHOST` environment variable.
2013-07-16 20:36:27 +01:00
* If `BS_KEEP_TEMP_FILES=1` is found on the environment, the script will copy the files instead
of moving them.
2013-07-18 16:38:35 +01:00
* There were still some `mv` and `cp` occurrences which were not using their `{move,copy}file`
replacements which ended up on now respecting the "Do not override existing configuration"
feature.
* Distro Support Fixed:
* Arch now upgrades it's system package properly as suggested on their mailing list.
2013-06-19 15:48:58 +01:00
* Arch now moves back any configuration files provided by the user renamed by pacman on the
installation process.
2013-06-16 23:10:09 +01:00
* Fixed SmartOS detection(was being detected as Solaris) and bootstrapping. Fixed SmartOS
different gcc package names for different package sets.
* Fixed FreeBSD git based installations(no rc.d scripts were available).
* Fixed FreeBSD not re-evaluating the `PKI_DIR` variable since the `SALT_ETC_DIR` was
redefined.
* Distro Support Added:
* Linux Mint. Thanks Alex Van't Hof(alexvh)!
* Linaro.
2013-04-29 23:22:18 +01:00
Version 1.5.5:
* Fixed a variable error in the new pre-seed feature.
* Fixed the destination path to where the pre-seed minions keys should be copied.
* Debian installations now use SaltStack's repository.
* Configuration files can now be passed as an URL to a compressed file. Thanks Geoff Garside!
* Distro Support Fixed:
* Debian's optional ZMQ3 support was fixed (libzmq3 has moved from experimental to
unstable).
* Ubuntu Lucid Daily PPA
2013-05-19 13:41:06 +01:00
* SmartOS no longer ignores $SALT_ETC_DIR. Matthieu Guegan!
* FreeBSD no longer ignores $SALT_ETC_DIR. Thanks Geoff Garside!
2013-06-01 14:58:40 +01:00
* FreeBSD does not try to install pkgng if pkg is installed. Thanks Geoff Garside!
2013-05-18 23:40:09 +01:00
* SunOS (Make use of XPG4 binaries on SunOS). Thanks Matthieu Guegan!
* openSUSE (Don't fail if only one of the repositories failed to update)
2013-05-22 09:40:06 +01:00
* Arch (Fixed the GPG issues for git installations)
2013-06-01 14:58:40 +01:00
* Distro Support Added:
* Gentoo. Thanks kaithar!
2013-04-29 23:22:18 +01:00
2013-04-23 11:31:36 +01:00
Version 1.5.4:
2013-05-08 10:55:19 -06:00
* Fixed an issue we had when /proc/cpuinfo had more than one CPU. Detected on AMD CPUs.
* OpenSUSE 12.3 uses lsb_release. Fix the returned distro name "openSUSE project" to "openSUSE"
which the script handles.
* Added an custom move function which will only override if required and if we permit it.
* Implemented the necessary function to pre-seed minion keys on a salt master as an optional
argument.
* Distro Support Fixed:
* FreeBSD (Don't let the script fail if PACKAGESITE is not set)
2013-05-08 10:55:19 -06:00
* Debian Stable installations (the function search was not working as supposed)
* Distro Support Added:
* Ubuntu 13.04 (Was disabled because of a bad beta1. Fixed in beta2)
2013-04-10 18:51:59 +01:00
Version 1.5.3:
* Return 0 or 1 from functions
* Convert several pipes into a single awk call
* Fixed `/etc/os-release` parsing
* Fixed `config_salt()`
* Distro Support Fixed:
2013-05-08 10:55:19 -06:00
* EPEL-based installations (CentOS, Amazon Linux, RedHat)
* SuSE/OpenSUSE (problem running the script twice, ie, existing `devel_languages_python`
repository)
2013-04-10 18:51:59 +01:00
* SuSE 11 SP1 (pip based install and config trigger)
* Distro Support Added:
* Debian 7 (Only git installations at the moment)
2013-03-17 18:18:23 +00:00
Version 1.5.2:
2013-05-08 10:55:19 -06:00
* Fix issue with Travis testing (it installs it's own ZeroMQ3 lib
2013-03-17 18:18:23 +00:00
* Allow setting the debug output from an environment variable
* Fix an escape issue in the `printf` calls used in our echo calls
2013-05-08 10:55:19 -06:00
* Don't overwrite files (`config`, `init.d`, etc). Use a specific flag to force overwrites.
2013-03-17 18:18:23 +00:00
* Distro Support Fixed:
* Ubuntu daily installs.
2013-03-18 12:24:33 +00:00
* Distro Support Added:
* Trisquel 6.0 (Ubuntu 12.04)
2013-03-17 18:18:23 +00:00
2013-04-10 18:51:59 +01:00
2013-03-17 18:18:23 +00:00
Version 1.5.1:
* Improved unittesting.
* Starting daemons.
* Make sure that daemons are really running.
2013-05-08 10:55:19 -06:00
* For the users to make the choice if installing from PIP (if required since there aren't system
pacakges).
* Fixed salt's git cloning when the salt git tree is already present on the system.
2013-03-17 18:18:23 +00:00
* Distro Support Fixed:
* Debian 6
* Ubuntu 12.10
* CentOS
* Distro Support Added:
* SuSE 11 SP1/11 SP2
* OpenSUSE 12.x
2013-04-10 18:51:59 +01:00
2013-03-17 18:18:23 +00:00
Version 1.5:
* First stable version of the script
* Support for:
* Ubuntu 10.x/11.x/12.x
* Debian 6.x
* CentOS 5/6
* Red Hat 5/6
* Red Hat Enterprise 5/6
* Fedora
* Arch
* SmartOS
* FreeBSD 9.0
2016-04-18 09:59:31 -06:00
# Don't remove the line below.
# vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want ts=4