Skip to content

Commit a9825af

Browse files
committed
Bump version to 2.11.6
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com> SQUASH CHANGELOG Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent 57d2751 commit a9825af

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ aws-parallelcluster-cookbook CHANGELOG
33

44
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55

6+
2.11.6
7+
-----
8+
9+
**CHANGES**
10+
- OS package updates and security fixes.
11+
612
2.11.5
713
-----
814

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.5",
3-
"parallelcluster_cookbook_version": "2.11.5",
2+
"parallelcluster_version": "2.11.6",
3+
"parallelcluster_cookbook_version": "2.11.6",
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.5'
100-
default['cfncluster']['cfncluster-cookbook-version'] = '2.11.5'
101-
default['cfncluster']['cfncluster-node-version'] = '2.11.5'
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'
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.5'
12+
version '2.11.6'
1313

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

0 commit comments

Comments
 (0)