From 09ef2be0fdd4388fc4ac5ed8da8ac0d7529e4fcd Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 18 Mar 2024 16:51:30 +0100 Subject: [PATCH] chore: Bump version to 1.2.3 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 50ee847..0f84336 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -30,3 +30,8 @@ releases: release_summary: No functional changes, only cleanup of files included in the release tarball and vendoring of documentation fragments. release_date: '2024-03-11' + 1.2.3: + changes: + release_summary: No functional changes, hotfix release to retrigger the downstream + build and to keep in sync with Ansible Automation Hub. + release_date: '2024-03-18' diff --git a/galaxy.yml b/galaxy.yml index 1bd3ad8..5859945 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "1.2.2" +version: "1.2.3" readme: README.md authors: - KubeVirt Project (kubevirt.io)