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)