AWS parallelcluster documentation change
Summary
Added release notes for AWS ParallelCluster version 3.13.2 including bug fixes related to expired Capacity Reservations and Rocky 9 build failures
Security assessment
The bug fixes address operational reliability issues but there is no explicit mention of security vulnerabilities or security-related changes in the release notes.
Diff
diff --git a/parallelcluster/latest/ug/document_history.md b/parallelcluster/latest/ug/document_history.md index c92b23f9a..ee97fb0aa 100644 --- a//parallelcluster/latest/ug/document_history.md +++ b//parallelcluster/latest/ug/document_history.md @@ -10,0 +11,6 @@ AWS ParallelCluster Change | Description | Date +AWS ParallelCluster version 3.13.2 released | To upgrade, enter the following: `sudo pip install --upgrade aws-parallelcluster`. Bug fixes: + + * Fix a bug which may cause `update-cluster` and `update-compute-fleet` to fail when compute resources reference an expired Capacity Reservation that is no longer accessible via EC2 APIs. + * Fix `build-image` failure on Rocky 9 that occurs when the parent image does not ship the latest kernel version. See [ https://github.com/aws/aws-parallelcluster/issues/6874](https://github.com/aws/aws-parallelcluster/issues/6874). + +| June 24, 2025