From 29ae157284996da0268b0f434c3055466a6f0673 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 17 Apr 2024 15:15:15 +0200 Subject: [PATCH] chore: Bump version to 1.3.2 Bump version once more and include appropriate changelogs this time. 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 689f416..1233f7d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -62,3 +62,10 @@ releases: release_date: '2024-04-16' 1.3.1: release_date: '2024-04-17' + changes: + release_summary: No functional changes, only updates to the shipped documentation. + 1.3.2: + release_date: '2024-04-17' + changes: + release_summary: No functional changes, hotfix release to retrigger the downstream + build and to keep in sync with Ansible Automation Hub. diff --git a/galaxy.yml b/galaxy.yml index 65c76ba..c6754fd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "1.3.1" +version: "1.3.2" readme: README.md authors: - KubeVirt Project (kubevirt.io)