From 618a8c569d6cb9839fcdd2d1775c463f45d3cf39 Mon Sep 17 00:00:00 2001 From: Giacomo Marciani Date: Wed, 19 Mar 2025 17:18:29 -0400 Subject: [PATCH] [Docs] Add deprecation announcement to 3.13.0 changelog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5359214299..21bf315452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This file is used to list changes made in each version of the AWS ParallelCluste 3.13.0 ------ + +**DEPRECATIONS** +- This is the last ParallelCluster release supporting Ubuntu 20.04 + as Ubuntu 20.04 will be in End-Of-Standard-Support on May 2025. + **ENHANCEMENTS** - Add support for Ubuntu 24.04. - Disable unused services like cups and wpa_supplicant from Official ParallelCluster AMIs to improve security.