Skip to content

Commit

Permalink
Relax Chef version requirements to use a more recent version of Chef/…
Browse files Browse the repository at this point in the history
…Cinc

This change permits to run tests locally with Chef 18
that is the version included in Chef Workstation 23.

Chef 17 is only compatible with Chef Workstation 22,
but this is not supported by MacBook with M1 chip.

Signed-off-by: Enrico Usai <[email protected]>
  • Loading branch information
enrico-usai committed Jun 26, 2023
1 parent ed3c537 commit 62ee536
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-awsbatch/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'Manages AWS Batch in AWS ParallelCluster'
issues_url 'https://github.com/aws/aws-parallelcluster/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '>= 2.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-computefleet/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'AWS ParallelCluster compute fleet management'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '= 2.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-entrypoints/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'AWS ParallelCluster cookbooks entrypoints'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '= 2.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-environment/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'AWS ParallelCluster node environment'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '= 2.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-platform/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'AWS ParallelCluster node platform'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '= 2.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-shared/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'AWS ParallelCluster shared cookbook code'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '= 2.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 @@ -6,7 +6,7 @@
description 'Manages Slurm in AWS ParallelCluster'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '>= 2.0'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-tests/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'Common AWS ParallelCluster resources and attributes'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '= 2.0'
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'Installs/Configures AWS ParallelCluster'
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '~> 17'
chef_version '>= 17'
version '3.7.0'

supports 'amazon', '>= 2.0'
Expand Down

0 comments on commit 62ee536

Please sign in to comment.