From b72bf3a5f2bd53db227a9015e22220d322656441 Mon Sep 17 00:00:00 2001 From: Orel Misan Date: Wed, 21 Aug 2024 11:58:56 +0300 Subject: [PATCH] Update CHANGELOG In preparation for releasing v0.3.0. Signed-off-by: Orel Misan --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 57674ac..554c095 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,10 @@ # Changelog +## [0.3.0] - 2024-08-21 +### New Features +- Upgraded VM under test container disk image to CentOS Stream 9 +- Upgraded the checkup's base image to `registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194` +- Upgraded Go version to 1.22.5 + ## [0.2.0] - 2024-04-08 ### Breaking Changes - `spec.param.vmUnderTestContainerDiskImage` is now mandatory