Skip to content

Commit d1035b1

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Bump version to 2.11.5
Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent 0ff3f1c commit d1035b1

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.4",
3-
"parallelcluster_cookbook_version": "2.11.4",
2+
"parallelcluster_version": "2.11.5",
3+
"parallelcluster_cookbook_version": "2.11.5",
44
"chef_version": "17.2.29",
55
"berkshelf_version": "7.0.10"
66
}

attributes/default.rb

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

9898
# Python packages
99-
default['cfncluster']['cfncluster-version'] = '2.11.4'
100-
default['cfncluster']['cfncluster-cookbook-version'] = '2.11.4'
101-
default['cfncluster']['cfncluster-node-version'] = '2.11.4'
99+
default['cfncluster']['cfncluster-version'] = '2.11.5'
100+
default['cfncluster']['cfncluster-cookbook-version'] = '2.11.5'
101+
default['cfncluster']['cfncluster-node-version'] = '2.11.5'
102102

103103
# URLs to software packages used during install recipes
104104
# 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 '17.2.29'
12-
version '2.11.4'
12+
version '2.11.5'
1313

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

0 commit comments

Comments
 (0)