Skip to content

Commit 0e1b748

Browse files
committed
Rolling back cookbook version to 1.4.0
As we plan do minor release of cfncluster, and we haven't changed anything in cookbook, I recommend sticking to cookbook version 1.4.0 (we bump to 1.4.1 as post-release stuff) Signed-off-by: Mohan Gandhi <[email protected]>
1 parent b50e018 commit 0e1b748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudformation/cfncluster.cfn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@
17611761
"CfnClusterVersions" : {
17621762
"default" : {
17631763
"cfncluster" : "cfncluster-1.4.1",
1764-
"cookbook" : "cfncluster-cookbook-1.4.1",
1764+
"cookbook" : "cfncluster-cookbook-1.4.0",
17651765
"chef" : "12.19.36",
17661766
"ridley" : "5.1.0",
17671767
"berkshelf" : "5.6.4",

cloudformation/cfncluster.cfn.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ Mappings:
981981
CfnClusterVersions:
982982
default:
983983
cfncluster: cfncluster-1.4.1
984-
cookbook: cfncluster-cookbook-1.4.1
984+
cookbook: cfncluster-cookbook-1.4.0
985985
chef: 12.19.36
986986
ridley: 5.1.0
987987
berkshelf: 5.6.4

0 commit comments

Comments
 (0)