Skip to content

Commit 2240079

Browse files
committed
Upgrade installed Slurm version to 23.02.7
Includes fixes for CVE-2023-49933 through CVE-2023-49938.
1 parent ae3d047 commit 2240079

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616

1717
variables:
1818
GOOGLE_APPLICATION_CREDENTIALS: $CI_PROJECT_DIR/sa.json
19-
SLURM_VERSION: 23.02.6
19+
SLURM_VERSION: 23.02.7
2020
BRANCH: $CI_COMMIT_BRANCH
2121

2222
default:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## \[5.10.0\]
66

7-
- Upgrade slurm to 23.02.6
7+
- Upgrade slurm to 23.02.7
88
- Fix slurmsync on reconfig when removing nodes.
99

1010
## \[5.9.1\]

ansible/roles/slurm/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
slurm_git_url: https://github.com/SchedMD/slurm.git
1717
slurm_tar_baseurl: https://download.schedmd.com/slurm
18-
slurm_version: 23.02.6
18+
slurm_version: 23.02.7
1919

2020
slurm_paths:
2121
install: '{{paths.install}}'

docs/images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ can be created and used instead.
4242
### Installed Software for HPC
4343

4444
- [Slurm](https://www.schedmd.com/downloads.php)
45-
- 23.02.6
45+
- 23.02.7
4646
- [lmod](https://lmod.readthedocs.io/en/latest/index.html)
4747
- [openmpi](https://www.open-mpi.org/)
4848
- v4.1.x

packer/example.pkrvars.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tags = [
4747
# PROVISION #
4848
#############
4949

50-
slurm_version = "23.02.6"
50+
slurm_version = "23.02.7"
5151

5252
# Disable some ansible roles here; they are enabled by default
5353
# install_cuda = false

packer/variables.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This value can be:
109109
> NOTE: Use prefix 'b:' to install via 'git checkout' instead of archive.
110110
EOD
111111
type = string
112-
default = "23.02.6"
112+
default = "23.02.7"
113113

114114
validation {
115115
condition = can(regex("^(?P<major>\\d{2})\\.(?P<minor>\\d{2})(?P<end>\\.(?P<patch>\\d+)(?P<sub>-(?P<rev>\\d+\\w*))?|\\-(?P<meta>latest))$|^b:(?P<branch>.+)$", var.slurm_version))

0 commit comments

Comments
 (0)