Skip to content

Commit 19a0020

Browse files
committed
[Dependencies] Upgrade SLURM to version 24.05.8 (from 24.05.7).
1 parent f482911 commit 19a0020

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ aws-parallelcluster-cookbook CHANGELOG
33

44
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55

6+
3.13.1
7+
------
8+
9+
**CHANGES**
10+
- Upgrade Slurm to version 24.05.8.
11+
612
3.13.0
713
------
814
**ENHANCEMENTS**

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-7-1'
2+
default['cluster']['slurm']['version'] = '24-05-8-1'
33
default['cluster']['slurm']['commit'] = ''
44
default['cluster']['slurm']['branch'] = ''
5-
default['cluster']['slurm']['sha256'] = '297e85853314a0a4d227ca66bb44179c099f0de5d86e83ffe21cb464b9ad3709'
5+
default['cluster']['slurm']['sha256'] = '06f4b837c3f7ec523a8924a5fee23d8305f20ca8ef3ad6128e128e87986821e4'
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)