Skip to content

Commit 011b532

Browse files
author
Sean Smith
committed
Release 2.1.1
Signed-off-by: Sean Smith <[email protected]>
1 parent c1e394a commit 011b532

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.1
7+
-----
8+
9+
- China Regions, cn-north-1 and cn-northwest-1 support
10+
611
2.1.0
712
-----
813

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.1.0",
3-
"parallelcluster_cookbook_version": "2.1.0",
2+
"parallelcluster_version": "2.1.1",
3+
"parallelcluster_cookbook_version": "2.1.1",
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.1.0'
23-
default['cfncluster']['cfncluster-node-version'] = '2.1.0'
22+
default['cfncluster']['cfncluster-version'] = '2.1.1'
23+
default['cfncluster']['cfncluster-node-version'] = '2.1.1'
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.1.0'
10+
version '2.1.1'
1111

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

0 commit comments

Comments
 (0)