From c8196dca26c3c04a1fd2b79fca21e02e20e353ee Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Mon, 23 Jun 2025 14:32:29 -0400 Subject: [PATCH 1/3] 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 8bc65a88b8..e51df4cf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,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 b0cc3e321a799c4fab6242027b6cc07bec1821db Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Mon, 23 Jun 2025 14:57:54 -0400 Subject: [PATCH 2/3] Correct 'CHANGES' to 'BUG FIXES' --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e51df4cf3b..b45ea64db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,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 1ed1d2585dd6be069c65ccc4049ed344320f4363 Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Mon, 23 Jun 2025 15:16:07 -0400 Subject: [PATCH 3/3] Address comments, final version CHANGELOG. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b45ea64db5..7fd87f5126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,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 ------