diff --git a/cookbooks/aws-parallelcluster-awsbatch/metadata.rb b/cookbooks/aws-parallelcluster-awsbatch/metadata.rb index e37a10d17..a12332d0e 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.10.0' +version '3.10.1' 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.10.0' +depends 'aws-parallelcluster-shared', '~> 3.10.1' diff --git a/cookbooks/aws-parallelcluster-computefleet/metadata.rb b/cookbooks/aws-parallelcluster-computefleet/metadata.rb index 7b2f02b37..341e6cafa 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.10.0' +version '3.10.1' -depends 'aws-parallelcluster-shared', '~> 3.10.0' +depends 'aws-parallelcluster-shared', '~> 3.10.1' diff --git a/cookbooks/aws-parallelcluster-entrypoints/metadata.rb b/cookbooks/aws-parallelcluster-entrypoints/metadata.rb index 4c28fb84c..6a3294d16 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.10.0' +version '3.10.1' -depends 'aws-parallelcluster-shared', '~> 3.10.0' -depends 'aws-parallelcluster-platform', '~> 3.10.0' -depends 'aws-parallelcluster-environment', '~> 3.10.0' -depends 'aws-parallelcluster-computefleet', '~> 3.10.0' -depends 'aws-parallelcluster-slurm', '~> 3.10.0' -depends 'aws-parallelcluster-awsbatch', '~> 3.10.0' +depends 'aws-parallelcluster-shared', '~> 3.10.1' +depends 'aws-parallelcluster-platform', '~> 3.10.1' +depends 'aws-parallelcluster-environment', '~> 3.10.1' +depends 'aws-parallelcluster-computefleet', '~> 3.10.1' +depends 'aws-parallelcluster-slurm', '~> 3.10.1' +depends 'aws-parallelcluster-awsbatch', '~> 3.10.1' diff --git a/cookbooks/aws-parallelcluster-environment/metadata.rb b/cookbooks/aws-parallelcluster-environment/metadata.rb index bc9563b1a..76062d14d 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.10.0' +version '3.10.1' depends 'line', '~> 4.5.13' depends 'nfs', '~> 5.1.2' -depends 'aws-parallelcluster-shared', '~> 3.10.0' +depends 'aws-parallelcluster-shared', '~> 3.10.1' diff --git a/cookbooks/aws-parallelcluster-platform/metadata.rb b/cookbooks/aws-parallelcluster-platform/metadata.rb index 0d49b4e95..1cc37d44f 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.10.0' +version '3.10.1' depends 'line', '~> 4.5.13' -depends 'aws-parallelcluster-shared', '~> 3.10.0' +depends 'aws-parallelcluster-shared', '~> 3.10.1' diff --git a/cookbooks/aws-parallelcluster-shared/attributes/versions.rb b/cookbooks/aws-parallelcluster-shared/attributes/versions.rb index 08c7f1a9b..e0fadc70e 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.10.0' -default['cluster']['parallelcluster-cookbook-version'] = '3.10.0' -default['cluster']['parallelcluster-node-version'] = '3.10.0' -default['cluster']['parallelcluster-awsbatch-cli-version'] = '1.3.0' +default['cluster']['parallelcluster-version'] = '3.10.1' +default['cluster']['parallelcluster-cookbook-version'] = '3.10.1' +default['cluster']['parallelcluster-node-version'] = '3.10.1' +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 29a9daa30..8825db08f 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.10.0' +version '3.10.1' 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 94a303312..c7ed5d273 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.10.0' +version '3.10.1' 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.10.0' -depends 'aws-parallelcluster-environment', '~> 3.10.0' -depends 'aws-parallelcluster-shared', '~> 3.10.0' +depends 'aws-parallelcluster-computefleet', '~> 3.10.1' +depends 'aws-parallelcluster-environment', '~> 3.10.1' +depends 'aws-parallelcluster-shared', '~> 3.10.1' diff --git a/cookbooks/aws-parallelcluster-tests/metadata.rb b/cookbooks/aws-parallelcluster-tests/metadata.rb index 068bf8e41..520887bad 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.10.0' +version '3.10.1' -depends 'aws-parallelcluster-shared', '~> 3.10.0' -depends 'aws-parallelcluster-platform', '~> 3.10.0' -depends 'aws-parallelcluster-environment', '~> 3.10.0' -depends 'aws-parallelcluster-computefleet', '~> 3.10.0' -depends 'aws-parallelcluster-slurm', '~> 3.10.0' +depends 'aws-parallelcluster-shared', '~> 3.10.1' +depends 'aws-parallelcluster-platform', '~> 3.10.1' +depends 'aws-parallelcluster-environment', '~> 3.10.1' +depends 'aws-parallelcluster-computefleet', '~> 3.10.1' +depends 'aws-parallelcluster-slurm', '~> 3.10.1' diff --git a/kitchen.ec2.yml b/kitchen.ec2.yml index f59d709e0..354cbac46 100644 --- a/kitchen.ec2.yml +++ b/kitchen.ec2.yml @@ -1,5 +1,5 @@ <% - pcluster_version = ENV['KITCHEN_PCLUSTER_VERSION'] || '3.10.0' + pcluster_version = ENV['KITCHEN_PCLUSTER_VERSION'] || '3.10.1' pcluster_prefix = "aws-parallelcluster-#{pcluster_version}" %> --- diff --git a/metadata.rb b/metadata.rb index 6ab700df9..16f32953d 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.10.0' +version '3.10.1' 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.10.0' -depends 'aws-parallelcluster-awsbatch', '~> 3.10.0' -depends 'aws-parallelcluster-platform', '~> 3.10.0' -depends 'aws-parallelcluster-environment', '~> 3.10.0' -depends 'aws-parallelcluster-computefleet', '~> 3.10.0' -depends 'aws-parallelcluster-shared', '~> 3.10.0' -depends 'aws-parallelcluster-entrypoints', '~> 3.10.0' +depends 'aws-parallelcluster-slurm', '~> 3.10.1' +depends 'aws-parallelcluster-awsbatch', '~> 3.10.1' +depends 'aws-parallelcluster-platform', '~> 3.10.1' +depends 'aws-parallelcluster-environment', '~> 3.10.1' +depends 'aws-parallelcluster-computefleet', '~> 3.10.1' +depends 'aws-parallelcluster-shared', '~> 3.10.1' +depends 'aws-parallelcluster-entrypoints', '~> 3.10.1'