From 187ad5c300cc0b6ee4604e53dc6cd29b839a52e1 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 30 Aug 2014 14:28:32 +0100 Subject: [PATCH] Bump version for stable release --- ChangeLog | 3 +-- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9dd3d93..f11da30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2014.xx.xx: +Version 2014.08.30: * 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: @@ -7,7 +7,6 @@ Version 2014.xx.xx: * Properly detect Arch Linux when lsb-release is available * Updated the URL for EPEL 7 - Version 2014.08.23: * Avoid redirect breakage when installing EPEL with rpm on RHEL 5 * Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions. Thanks diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 44139bc..21df066 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -17,7 +17,7 @@ # CREATED: 10/15/2012 09:49:37 PM WEST #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2014.08.23" +__ScriptVersion="2014.08.30" __ScriptName="bootstrap-salt.sh" #======================================================================================================================