Skip to content

Commit 17da90d

Browse files
mauri-melatomauri-melato
authored and
mauri-melato
committed
Bump version to 2.0.2
Updated CHANGELOG Signed-off-by: Maurizio Melato <[email protected]>
1 parent b035c27 commit 17da90d

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
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.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+
612
2.0.0
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-
"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",
44
"chef_version": "14.2.0",
55
"ridley_version": "5.1.1",
66
"berkshelf_version": "7.0.4"

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
default['cfncluster']['scripts_dir'] = "#{node['cfncluster']['base_dir']}/scripts"
2020
default['cfncluster']['license_dir'] = "#{node['cfncluster']['base_dir']}/licenses"
2121
# 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'
2424
default['cfncluster']['cfncluster-supervisor-version'] = '3.3.1'
2525
# URLs to software packages used during install recipes
2626
# Gridengine software

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description 'Installs/Configures AWS ParallelCluster'
66
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
77
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
8-
version '2.0.0'
8+
version '2.0.2'
99

1010
depends 'build-essential', '~> 8.1.1'
1111
depends 'poise-python', '~> 1.7.0'

0 commit comments

Comments
 (0)