From e5b3cbeb58ba46508ccdfdbdb8396e22edd10b00 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Tue, 20 May 2025 14:13:34 +0200 Subject: [PATCH] Bump version and update changelog for release 2.2.2 Signed-off-by: Felix Matouschek --- changelogs/changelog.yaml | 4 ++++ galaxy.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fc08e87..8e41601 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -242,3 +242,7 @@ releases: This is a maintenance release with no functional changes compared to version 2.2.0. Only the changelog was fixed.' release_date: '2025-05-16' + 2.2.2: + changes: + release_summary: This is a maintenance release to trigger a rebuild. No functional changes. + release_date: '2025-05-20' diff --git a/galaxy.yml b/galaxy.yml index 443abab..50c0dc4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "2.2.1" +version: "2.2.2" readme: README.md authors: - KubeVirt Project (kubevirt.io)