Skip to content

Commit 2333fe9

Browse files
committed
Bump version to 2.11.3
Signed-off-by: chenwany <[email protected]>
1 parent f049698 commit 2333fe9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

amis/packer_variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"parallelcluster_version": "2.11.2",
3-
"parallelcluster_cookbook_version": "2.11.2",
2+
"parallelcluster_version": "2.11.3",
3+
"parallelcluster_cookbook_version": "2.11.3",
44
"chef_version": "16.13.16",
55
"berkshelf_version": "7.0.10"
66
}

attributes/default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
].join('/')
103103

104104
# Python packages
105-
default['cfncluster']['cfncluster-version'] = '2.11.2'
106-
default['cfncluster']['cfncluster-cookbook-version'] = '2.11.2'
107-
default['cfncluster']['cfncluster-node-version'] = '2.11.2'
105+
default['cfncluster']['cfncluster-version'] = '2.11.3'
106+
default['cfncluster']['cfncluster-cookbook-version'] = '2.11.3'
107+
default['cfncluster']['cfncluster-node-version'] = '2.11.3'
108108

109109
# URLs to software packages used during install recipes
110110
# Gridengine software

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
1010
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
1111
chef_version '16.13.16'
12-
version '2.11.2'
12+
version '2.11.3'
1313

1414
supports 'amazon', '>= 2'
1515
supports 'centos', '>= 7'

0 commit comments

Comments
 (0)