From fb867500a4061b18dc810ff2aabcdb657baf1ba4 Mon Sep 17 00:00:00 2001 From: chenwany Date: Wed, 13 Dec 2023 18:03:09 -0800 Subject: [PATCH] [develop] update slurm version to 23.11.1 Signed-off-by: chenwany --- CHANGELOG.md | 3 ++- cookbooks/aws-parallelcluster-slurm/attributes/versions.rb | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce837bfa3..b09774ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste - Critical Update for Intel Fortran Compiler & Intel Fortran Compiler Classic: 2023.2.1 **CHANGES** -- Upgrade Slurm to 23.11.0 (from 23.02.6). +- Upgrade Slurm to 23.11.1 (from 23.02.7). - Upgrade third-party cookbook dependencies: - nfs-5.1.2 (from nfs-5.0.0) @@ -32,6 +32,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste - Allow for mounting `home` as an EFS or FSx external shared storage via the `SharedStorage` section of the config file. **CHANGES** +- Upgrade Slurm to 23.02.7 (from 23.02.6). - Do not wait for static nodes in maintenance to signal CFN that the head node initialization is complete. - Upgrade `aws-cfn-bootstrap` to version 2.0-28. - Upgrade Python to 3.9.17. diff --git a/cookbooks/aws-parallelcluster-slurm/attributes/versions.rb b/cookbooks/aws-parallelcluster-slurm/attributes/versions.rb index ec1934ec2..af719d626 100644 --- a/cookbooks/aws-parallelcluster-slurm/attributes/versions.rb +++ b/cookbooks/aws-parallelcluster-slurm/attributes/versions.rb @@ -1,8 +1,8 @@ # Slurm -default['cluster']['slurm']['version'] = '23-11-0-1' +default['cluster']['slurm']['version'] = '23-11-1-1' default['cluster']['slurm']['commit'] = '' default['cluster']['slurm']['branch'] = '' -default['cluster']['slurm']['sha256'] = '3780773a80b73ea2edb4353318b4220188f4eda92c31ab3a2bdd3a4fdec76be9' +default['cluster']['slurm']['sha256'] = '31506df24c6d24e0ea0329cac1395ab9b645bbde1518f5c469f7711df5e22c11' default['cluster']['slurm']['base_url'] = "https://github.com/SchedMD/slurm/archive" # Munge default['cluster']['munge']['munge_version'] = '0.5.15'