Skip to content

Commit 1e33c7f

Browse files
Sean Smithsean-smith
authored andcommitted
Release 1.5.4
Signed-off-by: Sean Smith <[email protected]>
1 parent 6c27f30 commit 1e33c7f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
CHANGELOG
33
=========
44

5+
1.5.4
6+
=====
7+
* Add option to disable ganglia `extra_json = { "cfncluster" : { "ganglia_enabled" : "no" } }``
8+
* Fix `cfncluster update` bug
9+
* Set SGE Accounting summary to be true, this reports a single accounting record for a mpi job
10+
* Upgrade cfncluster-node to Boto3
11+
512
1.5.3
613
=====
714
* Add support for GovCloud, us-gov-west-1 region

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2121

2222
console_scripts = ['cfncluster = cfncluster.cli:main']
23-
version = "1.5.3"
23+
version = "1.5.4"
2424
requires = ['boto3>=1.7.33', 'awscli>=1.11.175', 'future>=0.16.0']
2525

2626
if sys.version_info[:2] == (2, 6):

cloudformation/cfncluster.cfn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,8 +1772,8 @@
17721772
},
17731773
"CfnClusterVersions": {
17741774
"default": {
1775-
"cfncluster": "cfncluster-1.5.3",
1776-
"cookbook": "cfncluster-cookbook-1.5.2",
1775+
"cfncluster": "cfncluster-1.5.4",
1776+
"cookbook": "cfncluster-cookbook-1.5.4",
17771777
"chef": "14.2.0",
17781778
"ridley": "5.1.1",
17791779
"berkshelf": "7.0.4",

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.5'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.5.3'
55+
release = '1.5.4'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

0 commit comments

Comments
 (0)