File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
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+
5121.5.3
613=====
714* Add support for GovCloud, us-gov-west-1 region
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def read(fname):
2020 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
2121
2222console_scripts = ['cfncluster = cfncluster.cli:main' ]
23- version = "1.5.3 "
23+ version = "1.5.4 "
2424requires = ['boto3>=1.7.33' , 'awscli>=1.11.175' , 'future>=0.16.0' ]
2525
2626if sys .version_info [:2 ] == (2 , 6 ):
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 5252# The short X.Y version.
5353version = '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.
You can’t perform that action at this time.
0 commit comments