From 4c8260d6dece6d50a9ef1fcae13907b7ec875a1c Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 4 Mar 2024 16:26:25 +0100 Subject: [PATCH] chore: Bump version to 1.2.1 Bump version to 1.2.1 and include a change summary. Signed-off-by: Felix Matouschek --- changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1b83ddd..395ca8b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -19,3 +19,10 @@ releases: release_date: '2023-09-21' 1.2.0: release_date: '2024-03-04' + changes: + release_summary: Not released due to issues in the release process + 1.2.1: + release_date: '2024-03-04' + changes: + release_summary: >- + Mostly code cleanups and dependency updates to ensure compatibility with KubeVirt >= 1.1.0 diff --git a/galaxy.yml b/galaxy.yml index 4b44372..d861176 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "1.2.0" +version: "1.2.1" readme: README.md authors: - KubeVirt Project (kubevirt.io)