diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c50bb1be..42d9a154e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste - Add possibility to choose between Open and Closed Source Nvidia Drivers when building an AMI, through the ```['cluster']['nvidia']['kernel_open']``` cookbook node attribute. **CHANGES** -- Upgrade Slurm to 23.11.3 (from 23.02.7). +- Upgrade Slurm to 23.11.4 (from 23.02.7). - Upgrade NVIDIA driver to version 535.154.05. - Upgrade third-party cookbook dependencies: - nfs-5.1.2 (from nfs-5.0.0) diff --git a/cookbooks/aws-parallelcluster-slurm/attributes/versions.rb b/cookbooks/aws-parallelcluster-slurm/attributes/versions.rb index 72c5135a12..d7e6d064fa 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-3-1' +default['cluster']['slurm']['version'] = '23-11-4-1' default['cluster']['slurm']['commit'] = '' default['cluster']['slurm']['branch'] = '' -default['cluster']['slurm']['sha256'] = '149eaa9b18f269bfb21f5a1f5c9ccac1aaea49612a7c96ec74f96562ac551ff7' +default['cluster']['slurm']['sha256'] = '832bc076d8ac9fd44cf2bf539c5046d7aa3ec20fb6c699693552dce3e5ad5588' default['cluster']['slurm']['base_url'] = "https://github.com/SchedMD/slurm/archive" # Munge default['cluster']['munge']['munge_version'] = '0.5.15'