mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #1221 from rallytime/new-release
Update authors file, changelog, and release number
This commit is contained in:
commit
173bb69ed5
3 changed files with 28 additions and 1 deletions
|
@ -21,6 +21,7 @@ Angelo Gründler plueschopath angelo.gruendler@w1r3.net
|
|||
Ari Aosved devaos ari.aosved@gmail.com
|
||||
Ashok Raja R ashokrajar ashokrajar@users.noreply.github.com
|
||||
Beau Hargis beaucephus beau@customermobile.com
|
||||
Benjamin Drung bdrung bdrung@debian.org
|
||||
BlaineAtAffirmOnceMore BlaineAtAffirm
|
||||
Boris Feld Lothiraldan
|
||||
Brad Thurber bradthurber
|
||||
|
@ -70,6 +71,7 @@ Henrik Holmboe holmboe
|
|||
Howard Mei HowardMei howardleomei@gmail.com
|
||||
James Booth absolutejam vvalentine1337@gmail.com
|
||||
Jared E Stroud jaredestroud jaredestroud@gmail.com
|
||||
Jasper Lievisse Adriaanse jasperla jasper@humppa.nl
|
||||
JD decomposite
|
||||
Jeff Hui jeffh jeff@jeffhui.net
|
||||
Jeff Strunk jstrunk
|
||||
|
@ -112,6 +114,7 @@ Pedro Paulo pedropaulovc
|
|||
Pete Lumbis plumbis
|
||||
Peter Tripp notpeter
|
||||
Petr Michalec epcim
|
||||
pjcreath pjcreath
|
||||
Prayag Verma pra85 prayag.verma@gmail.com
|
||||
ptonelli ptonelli
|
||||
Randy Thompson beardedeagle randy@heroictek.com
|
||||
|
@ -131,6 +134,7 @@ Shawn Butts shawnbutts
|
|||
Skyler Berg skylerberg skylertheberg@gmail.com
|
||||
Stanislav B stanislavb
|
||||
Steve Groesz wolfpackmars2 wolfpackmars2@yahoo.com
|
||||
sybix sybix
|
||||
Tate Eskew tateeskew
|
||||
Thomas S. Hatch thatch45 thatch45@saltstack.com
|
||||
Tobias Jungel toanju Tobias.Jungel@gmail.com
|
||||
|
|
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
Version 2018.04.25:
|
||||
* Install py-tornado4 for FreeBSD. (abednarik) #1219
|
||||
* Remove COPR repos configuration for Fedora (vutny ) #1211
|
||||
* Fix for silently ignored version argument on CentOS/RHEL (pjcreath) #1210
|
||||
* Use integer parameter for sleep command (bdrung) #1205
|
||||
* Add 2018.3 branch to list of stable options (rallytime) #1204
|
||||
* If installing with -P, install tornado<5.0. (rallytime) #1203
|
||||
* Add M2Crypto to python27 centos 6 bootstrap install (Ch3LL) #1201
|
||||
* Update README to include mention of bootstrap-salt.ps1 for Windows (rallytime) #1200
|
||||
* Port spelling fixes from change in Salt to Bootstrap (rallytime) #1199
|
||||
* Add M2Crypto package back to git install functions (rallytime) #1198
|
||||
* OpenBSD has a cdn which handles selecting the best mirror (jasperla) #1197
|
||||
* Change gnupg2 pacakge to gnupg for non-LTS versions of Ubuntu (rallytime) #1196
|
||||
* Install swig30 as freebsd dep instead of swig. (abednarik) #1191
|
||||
* make salt-syndic optional on salt bootstrap (sybix) #1190
|
||||
* Add __wait_for_apt function: avoid locking on the apt-get process (rallytime) #1186
|
||||
* Update the README.rst file with some grammatical changes (rallytime) #1185
|
||||
* Update Fedora support: 25 is EOL, 27 is supported (rallytime) #1184
|
||||
* Add a note about the use of sudo when running commands to README (rallytime) #1183
|
||||
* Adding support for minor release pinning on AWS Linux (cmclaughlin) #1182
|
||||
* Wait for zypper processes to finish before calling zypper again (rallytime) #1181
|
||||
* only install ca-certificates on opensuse if it isn't already installed (gtmanfred) #1179
|
||||
|
||||
Version 2017.12.13:
|
||||
* Use HTTPS URL for OpenSuse's saltstack repo (gdm85) #1174
|
||||
* Respect disable repos (-r) option on OpenBSD (eradman) #1171
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#======================================================================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
|
||||
__ScriptVersion="2017.12.13"
|
||||
__ScriptVersion="2018.04.25"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
__ScriptFullName="$0"
|
||||
|
|
Loading…
Add table
Reference in a new issue