From d1047a2ed95d3a5caa6026fbdaa1fea4cf606964 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Mon, 4 Mar 2024 15:38:53 +0000 Subject: [PATCH] Update changelog for release 1.2.1 Signed-off-by: kubevirt-bot --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 21 ++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ce03ec..fb8cc98 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,9 +6,22 @@ KubeVirt Collection for Ansible Release Notes This changelog describes changes after version 1.0.0. +v1.2.1 +====== + +Release Summary +--------------- + +Mostly code cleanups and dependency updates to ensure compatibility with KubeVirt >= 1.1.0 + v1.2.0 ====== +Release Summary +--------------- + +Not released due to issues in the release process + v1.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 395ca8b..7a6ba1b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,4 +1,3 @@ ---- ancestor: 1.0.0 releases: 1.0.0: @@ -8,21 +7,21 @@ releases: 1.1.0: changes: major_changes: - - Add kubevirt_vm_info module to describe existing VirtualMachines + - Add kubevirt_vm_info module to describe existing VirtualMachines minor_changes: - - 'inventory: Allow to control creation of additional groups' - - 'inventory: Drop creation of the namespace_vmis_group as it is redundant' + - 'inventory: Allow to control creation of additional groups' + - 'inventory: Drop creation of the namespace_vmis_group as it is redundant' fragments: - - 0_flatten_groups.yml - - 1_add_create_groups.yml - - 3_add_kubevirt_vm_info.yml + - 0_flatten_groups.yml + - 1_add_create_groups.yml + - 3_add_kubevirt_vm_info.yml 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' + 1.2.1: changes: - release_summary: >- - Mostly code cleanups and dependency updates to ensure compatibility with KubeVirt >= 1.1.0 + release_summary: Mostly code cleanups and dependency updates to ensure compatibility + with KubeVirt >= 1.1.0 + release_date: '2024-03-04'