From 7f4f23f60f0a9ca3b50b31d79d94492754f3cb4a Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 11 Mar 2024 13:48:20 +0100 Subject: [PATCH] chore: Bump version to 1.2.2 Bump version to 1.2.2 and add release summary. 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 7a6ba1b..916c211 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -25,3 +25,8 @@ releases: release_summary: Mostly code cleanups and dependency updates to ensure compatibility with KubeVirt >= 1.1.0 release_date: '2024-03-04' + 1.2.2: + changes: + release_summary: No functional changes, only cleanup of files included in the release + tarball and vendoring of documentation fragments. + release_date: '2024-03-11' diff --git a/galaxy.yml b/galaxy.yml index 500b6fe..0d445f6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "1.2.1" +version: "1.2.2" readme: README.md authors: - KubeVirt Project (kubevirt.io)