From 8f560b991614a23803b9ce34d6bfd6ca5b71678b Mon Sep 17 00:00:00 2001 From: Orel Misan Date: Tue, 9 Apr 2024 15:23:13 +0300 Subject: [PATCH] Update CHANGELOG Update the CHANGELOG in preparation for release 0.4.0. Signed-off-by: Orel Misan --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 50d8ece4..30acd6a8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +## [0.4.0] - 2023-05-01 +### Breaking Changes + - trafficGenContainerDiskImage and vmUnderTestContainerDiskImage are now mandatory fields +### New Features + - Checkup base image was upgraded to `registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612` +### Bug Fixes + - A race condition when trying to login was fixed + ## [0.3.0] - 2023-01-11 ### New Features - VM under test and Traffic generator are now using the isolateEmulatorThread option