Skip to content

Commit 7eddac1

Browse files
Sean Smithsean-smith
authored andcommitted
Release 1.5.3rc1 Version
Signed-off-by: Sean Smith <[email protected]>
1 parent 10f2ec7 commit 7eddac1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

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

5+
1.5.3
6+
=====
7+
* Add support for GovCloud, us-gov-west-1 region
8+
59
1.5.2
610
=====
711
* feature:``cfncluster``: Added ClusterUser as a stack output. This makes it easier to get the username of the head node.

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.2"
23+
version = "1.5.3rc1"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@
17721772
},
17731773
"CfnClusterVersions": {
17741774
"default": {
1775-
"cfncluster": "cfncluster-1.5.2",
1775+
"cfncluster": "cfncluster-1.5.3rc1",
17761776
"cookbook": "cfncluster-cookbook-1.5.2",
17771777
"chef": "14.2.0",
17781778
"ridley": "5.1.1",

0 commit comments

Comments
 (0)