From 976d3c668b5f5d2ad37a545ac55c8590d19dc3ff Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 4 Jun 2025 11:39:42 +0200 Subject: [PATCH] Bump version and update changelog for release 2.2.3 Signed-off-by: Felix Matouschek --- changelogs/changelog.yaml | 5 +++++ galaxy.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8008fab..e6f9443 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -247,3 +247,8 @@ releases: release_summary: This is a maintenance release to trigger a rebuild. No functional changes. release_date: '2025-05-20' + 2.2.3: + changes: + release_summary: This release ensures compatibility with kubernets.core >=5.2.0,<7.0.0. + changes. + release_date: '2025-06-04' diff --git a/galaxy.yml b/galaxy.yml index 1df3203..3fbcf7f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "2.2.2" +version: "2.2.3" readme: README.md authors: - KubeVirt Project (kubevirt.io)