Skip to content

Commit 0f4fede

Browse files
Upgrade Slurm to version 24.05.7 (from 24.05.6)
Signed-off-by: Hanwen <[email protected]>
1 parent 98c689e commit 0f4fede

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1111
- Disable unused services like cups and wpa_supplicant from Official ParallelCluster AMIs to improve security.
1212

1313
**CHANGES**
14-
- Upgrade Slurm to version 24.05.6.
14+
- Upgrade Slurm to version 24.05.7.
1515
- Upgrade NVIDIA driver to version 570.86.15 (from 550.127.08) for all OSs except AL2.
1616
- Upgrade CUDA Toolkit to version 12.8.0 (from 12.4.1) for all OSs except AL2.
1717
- Upgrade Python to 3.12.8 for all OSs except AL2 (from 3.9.20).

cookbooks/aws-parallelcluster-slurm/attributes/versions.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Slurm
2-
default['cluster']['slurm']['version'] = '24-05-6-1'
2+
default['cluster']['slurm']['version'] = '24-05-7-1'
33
default['cluster']['slurm']['commit'] = ''
44
default['cluster']['slurm']['branch'] = ''
5-
default['cluster']['slurm']['sha256'] = '0ba810649ebc1c3b1c1d7102dbd5365e53fd7ce7c25ab2108bd0196b6988ddb2'
5+
default['cluster']['slurm']['sha256'] = '297e85853314a0a4d227ca66bb44179c099f0de5d86e83ffe21cb464b9ad3709'
66
default['cluster']['slurm']['base_url'] = "#{node['cluster']['artifacts_s3_url']}/dependencies/slurm"
77
# Munge
88
default['cluster']['munge']['munge_version'] = '0.5.16'

0 commit comments

Comments
 (0)