diff --git a/cookbooks/aws-parallelcluster-awsbatch/metadata.rb b/cookbooks/aws-parallelcluster-awsbatch/metadata.rb index 213350856..36b83b51d 100644 --- a/cookbooks/aws-parallelcluster-awsbatch/metadata.rb +++ b/cookbooks/aws-parallelcluster-awsbatch/metadata.rb @@ -7,7 +7,7 @@ issues_url 'https://github.com/aws/aws-parallelcluster/issues' source_url 'https://github.com/aws/aws-parallelcluster-cookbook' chef_version '>= 18' -version '3.12.0' +version '3.13.0' depends 'apt', '~> 7.5.22' depends 'iptables', '~> 8.0.0' @@ -17,4 +17,4 @@ depends 'pyenv', '~> 4.2.3' depends 'yum', '~> 7.4.13' depends 'yum-epel', '~> 5.0.2' -depends 'aws-parallelcluster-shared', '~> 3.12.0' +depends 'aws-parallelcluster-shared', '~> 3.13.0' diff --git a/cookbooks/aws-parallelcluster-computefleet/metadata.rb b/cookbooks/aws-parallelcluster-computefleet/metadata.rb index 20e67d489..fd94ca121 100644 --- a/cookbooks/aws-parallelcluster-computefleet/metadata.rb +++ b/cookbooks/aws-parallelcluster-computefleet/metadata.rb @@ -7,6 +7,6 @@ issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues' source_url 'https://github.com/aws/aws-parallelcluster-cookbook' chef_version '>= 18' -version '3.12.0' +version '3.13.0' -depends 'aws-parallelcluster-shared', '~> 3.12.0' +depends 'aws-parallelcluster-shared', '~> 3.13.0' diff --git a/cookbooks/aws-parallelcluster-entrypoints/metadata.rb b/cookbooks/aws-parallelcluster-entrypoints/metadata.rb index a9bf9a590..dd2c9ea31 100644 --- a/cookbooks/aws-parallelcluster-entrypoints/metadata.rb +++ b/cookbooks/aws-parallelcluster-entrypoints/metadata.rb @@ -7,11 +7,11 @@ issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues' source_url 'https://github.com/aws/aws-parallelcluster-cookbook' chef_version '>= 18' -version '3.12.0' +version '3.13.0' -depends 'aws-parallelcluster-shared', '~> 3.12.0' -depends 'aws-parallelcluster-platform', '~> 3.12.0' -depends 'aws-parallelcluster-environment', '~> 3.12.0' -depends 'aws-parallelcluster-computefleet', '~> 3.12.0' -depends 'aws-parallelcluster-slurm', '~> 3.12.0' -depends 'aws-parallelcluster-awsbatch', '~> 3.12.0' +depends 'aws-parallelcluster-shared', '~> 3.13.0' +depends 'aws-parallelcluster-platform', '~> 3.13.0' +depends 'aws-parallelcluster-environment', '~> 3.13.0' +depends 'aws-parallelcluster-computefleet', '~> 3.13.0' +depends 'aws-parallelcluster-slurm', '~> 3.13.0' +depends 'aws-parallelcluster-awsbatch', '~> 3.13.0' diff --git a/cookbooks/aws-parallelcluster-environment/metadata.rb b/cookbooks/aws-parallelcluster-environment/metadata.rb index aab7ba8ea..6625ec00e 100644 --- a/cookbooks/aws-parallelcluster-environment/metadata.rb +++ b/cookbooks/aws-parallelcluster-environment/metadata.rb @@ -7,9 +7,9 @@ issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues' source_url 'https://github.com/aws/aws-parallelcluster-cookbook' chef_version '>= 18' -version '3.12.0' +version '3.13.0' depends 'line', '~> 4.5.13' depends 'nfs', '~> 5.1.2' -depends 'aws-parallelcluster-shared', '~> 3.12.0' +depends 'aws-parallelcluster-shared', '~> 3.13.0' diff --git a/cookbooks/aws-parallelcluster-platform/metadata.rb b/cookbooks/aws-parallelcluster-platform/metadata.rb index eff2a83fa..a5d1eb575 100644 --- a/cookbooks/aws-parallelcluster-platform/metadata.rb +++ b/cookbooks/aws-parallelcluster-platform/metadata.rb @@ -7,8 +7,8 @@ issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues' source_url 'https://github.com/aws/aws-parallelcluster-cookbook' chef_version '>= 18' -version '3.12.0' +version '3.13.0' depends 'line', '~> 4.5.13' -depends 'aws-parallelcluster-shared', '~> 3.12.0' +depends 'aws-parallelcluster-shared', '~> 3.13.0' diff --git a/cookbooks/aws-parallelcluster-shared/attributes/versions.rb b/cookbooks/aws-parallelcluster-shared/attributes/versions.rb index 6910b3e58..f23c0091f 100644 --- a/cookbooks/aws-parallelcluster-shared/attributes/versions.rb +++ b/cookbooks/aws-parallelcluster-shared/attributes/versions.rb @@ -3,7 +3,7 @@ default['cluster']['python-major-minor-version'] = '3.9' # ParallelCluster versions -default['cluster']['parallelcluster-version'] = '3.12.0' -default['cluster']['parallelcluster-cookbook-version'] = '3.12.0' -default['cluster']['parallelcluster-node-version'] = '3.12.0' +default['cluster']['parallelcluster-version'] = '3.13.0' +default['cluster']['parallelcluster-cookbook-version'] = '3.13.0' +default['cluster']['parallelcluster-node-version'] = '3.13.0' default['cluster']['parallelcluster-awsbatch-cli-version'] = '1.4.0' diff --git a/cookbooks/aws-parallelcluster-shared/metadata.rb b/cookbooks/aws-parallelcluster-shared/metadata.rb index 5abe160b3..9073686e0 100644 --- a/cookbooks/aws-parallelcluster-shared/metadata.rb +++ b/cookbooks/aws-parallelcluster-shared/metadata.rb @@ -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 '>= 18' -version '3.12.0' +version '3.13.0' depends 'pyenv', '~> 4.2.3' depends 'yum', '~> 7.4.13' diff --git a/cookbooks/aws-parallelcluster-slurm/metadata.rb b/cookbooks/aws-parallelcluster-slurm/metadata.rb index c0356fffe..32b7d7de4 100644 --- a/cookbooks/aws-parallelcluster-slurm/metadata.rb +++ b/cookbooks/aws-parallelcluster-slurm/metadata.rb @@ -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 '>= 18' -version '3.12.0' +version '3.13.0' depends 'apt', '~> 7.5.22' depends 'iptables', '~> 8.0.0' @@ -17,6 +17,6 @@ depends 'pyenv', '~> 4.2.3' depends 'yum', '~> 7.4.13' depends 'yum-epel', '~> 5.0.2' -depends 'aws-parallelcluster-computefleet', '~> 3.12.0' -depends 'aws-parallelcluster-environment', '~> 3.12.0' -depends 'aws-parallelcluster-shared', '~> 3.12.0' +depends 'aws-parallelcluster-computefleet', '~> 3.13.0' +depends 'aws-parallelcluster-environment', '~> 3.13.0' +depends 'aws-parallelcluster-shared', '~> 3.13.0' diff --git a/cookbooks/aws-parallelcluster-tests/metadata.rb b/cookbooks/aws-parallelcluster-tests/metadata.rb index 2c3143543..14d3ed62b 100644 --- a/cookbooks/aws-parallelcluster-tests/metadata.rb +++ b/cookbooks/aws-parallelcluster-tests/metadata.rb @@ -7,10 +7,10 @@ issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues' source_url 'https://github.com/aws/aws-parallelcluster-cookbook' chef_version '>= 18' -version '3.12.0' +version '3.13.0' -depends 'aws-parallelcluster-shared', '~> 3.12.0' -depends 'aws-parallelcluster-platform', '~> 3.12.0' -depends 'aws-parallelcluster-environment', '~> 3.12.0' -depends 'aws-parallelcluster-computefleet', '~> 3.12.0' -depends 'aws-parallelcluster-slurm', '~> 3.12.0' +depends 'aws-parallelcluster-shared', '~> 3.13.0' +depends 'aws-parallelcluster-platform', '~> 3.13.0' +depends 'aws-parallelcluster-environment', '~> 3.13.0' +depends 'aws-parallelcluster-computefleet', '~> 3.13.0' +depends 'aws-parallelcluster-slurm', '~> 3.13.0' diff --git a/kitchen.ec2.yml b/kitchen.ec2.yml index c247ea2ed..6e0df779b 100644 --- a/kitchen.ec2.yml +++ b/kitchen.ec2.yml @@ -1,5 +1,5 @@ <% - pcluster_version = ENV['KITCHEN_PCLUSTER_VERSION'] || '3.12.0' + pcluster_version = ENV['KITCHEN_PCLUSTER_VERSION'] || '3.13.0' pcluster_prefix = "aws-parallelcluster-#{pcluster_version}" %> --- diff --git a/metadata.rb b/metadata.rb index 63eb4c8f7..c8eedef95 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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 '>= 18' -version '3.12.0' +version '3.13.0' depends 'apt', '~> 7.5.22' depends 'iptables', '~> 8.0.0' @@ -17,10 +17,10 @@ depends 'pyenv', '~> 4.2.3' depends 'yum', '~> 7.4.13' depends 'yum-epel', '~> 5.0.2' -depends 'aws-parallelcluster-slurm', '~> 3.12.0' -depends 'aws-parallelcluster-awsbatch', '~> 3.12.0' -depends 'aws-parallelcluster-platform', '~> 3.12.0' -depends 'aws-parallelcluster-environment', '~> 3.12.0' -depends 'aws-parallelcluster-computefleet', '~> 3.12.0' -depends 'aws-parallelcluster-shared', '~> 3.12.0' -depends 'aws-parallelcluster-entrypoints', '~> 3.12.0' +depends 'aws-parallelcluster-slurm', '~> 3.13.0' +depends 'aws-parallelcluster-awsbatch', '~> 3.13.0' +depends 'aws-parallelcluster-platform', '~> 3.13.0' +depends 'aws-parallelcluster-environment', '~> 3.13.0' +depends 'aws-parallelcluster-computefleet', '~> 3.13.0' +depends 'aws-parallelcluster-shared', '~> 3.13.0' +depends 'aws-parallelcluster-entrypoints', '~> 3.13.0'