Skip to content

Commit 187ad5c

Browse files
committed
Bump version for stable release
1 parent e47c491 commit 187ad5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ChangeLog

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 2014.xx.xx:
1+
Version 2014.08.30:
22
* Skip service checks for `salt-api`, since this should be an opt-in service not necessarily
33
meant to start at boot time.
44
* Distro Support Fixes:
@@ -7,7 +7,6 @@ Version 2014.xx.xx:
77
* Properly detect Arch Linux when lsb-release is available
88
* Updated the URL for EPEL 7
99

10-
1110
Version 2014.08.23:
1211
* Avoid redirect breakage when installing EPEL with rpm on RHEL 5
1312
* Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions. Thanks

bootstrap-salt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# CREATED: 10/15/2012 09:49:37 PM WEST
1818
#======================================================================================================================
1919
set -o nounset # Treat unset variables as an error
20-
__ScriptVersion="2014.08.23"
20+
__ScriptVersion="2014.08.30"
2121
__ScriptName="bootstrap-salt.sh"
2222

2323
#======================================================================================================================

0 commit comments

Comments
 (0)