Skip to content

Commit 214d623

Browse files
himani2411Himani Deshpande
andauthored
Slurm Upgrade to 23.11.4 (#2665)
Co-authored-by: Himani Deshpande <[email protected]>
1 parent ead2e20 commit 214d623

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
@@ -14,7 +14,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1414
- Add possibility to choose between Open and Closed Source Nvidia Drivers when building an AMI, through the ```['cluster']['nvidia']['kernel_open']``` cookbook node attribute.
1515

1616
**CHANGES**
17-
- Upgrade Slurm to 23.11.3 (from 23.02.7).
17+
- Upgrade Slurm to 23.11.4 (from 23.02.7).
1818
- Upgrade NVIDIA driver to version 535.154.05.
1919
- Upgrade third-party cookbook dependencies:
2020
- nfs-5.1.2 (from nfs-5.0.0)

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'] = '23-11-3-1'
2+
default['cluster']['slurm']['version'] = '23-11-4-1'
33
default['cluster']['slurm']['commit'] = ''
44
default['cluster']['slurm']['branch'] = ''
5-
default['cluster']['slurm']['sha256'] = '149eaa9b18f269bfb21f5a1f5c9ccac1aaea49612a7c96ec74f96562ac551ff7'
5+
default['cluster']['slurm']['sha256'] = '832bc076d8ac9fd44cf2bf539c5046d7aa3ec20fb6c699693552dce3e5ad5588'
66
default['cluster']['slurm']['base_url'] = "https://github.com/SchedMD/slurm/archive"
77
# Munge
88
default['cluster']['munge']['munge_version'] = '0.5.15'

0 commit comments

Comments
 (0)