Skip to content

Commit 564a95d

Browse files
committed
Bump version to 3.1.4
Signed-off-by: chenwany <[email protected]>
1 parent ef33349 commit 564a95d

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

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.3'
112-
default['cluster']['parallelcluster-cookbook-version'] = '3.1.3'
113-
default['cluster']['parallelcluster-node-version'] = '3.1.3'
111+
default['cluster']['parallelcluster-version'] = '3.1.4'
112+
default['cluster']['parallelcluster-cookbook-version'] = '3.1.4'
113+
default['cluster']['parallelcluster-node-version'] = '3.1.4'
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.3'
10+
version '3.1.4'
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.3'
10+
version '3.1.4'
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.3'
10+
version '3.1.4'
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.3'
10+
version '3.1.4'
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.3'
10+
version '3.1.4'
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.3'
10+
version '3.1.4'
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.3'
10+
version '3.1.4'
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.3'
26-
depends 'aws-parallelcluster-config', '~> 3.1.3'
27-
depends 'aws-parallelcluster-slurm', '~> 3.1.3'
28-
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.1.3'
29-
depends 'aws-parallelcluster-awsbatch', '~> 3.1.3'
30-
depends 'aws-parallelcluster-test', '~> 3.1.3'
25+
depends 'aws-parallelcluster-install', '~> 3.1.4'
26+
depends 'aws-parallelcluster-config', '~> 3.1.4'
27+
depends 'aws-parallelcluster-slurm', '~> 3.1.4'
28+
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.1.4'
29+
depends 'aws-parallelcluster-awsbatch', '~> 3.1.4'
30+
depends 'aws-parallelcluster-test', '~> 3.1.4'

0 commit comments

Comments
 (0)