Skip to content

Commit

Permalink
Bump version to 3.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: chenwany <[email protected]>
  • Loading branch information
chenwany committed May 6, 2022
1 parent ef33349 commit 564a95d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
].join('/')

# Python packages
default['cluster']['parallelcluster-version'] = '3.1.3'
default['cluster']['parallelcluster-cookbook-version'] = '3.1.3'
default['cluster']['parallelcluster-node-version'] = '3.1.3'
default['cluster']['parallelcluster-version'] = '3.1.4'
default['cluster']['parallelcluster-cookbook-version'] = '3.1.4'
default['cluster']['parallelcluster-node-version'] = '3.1.4'
default['cluster']['parallelcluster-awsbatch-cli-version'] = '1.0.0'

# URLs to software packages used during install recipes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-awsbatch/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
issues_url 'https://github.com/aws/aws-parallelcluster/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '17.2.29'
version '3.1.3'
version '3.1.4'

supports 'amazon', '>= 2.0'
supports 'centos', '>= 7.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-config/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '17.2.29'
version '3.1.3'
version '3.1.4'

supports 'amazon', '>= 2.0'
supports 'centos', '>= 7.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-install/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '17.2.29'
version '3.1.3'
version '3.1.4'

supports 'amazon', '>= 2.0'
supports 'centos', '>= 7.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-scheduler-plugin/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
issues_url 'https://github.com/aws/aws-parallelcluster/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '17.2.29'
version '3.1.3'
version '3.1.4'

supports 'amazon', '>= 2.0'
supports 'centos', '>= 7.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-slurm/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '17.2.29'
version '3.1.3'
version '3.1.4'

supports 'amazon', '>= 2.0'
supports 'centos', '>= 7.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-test/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '17.2.29'
version '3.1.3'
version '3.1.4'

supports 'amazon', '>= 2.0'
supports 'centos', '>= 7.0'
Expand Down
14 changes: 7 additions & 7 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '17.2.29'
version '3.1.3'
version '3.1.4'

supports 'amazon', '>= 2.0'
supports 'centos', '>= 7.0'
Expand All @@ -22,9 +22,9 @@
depends 'selinux', '~> 3.1.1'
depends 'yum', '~> 6.1.1'
depends 'yum-epel', '~> 4.1.2'
depends 'aws-parallelcluster-install', '~> 3.1.3'
depends 'aws-parallelcluster-config', '~> 3.1.3'
depends 'aws-parallelcluster-slurm', '~> 3.1.3'
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.1.3'
depends 'aws-parallelcluster-awsbatch', '~> 3.1.3'
depends 'aws-parallelcluster-test', '~> 3.1.3'
depends 'aws-parallelcluster-install', '~> 3.1.4'
depends 'aws-parallelcluster-config', '~> 3.1.4'
depends 'aws-parallelcluster-slurm', '~> 3.1.4'
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.1.4'
depends 'aws-parallelcluster-awsbatch', '~> 3.1.4'
depends 'aws-parallelcluster-test', '~> 3.1.4'

0 comments on commit 564a95d

Please sign in to comment.