From 96efc3aec5dd8e45dc260ab58e4a41fefa9298e2 Mon Sep 17 00:00:00 2001 From: rallytime Date: Mon, 15 Aug 2016 12:56:27 -0600 Subject: [PATCH 1/2] Update changelog with recent PRs --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index c1dd062..1a80e94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Version 2016.08.15: + * 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 + 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 From 5ffa2d043077e7a7a0ff55b6834fb4b793b2b305 Mon Sep 17 00:00:00 2001 From: rallytime Date: Mon, 15 Aug 2016 12:58:57 -0600 Subject: [PATCH 2/2] Update stable version number to 2016.08.15 --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index fba6919..73e60f8 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2016.07.07" +__ScriptVersion="2016.08.15" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"