Bump version for stable release

This commit is contained in:
Pedro Algarvio 2014-08-30 14:28:32 +01:00
parent e47c491c9b
commit 187ad5c300
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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"
#======================================================================================================================