From bb4fb8be7fce491f10c7d2c81a7cd2fd540a0547 Mon Sep 17 00:00:00 2001 From: rallytime Date: Wed, 13 Dec 2017 12:54:16 -0500 Subject: [PATCH] Update AUTHORS, ChangeLog, and Release Version number Release for 2017.12.13 --- AUTHORS.rst | 3 +++ ChangeLog | 20 ++++++++++++++++++++ bootstrap-salt.sh | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 5becf05..98e1618 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -13,6 +13,7 @@ Alec Koumjian akoumjian akoumjian@gmail.com Alex Van't Hof alexvh Alexander Krasnukhin themalkolm the.malkolm@gmail.com Alexey dmitrievav +Ali Rizvi-Santiago arizvisa amendlik amendlik Andrew Dean ndrwdn ndrwdn@gmail.com Andy Boff caelor github@plek.me.uk @@ -30,6 +31,7 @@ bruce-one bruce-one Вячеслав Спиридонов sp1r C. R. Oldham cro cr@saltstack.com Cam camereonsparr +Charles McLaughlin cmclaughlin Megan Wilhite Ch3LL megan.wilhite@gmail.com Chris Rebert cvrebert chris.rebert@hulu.com Chris Buechler cbuechler cmb@pfsense.org @@ -139,5 +141,6 @@ Vladimir Kozhukalov kozhukalov Whit Morriss whitmo whit@nocoast.us Wolodja Wentland babilen w@babilen5.org Wout wfhg +Yann Masson ymasson Yushi Nakai nyushi ========================== ===================== ============================ diff --git a/ChangeLog b/ChangeLog index 62a01d1..f5618a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Version 2017.12.13: + * Use HTTPS URL for OpenSuse's saltstack repo (gdm85) #1174 + * Respect disable repos (-r) option on OpenBSD (eradman) #1171 + * Fix #1168 : -b option causes error (vutny) #1170 + * Fix fatal error with using the -b option. (arizvisa) #1169 + * Devuan support (ymasson) #1165 + * Fix yum repo on AWS Linux (cmclaughlin) #1164 + * Use suse repo to install packages, rather than defining them (rallytime) #1157 + * Remove patch-level-1 specific code for SLES installs (rallytime) #1156 + * priority sort fedora-release (toanju) #1153 + * Declare EOL for SUSE Linux Enterprise Server releases (vutny) #1150 + * Fix #1142: allow git install on Raspbian 9 (vutny) #1146 + * Follow symlinks when parsing distro release files (vutny) #1145 + * fedora: use dnf-utils for F26 and above (toanju) #1144 + * Declare EOL for openSUSE LEAP 42.1 (vutny) #1143 + * Fix #1137: import GPG key through an HTTP(S) proxy (vutny) #1139 + * Fix #1138: git install on Debian/Ubuntu various arches (vutny) #1141 + * Declare EOL for openSUSE releases earlier and including 13.X (vutny) #1136 + * Update Fedora support: 24 is EOL (rallytime) #1134 + Version 2017.08.17: * Add new authors (rallytime) #1130 * README: Fix typo and Table of Contents for Debian section (vutny) #1129 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 80bca8e..a650299 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2017.08.17" +__ScriptVersion="2017.12.13" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"