diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e4362917..24c0039d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## \[6.2.1\] +## \[6.3.0\] - Upgrade installed Slurm to 23.02.7 - Fix deprecation warning in google_secret_manager_secret. diff --git a/docs/faq.md b/docs/faq.md index ff29b1007c..c0fa6ca3b6 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -227,7 +227,7 @@ across all instances and allows easy user control with By default, the [slurm_cluster](../terraform/slurm_cluster/README.md) terraform module uses the latest Slurm image family (e.g. -`slurm-gcp-6-2-hpc-rocky-linux-8`). As new Slurm image families are released, +`slurm-gcp-6-3-hpc-rocky-linux-8`). As new Slurm image families are released, coenciding with periodic Slurm releases, the terraform module will be updated to track the newest image family by setting it as the new default. This update can be considered a breaking change. diff --git a/docs/images.md b/docs/images.md index 8c6364485a..6cec3012b4 100644 --- a/docs/images.md +++ b/docs/images.md @@ -74,12 +74,12 @@ For the [TPU](./glossary.md#tpu) nodes docker images are also released. | Project | Image Family | Arch | Status | | :------------------: | :---------------------------------- | :----- | :------------- | -| schedmd-slurm-public | slurm-gcp-6-2-debian-11 | x86_64 | Supported | -| schedmd-slurm-public | slurm-gcp-6-2-hpc-rocky-linux-8 | x86_64 | Supported | -| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2004-lts | x86_64 | Supported | -| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2204-lts-arm64 | ARM64 | Supported | -| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 | -| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7 | x86_64 | EOL 2024-01-01 | +| schedmd-slurm-public | slurm-gcp-6-3-debian-11 | x86_64 | Supported | +| schedmd-slurm-public | slurm-gcp-6-3-hpc-rocky-linux-8 | x86_64 | Supported | +| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2004-lts | x86_64 | Supported | +| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2204-lts-arm64 | ARM64 | Supported | +| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 | +| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7 | x86_64 | EOL 2024-01-01 | ### Published Docker Image Family diff --git a/docs/tpu.md b/docs/tpu.md index 70663e50ff..f2e795c65c 100644 --- a/docs/tpu.md +++ b/docs/tpu.md @@ -72,12 +72,12 @@ state we will also include if it is tested or not. | Project | Image Family | Arch | TPU Status | | :------------------: | :---------------------------------- | :----- | :---------- | -| schedmd-slurm-public | slurm-gcp-6-2-debian-11 | x86_64 | Untested | -| schedmd-slurm-public | slurm-gcp-6-2-hpc-rocky-linux-8 | x86_64 | Tested | -| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2004-lts | x86_64 | Untested | -| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2204-lts-arm64 | ARM64 | Untested | -| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7-k80 | x86_64 | Unsupported | -| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7 | x86_64 | Unsupported | +| schedmd-slurm-public | slurm-gcp-6-3-debian-11 | x86_64 | Untested | +| schedmd-slurm-public | slurm-gcp-6-3-hpc-rocky-linux-8 | x86_64 | Tested | +| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2004-lts | x86_64 | Untested | +| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2204-lts-arm64 | ARM64 | Untested | +| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7-k80 | x86_64 | Unsupported | +| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7 | x86_64 | Unsupported | ## Terraform diff --git a/terraform/slurm_cluster/modules/slurm_instance_template/main.tf b/terraform/slurm_cluster/modules/slurm_instance_template/main.tf index 2552ab843e..85ad46dd83 100644 --- a/terraform/slurm_cluster/modules/slurm_instance_template/main.tf +++ b/terraform/slurm_cluster/modules/slurm_instance_template/main.tf @@ -47,7 +47,7 @@ locals { source_image_family = ( var.source_image_family != "" && var.source_image_family != null ? var.source_image_family - : "slurm-gcp-6-2-hpc-rocky-linux-8" + : "slurm-gcp-6-3-hpc-rocky-linux-8" ) source_image_project = ( var.source_image_project != "" && var.source_image_project != null