File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ aws-parallelcluster-cookbook CHANGELOG
3
3
4
4
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
5
5
6
+ 2.9.1
7
+ -----
8
+
9
+ ** CHANGES**
10
+
11
+ - There were no notable changes for this version.
12
+
6
13
2.9.0
7
14
-----
8
15
@@ -33,7 +40,6 @@ This file is used to list changes made in each version of the AWS ParallelCluste
33
40
- Remove dependency on cfn-init in compute nodes bootstrap.
34
41
- Add support for queue names in pre/post install scripts.
35
42
36
-
37
43
** BUG FIXES**
38
44
39
45
- Solve dpkg lock issue with Ubuntu that prevented custom AMI creation in some cases.
Original file line number Diff line number Diff line change 1
1
{
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 " ,
4
4
"chef_version" : " 15.11.8" ,
5
5
"berkshelf_version" : " 7.0.10"
6
6
}
Original file line number Diff line number Diff line change 52
52
default [ 'cfncluster' ] [ 'intelmpi' ] [ 'version' ] = '2019.7.217'
53
53
default [ 'cfncluster' ] [ 'intelmpi' ] [ 'modulefile' ] = "/opt/intel/impi/#{ node [ 'cfncluster' ] [ 'intelmpi' ] [ 'version' ] } /intel64/modulefiles/mpi"
54
54
# 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 '
57
57
# URLs to software packages used during install recipes
58
58
# Gridengine software
59
59
default [ 'cfncluster' ] [ 'sge' ] [ 'version' ] = '8.1.9'
Original file line number Diff line number Diff line change 9
9
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
10
10
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
11
11
chef_version '15.11.8'
12
- version '2.9.0 '
12
+ version '2.9.1 '
13
13
14
14
supports 'amazon' , '>= 1'
15
15
supports 'centos' , '>= 6'
You can’t perform that action at this time.
0 commit comments