Skip to content

Commit b8a1148

Browse files
committed
Bump version to 2.9.1 and update changelog
Signed-off-by: Enrico Usai <[email protected]>
1 parent 6ef47a2 commit b8a1148

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.9.1
7+
-----
8+
9+
**CHANGES**
10+
11+
- There were no notable changes for this version.
12+
613
2.9.0
714
-----
815

@@ -33,7 +40,6 @@ This file is used to list changes made in each version of the AWS ParallelCluste
3340
- Remove dependency on cfn-init in compute nodes bootstrap.
3441
- Add support for queue names in pre/post install scripts.
3542

36-
3743
**BUG FIXES**
3844

3945
- Solve dpkg lock issue with Ubuntu that prevented custom AMI creation in some cases.

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.9.0",
3-
"parallelcluster_cookbook_version": "2.9.0",
2+
"parallelcluster_version": "2.9.1",
3+
"parallelcluster_cookbook_version": "2.9.1",
44
"chef_version": "15.11.8",
55
"berkshelf_version": "7.0.10"
66
}

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
default['cfncluster']['intelmpi']['version'] = '2019.7.217'
5353
default['cfncluster']['intelmpi']['modulefile'] = "/opt/intel/impi/#{node['cfncluster']['intelmpi']['version']}/intel64/modulefiles/mpi"
5454
# Python packages
55-
default['cfncluster']['cfncluster-version'] = '2.9.0'
56-
default['cfncluster']['cfncluster-node-version'] = '2.9.0'
55+
default['cfncluster']['cfncluster-version'] = '2.9.1'
56+
default['cfncluster']['cfncluster-node-version'] = '2.9.1'
5757
# URLs to software packages used during install recipes
5858
# Gridengine software
5959
default['cfncluster']['sge']['version'] = '8.1.9'

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 '15.11.8'
12-
version '2.9.0'
12+
version '2.9.1'
1313

1414
supports 'amazon', '>= 1'
1515
supports 'centos', '>= 6'

0 commit comments

Comments
 (0)