From 0d2b67aad57ce6cf3fed9133c3fd27b7fe069af9 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Thu, 21 Sep 2023 06:44:16 +0000 Subject: [PATCH] Update changelog for release 1.1.0 Signed-off-by: kubevirt-bot --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ 2 files changed, 26 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b3282f..08c0406 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,20 @@ KubeVirt Collection for Ansible Release Notes This changelog describes changes after version 1.0.0. +v1.1.0 +====== + +Major Changes +------------- + +- 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 + v1.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b599679..5e104eb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -4,3 +4,15 @@ releases: changes: release_summary: Initial release release_date: '2023-08-09' + 1.1.0: + changes: + major_changes: + - 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' + fragments: + - 0_flatten_groups.yml + - 1_add_create_groups.yml + - 3_add_kubevirt_vm_info.yml + release_date: '2023-09-21'