From b910263304c8e8d7c98897c4402f84b4a819b414 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 29 May 2024 15:47:14 +0200 Subject: [PATCH] chore: Bump version to 1.4.0 Bump version and add changelog with 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 a009a5b..d59ecd9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -69,3 +69,8 @@ releases: release_summary: No functional changes, hotfix release to retrigger the downstream build and to keep in sync with Ansible Automation Hub. release_date: '2024-04-17' + 1.4.0: + changes: + release_summary: Compatibility with kubernetes.core >=3.1.0,<4.1.0 and some minor + enhancements. + release_date: '2024-05-29' diff --git a/galaxy.yml b/galaxy.yml index fcdceb9..646f2ff 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "1.3.2" +version: "1.4.0" readme: README.md authors: - KubeVirt Project (kubevirt.io)