AWS pcs documentation change
Summary
Updated Slurm installer version from 25.05.3-1 to 25.05.4-1, including new download URLs, GPG signature details, and fingerprint
Security assessment
The change updates cryptographic verification details (GPG key ID, signature date, and fingerprint) for a new installer version. While this ensures users validate packages with the latest trusted keys, there is no explicit mention of a security vulnerability being addressed. The update appears to be part of routine version maintenance rather than a direct response to a disclosed security issue.
Diff
diff --git a/pcs/latest/userguide/working-with_ami_custom_install-slurm.md b/pcs/latest/userguide/working-with_ami_custom_install-slurm.md index 66b12d626..ff63883bc 100644 --- a//pcs/latest/userguide/working-with_ami_custom_install-slurm.md +++ b//pcs/latest/userguide/working-with_ami_custom_install-slurm.md @@ -19,2 +19,2 @@ If you have an AMI with a previous version of the Slurm software installed on it - curl https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz \ - -o aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz + curl https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.05-installer-25.05.4-1.tar.gz \ + -o aws-pcs-slurm-25.05-installer-25.05.4-1.tar.gz @@ -49,2 +49,2 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac - wget https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz.sig && \ - gpg --verify ./aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz.sig + wget https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.05-installer-25.05.4-1.tar.gz.sig && \ + gpg --verify ./aws-pcs-slurm-25.05-installer-25.05.4-1.tar.gz.sig @@ -54,4 +54,3 @@ The output should be similar to the following: - gpg: assuming signed data in './aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz' - gpg: Signature made Fri Aug 1 14:23:38 2025 UTC - gpg: using RSA key 4BAA531875430EB0739E6D961BA7F0AF6E34C496 - gpg: Good signature from "AWS PCS Packages (AWS PCS Packages)" [unknown] + gpg: assuming signed data in './aws-pcs-slurm-25.05-installer-25.05.4-1.tar.gz' + gpg: Signature made Fri 24 Oct 2025 05:05:11 PM UTC using RSA key ID ECC0AE5C + gpg: Good signature from "AWS PCS Packages (AWS PCS Packages)" @@ -61 +60 @@ The output should be similar to the following: - Subkey fingerprint: 4BAA 5318 7543 0EB0 739E 6D96 1BA7 F0AF 6E34 C496 + Subkey fingerprint: B7E1 8788 3517 6A74 C3D5 EAF5 6088 136D ECC0 AE5C @@ -71 +70 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac - tar -xf aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz && \ + tar -xf aws-pcs-slurm-25.05-installer-25.05.4-1.tar.gz && \ @@ -84,2 +83,2 @@ The output should be similar to the following: - SLURM_INSTALL_DATE='Fri Aug 1 14:23:38 UTC 2025' - SLURM_VERSION='25.05.3' + SLURM_INSTALL_DATE='Mon Nov 3 14:23:38 UTC 2025' + SLURM_VERSION='25.05.4'