Feature Description & Motivation
The ParallelCluster reference architecture (1.architectures/2.aws-parallelcluster/) currently pins v3.13.1. The latest release is v3.14.2 (Feb 2026), which includes a security fix for CVE-2026-25506 (munge upgraded from 0.5.16 to 0.5.18).
Users following the README will install an older version that is missing this security patch.
Category
Enhancement to existing test case
Alternatives Considered
No alternatives — straightforward version bump.
Additional Context
Affected file
1.architectures/2.aws-parallelcluster/README.md — three occurrences:
| Line |
Current |
Fix |
| 68 |
export PCLUSTER_VERSION=3.13.1 |
export PCLUSTER_VERSION=3.14.2 |
| 336 |
PCLUSTER_VERSION: 3.13.1 (example config) |
PCLUSTER_VERSION: 3.14.2 |
| 413 |
"version": "3.13.0" (example JSON output) |
"version": "3.14.2" |
Note: line 413 already has a minor inconsistency — it says 3.13.0 while the rest of the file says 3.13.1. This should also be corrected to 3.14.2.
Feature Description & Motivation
The ParallelCluster reference architecture (
1.architectures/2.aws-parallelcluster/) currently pins v3.13.1. The latest release is v3.14.2 (Feb 2026), which includes a security fix for CVE-2026-25506 (munge upgraded from 0.5.16 to 0.5.18).Users following the README will install an older version that is missing this security patch.
Category
Enhancement to existing test case
Alternatives Considered
No alternatives — straightforward version bump.
Additional Context
Affected file
1.architectures/2.aws-parallelcluster/README.md— three occurrences:export PCLUSTER_VERSION=3.13.1export PCLUSTER_VERSION=3.14.2PCLUSTER_VERSION: 3.13.1(example config)PCLUSTER_VERSION: 3.14.2"version": "3.13.0"(example JSON output)"version": "3.14.2"Note: line 413 already has a minor inconsistency — it says
3.13.0while the rest of the file says3.13.1. This should also be corrected to3.14.2.