File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ 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.0.2
7
+ -----
8
+
9
+ - Fix issue with jq on ubuntu1404 and centos6. Now using version 1.4
10
+ - Fix dependency issue with AWS CLI package on ubuntu1404
11
+
6
12
2.0.0
7
13
-----
8
14
Original file line number Diff line number Diff line change 1
1
{
2
- "cfncluster_version" : " 2.0.0 " ,
3
- "cfncluster_cookbook_version" : " 2.0.0 " ,
2
+ "cfncluster_version" : " 2.0.2 " ,
3
+ "cfncluster_cookbook_version" : " 2.0.2 " ,
4
4
"chef_version" : " 14.2.0" ,
5
5
"ridley_version" : " 5.1.1" ,
6
6
"berkshelf_version" : " 7.0.4"
Original file line number Diff line number Diff line change 19
19
default [ 'cfncluster' ] [ 'scripts_dir' ] = "#{ node [ 'cfncluster' ] [ 'base_dir' ] } /scripts"
20
20
default [ 'cfncluster' ] [ 'license_dir' ] = "#{ node [ 'cfncluster' ] [ 'base_dir' ] } /licenses"
21
21
# Python packages
22
- default [ 'cfncluster' ] [ 'cfncluster-version' ] = '2.0.1 '
23
- default [ 'cfncluster' ] [ 'cfncluster-node-version' ] = '2.0.0 '
22
+ default [ 'cfncluster' ] [ 'cfncluster-version' ] = '2.0.2 '
23
+ default [ 'cfncluster' ] [ 'cfncluster-node-version' ] = '2.0.2 '
24
24
default [ 'cfncluster' ] [ 'cfncluster-supervisor-version' ] = '3.3.1'
25
25
# URLs to software packages used during install recipes
26
26
# Gridengine software
Original file line number Diff line number Diff line change 5
5
long_description 'Installs/Configures AWS ParallelCluster'
6
6
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
7
7
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
8
- version '2.0.0 '
8
+ version '2.0.2 '
9
9
10
10
depends 'build-essential' , '~> 8.1.1'
11
11
depends 'poise-python' , '~> 1.7.0'
You can’t perform that action at this time.
0 commit comments