Update changelog for release 2.1.0

Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
kubevirt-bot
2024-09-04 13:38:55 +00:00
parent d777d3685b
commit d733019677
2 changed files with 24 additions and 0 deletions

View File

@@ -6,6 +6,20 @@ KubeVirt Collection for Ansible Release Notes
This changelog describes changes after version 1.0.0. 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 <https://github.com/kubevirt/kubevirt.core/pull/130>`_
- feat: Add kubevirt_vmi_info module `#129 <https://github.com/kubevirt/kubevirt.core/pull/129>`_
v2.0.0 v2.0.0
====== ======

View File

@@ -180,5 +180,15 @@ releases:
release_date: '2024-07-17' release_date: '2024-07-17'
2.1.0: 2.1.0:
changes: changes:
minor_changes:
- 'Run integration tests in random namespaces `#130 <https://github.com/kubevirt/kubevirt.core/pull/130>`_
'
- 'feat: Add kubevirt_vmi_info module `#129 <https://github.com/kubevirt/kubevirt.core/pull/129>`_
'
release_summary: The kubevirt_vmi_info module was added to this collection. release_summary: The kubevirt_vmi_info module was added to this collection.
fragments:
- 129.yaml
- 130.yaml
release_date: '2024-09-04' release_date: '2024-09-04'