Skip to content

Commit 94bd4c0

Browse files
francesco-giordanochenwany
authored andcommitted
Bump cookbook to version 2.11.7
1 parent 955fec4 commit 94bd4c0

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.6",
3-
"parallelcluster_cookbook_version": "2.11.6",
2+
"parallelcluster_version": "2.11.7",
3+
"parallelcluster_cookbook_version": "2.11.7",
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.6'
100-
default['cfncluster']['cfncluster-cookbook-version'] = '2.11.6'
101-
default['cfncluster']['cfncluster-node-version'] = '2.11.6'
99+
default['cfncluster']['cfncluster-version'] = '2.11.7'
100+
default['cfncluster']['cfncluster-cookbook-version'] = '2.11.7'
101+
default['cfncluster']['cfncluster-node-version'] = '2.11.7'
102102

103103
# URLs to software packages used during install recipes
104104
# Slurm 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.6'
12+
version '2.11.7'
1313

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

0 commit comments

Comments
 (0)