From 3db746c52c4738ff869f04ec47d1ac846d4831bc Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Mon, 23 Jun 2025 14:28:31 -0400 Subject: [PATCH 1/4] Update CHANGELOG entries for 3.13.2 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d837dd9cb..615a87408c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste ------ **CHANGES** -- Fix build image failures occurring on non-latest versions of Rocky Linux 9. +- Fix `build-image` failure on Rocky 9, occurring when the parent image is not the latest version. https://github.com/aws/aws-parallelcluster/issues/6874 3.13.1 ------ From 3d085e71d574e77cd222d2cc2fcab39ef14b031d Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Mon, 23 Jun 2025 14:57:02 -0400 Subject: [PATCH 2/4] Correct 'CHANGES' to 'BUG FIXES' --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615a87408c..ec42e65b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste 3.13.2 ------ -**CHANGES** +**BUG FIXES** - Fix `build-image` failure on Rocky 9, occurring when the parent image is not the latest version. https://github.com/aws/aws-parallelcluster/issues/6874 3.13.1 From 1ae19208c20c3f7560b748e656580841aa9ae33a Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Mon, 23 Jun 2025 15:17:27 -0400 Subject: [PATCH 3/4] Address comments, final version CHANGELOG. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec42e65b5c..343388b8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ This file is used to list changes made in each version of the AWS ParallelCluste ------ **BUG FIXES** -- Fix `build-image` failure on Rocky 9, occurring when the parent image is not the latest version. https://github.com/aws/aws-parallelcluster/issues/6874 +- Fix `build-image` failure on Rocky 9, occurring when the parent image does not ship the latest kernel version + See https://github.com/aws/aws-parallelcluster/issues/6874. 3.13.1 ------ From 8c2958d494545110bd9588a9babdce39f8b5fa6e Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Mon, 23 Jun 2025 16:25:57 -0400 Subject: [PATCH 4/4] Correctly ternminate the sentence with a period. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343388b8b0..93223730d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste ------ **BUG FIXES** -- Fix `build-image` failure on Rocky 9, occurring when the parent image does not ship the latest kernel version +- Fix `build-image` failure on Rocky 9, occurring when the parent image does not ship the latest kernel version. See https://github.com/aws/aws-parallelcluster/issues/6874. 3.13.1