Skip to content

Commit c0aec74

Browse files
demartinofralukeseawalker
authored andcommitted
Release 2.2.1
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 17bed7b commit c0aec74

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.2.0
6+
2.2.1
77
-----
88

99
**ENHANCEMENTS**

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

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

0 commit comments

Comments
 (0)