Skip to content

Commit 6aad862

Browse files
enrico-usaimauri-melato
authored andcommitted
Bump version to 3.1.1
Signed-off-by: Enrico Usai <[email protected]>
1 parent d3e9362 commit 6aad862

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
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-
3.1.0
6+
3.1.1
77
------
88

99
**ENHANCEMENTS**

attributes/default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
].join('/')
109109

110110
# Python packages
111-
default['cluster']['parallelcluster-version'] = '3.1.0'
112-
default['cluster']['parallelcluster-cookbook-version'] = '3.1.0'
113-
default['cluster']['parallelcluster-node-version'] = '3.1.0'
111+
default['cluster']['parallelcluster-version'] = '3.1.1'
112+
default['cluster']['parallelcluster-cookbook-version'] = '3.1.1'
113+
default['cluster']['parallelcluster-node-version'] = '3.1.1'
114114
default['cluster']['parallelcluster-awsbatch-cli-version'] = '1.0.0'
115115

116116
# URLs to software packages used during install recipes

cookbooks/aws-parallelcluster-awsbatch/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/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.1.0'
10+
version '3.1.1'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

cookbooks/aws-parallelcluster-config/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 '17.2.29'
10-
version '3.1.0'
10+
version '3.1.1'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

cookbooks/aws-parallelcluster-install/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 '17.2.29'
10-
version '3.1.0'
10+
version '3.1.1'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

cookbooks/aws-parallelcluster-scheduler-plugin/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/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.1.0'
10+
version '3.1.1'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

cookbooks/aws-parallelcluster-slurm/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 '17.2.29'
10-
version '3.1.0'
10+
version '3.1.1'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

cookbooks/aws-parallelcluster-test/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 '17.2.29'
10-
version '3.1.0'
10+
version '3.1.1'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

metadata.rb

Lines changed: 7 additions & 7 deletions
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 '17.2.29'
10-
version '3.1.0'
10+
version '3.1.1'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'
@@ -22,9 +22,9 @@
2222
depends 'selinux', '~> 3.1.1'
2323
depends 'yum', '~> 6.1.1'
2424
depends 'yum-epel', '~> 4.1.2'
25-
depends 'aws-parallelcluster-install', '~> 3.1.0'
26-
depends 'aws-parallelcluster-config', '~> 3.1.0'
27-
depends 'aws-parallelcluster-slurm', '~> 3.1.0'
28-
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.1.0'
29-
depends 'aws-parallelcluster-awsbatch', '~> 3.1.0'
30-
depends 'aws-parallelcluster-test', '~> 3.1.0'
25+
depends 'aws-parallelcluster-install', '~> 3.1.1'
26+
depends 'aws-parallelcluster-config', '~> 3.1.1'
27+
depends 'aws-parallelcluster-slurm', '~> 3.1.1'
28+
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.1.1'
29+
depends 'aws-parallelcluster-awsbatch', '~> 3.1.1'
30+
depends 'aws-parallelcluster-test', '~> 3.1.1'

0 commit comments

Comments
 (0)