Skip to content

Commit a308f7d

Browse files
committed
Update image family references to slurm-gcp-6-3
1 parent d25825e commit a308f7d

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## \[6.2.1\]
5+
## \[6.3.0\]
66

77
- Upgrade installed Slurm to 23.02.7
88
- Fix deprecation warning in google_secret_manager_secret.

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ across all instances and allows easy user control with
227227

228228
By default, the [slurm_cluster](../terraform/slurm_cluster/README.md) terraform
229229
module uses the latest Slurm image family (e.g.
230-
`slurm-gcp-6-2-hpc-rocky-linux-8`). As new Slurm image families are released,
230+
`slurm-gcp-6-3-hpc-rocky-linux-8`). As new Slurm image families are released,
231231
coenciding with periodic Slurm releases, the terraform module will be updated to
232232
track the newest image family by setting it as the new default. This update can
233233
be considered a breaking change.

docs/images.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ For the [TPU](./glossary.md#tpu) nodes docker images are also released.
7474

7575
| Project | Image Family | Arch | Status |
7676
| :------------------: | :---------------------------------- | :----- | :------------- |
77-
| schedmd-slurm-public | slurm-gcp-6-2-debian-11 | x86_64 | Supported |
78-
| schedmd-slurm-public | slurm-gcp-6-2-hpc-rocky-linux-8 | x86_64 | Supported |
79-
| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2004-lts | x86_64 | Supported |
80-
| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2204-lts-arm64 | ARM64 | Supported |
81-
| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
82-
| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7 | x86_64 | EOL 2024-01-01 |
77+
| schedmd-slurm-public | slurm-gcp-6-3-debian-11 | x86_64 | Supported |
78+
| schedmd-slurm-public | slurm-gcp-6-3-hpc-rocky-linux-8 | x86_64 | Supported |
79+
| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2004-lts | x86_64 | Supported |
80+
| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2204-lts-arm64 | ARM64 | Supported |
81+
| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
82+
| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7 | x86_64 | EOL 2024-01-01 |
8383

8484
### Published Docker Image Family
8585

docs/tpu.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ state we will also include if it is tested or not.
7272

7373
| Project | Image Family | Arch | TPU Status |
7474
| :------------------: | :---------------------------------- | :----- | :---------- |
75-
| schedmd-slurm-public | slurm-gcp-6-2-debian-11 | x86_64 | Untested |
76-
| schedmd-slurm-public | slurm-gcp-6-2-hpc-rocky-linux-8 | x86_64 | Tested |
77-
| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2004-lts | x86_64 | Untested |
78-
| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2204-lts-arm64 | ARM64 | Untested |
79-
| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7-k80 | x86_64 | Unsupported |
80-
| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7 | x86_64 | Unsupported |
75+
| schedmd-slurm-public | slurm-gcp-6-3-debian-11 | x86_64 | Untested |
76+
| schedmd-slurm-public | slurm-gcp-6-3-hpc-rocky-linux-8 | x86_64 | Tested |
77+
| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2004-lts | x86_64 | Untested |
78+
| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2204-lts-arm64 | ARM64 | Untested |
79+
| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7-k80 | x86_64 | Unsupported |
80+
| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7 | x86_64 | Unsupported |
8181

8282
## Terraform
8383

terraform/slurm_cluster/modules/slurm_instance_template/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ locals {
4747
source_image_family = (
4848
var.source_image_family != "" && var.source_image_family != null
4949
? var.source_image_family
50-
: "slurm-gcp-6-2-hpc-rocky-linux-8"
50+
: "slurm-gcp-6-3-hpc-rocky-linux-8"
5151
)
5252
source_image_project = (
5353
var.source_image_project != "" && var.source_image_project != null

0 commit comments

Comments
 (0)