mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #911 from rallytime/changelog-and-release
Changelog and release
This commit is contained in:
commit
a6394f61e6
2 changed files with 18 additions and 3 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,6 +1,21 @@
|
||||||
|
Version 2016.07.07:
|
||||||
|
* 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
|
||||||
|
|
||||||
Version 2016.06.27:
|
Version 2016.06.27:
|
||||||
* Fix race condition when doing one-liner bootstrap
|
* Fix race condition when doing one-liner bootstrap. (vutny) #889
|
||||||
* Add space back in between 'install' and '--install'
|
* Add space back in between 'install' and '--install'. (rallytime) #890
|
||||||
|
|
||||||
Version 2016.06.24:
|
Version 2016.06.24:
|
||||||
* Save invocation command and arguments into variables. (jfindlay) #885
|
* Save invocation command and arguments into variables. (jfindlay) #885
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#======================================================================================================================
|
#======================================================================================================================
|
||||||
set -o nounset # Treat unset variables as an error
|
set -o nounset # Treat unset variables as an error
|
||||||
|
|
||||||
__ScriptVersion="2016.06.27"
|
__ScriptVersion="2016.07.07"
|
||||||
__ScriptName="bootstrap-salt.sh"
|
__ScriptName="bootstrap-salt.sh"
|
||||||
|
|
||||||
__ScriptFullName="$0"
|
__ScriptFullName="$0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue