From 648400672f140c6b956c5c29165d8bb4391c5248 Mon Sep 17 00:00:00 2001 From: Maurizio Pili Date: Mon, 20 Feb 2023 15:41:52 +0100 Subject: [PATCH] Update CHANGELOG to include a bugfix --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3ef2ffd0..28f71a0b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste - Open MPI: `openmpi40-aws-4.1.4-3` - Make Slurm controller logs more verbose and enable additional logging for the Slurm power save plugin. +**BUG FIXES** +- Fix an issue where custom AMI creation failed in Ubuntu 20.04 on MySQL packages installation. + 3.4.1 -----