From 8c31d4f5ab26f658d05deed4aabad914a85167fb Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 30 Apr 2025 16:16:04 +0200 Subject: [PATCH] chore: Bump version to 2.2.0 Bump version to 2.2.0 and add a changelog entry for it. 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 50ff9bc..dab3fc6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -192,3 +192,7 @@ releases: - 129.yaml - 130.yaml release_date: '2024-09-04' + 2.2.0: + changes: + release_summary: This release brings some new features and enables compatibility with ansible-core-2.19. + release_date: '2025-04-30' diff --git a/galaxy.yml b/galaxy.yml index 7ddface..a4fd4bc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "2.1.0" +version: "2.2.0" readme: README.md authors: - KubeVirt Project (kubevirt.io)