Skip to content

Commit b8a19d5

Browse files
Sean Smithfnubalaj
authored andcommitted
Release 2.1.0
Signed-off-by: Sean Smith <[email protected]>
1 parent ee37732 commit b8a19d5

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1.0
7+
-----
8+
9+
- EFS support
10+
- RAID support
11+
- China region support
12+
613
2.0.2
714
-----
815

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.2",
3-
"cfncluster_cookbook_version": "2.0.2",
2+
"cfncluster_version": "2.1.0",
3+
"cfncluster_cookbook_version": "2.1.0",
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.2'
23-
default['cfncluster']['cfncluster-node-version'] = '2.0.2'
22+
default['cfncluster']['cfncluster-version'] = '2.1.0'
23+
default['cfncluster']['cfncluster-node-version'] = '2.1.0'
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
@@ -7,7 +7,7 @@
77
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '14.2.0'
10-
version '2.0.2'
10+
version '2.1.0'
1111

1212
supports 'amazon'
1313
supports 'centos', '= 6'

0 commit comments

Comments
 (0)