From d733019677ddd624c03f446615a193f2842a63ca Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Wed, 4 Sep 2024 13:38:55 +0000 Subject: [PATCH] Update changelog for release 2.1.0 Signed-off-by: kubevirt-bot --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ 2 files changed, 24 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aadcd2a..d88930d 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. +v2.1.0 +====== + +Release Summary +--------------- + +The kubevirt_vmi_info module was added to this collection. + +Minor Changes +------------- + +- Run integration tests in random namespaces `#130 `_ +- feat: Add kubevirt_vmi_info module `#129 `_ + v2.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c4fe2a8..50ff9bc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -180,5 +180,15 @@ releases: release_date: '2024-07-17' 2.1.0: changes: + minor_changes: + - 'Run integration tests in random namespaces `#130 `_ + + ' + - 'feat: Add kubevirt_vmi_info module `#129 `_ + + ' release_summary: The kubevirt_vmi_info module was added to this collection. + fragments: + - 129.yaml + - 130.yaml release_date: '2024-09-04'