Update changelog for release 1.4.0

Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
kubevirt-bot
2024-05-29 14:19:45 +00:00
parent 3a5100fd46
commit d81d9b1b96
2 changed files with 51 additions and 2 deletions

View File

@@ -6,6 +6,28 @@ KubeVirt Collection for Ansible Release Notes
This changelog describes changes after version 1.0.0.
v1.4.0
======
Release Summary
---------------
Compatibility with kubernetes.core >=3.1.0,<4.1.0 and some minor enhancements.
Minor Changes
-------------
- Provide links for docsite and improve docs by adding markup `#95 <https://github.com/kubevirt/kubevirt.core/pull/95>`_
- cleanup: Cleanup YAML passed to k8s module `#88 <https://github.com/kubevirt/kubevirt.core/pull/88>`_
- docs: Use proper type for connections parameter `#90 <https://github.com/kubevirt/kubevirt.core/pull/90>`_
- feat(kubevirt_vm_info): Set wait_condition based on running `#91 <https://github.com/kubevirt/kubevirt.core/pull/91>`_
Bugfixes
--------
- fix(kubevirt_vm): Set wait_condition based on running `#89 <https://github.com/kubevirt/kubevirt.core/pull/89>`_
- fix: Ensure compatibility with kubernetes.core >=3.10,<4.1.0 `#100 <https://github.com/kubevirt/kubevirt.core/pull/100>`_
v1.3.2
======

View File

@@ -71,6 +71,33 @@ releases:
release_date: '2024-04-17'
1.4.0:
changes:
release_summary: Compatibility with kubernetes.core >=3.1.0,<4.1.0 and some minor
enhancements.
bugfixes:
- 'fix(kubevirt_vm): Set wait_condition based on running `#89 <https://github.com/kubevirt/kubevirt.core/pull/89>`_
'
- 'fix: Ensure compatibility with kubernetes.core >=3.10,<4.1.0 `#100 <https://github.com/kubevirt/kubevirt.core/pull/100>`_
'
minor_changes:
- 'Provide links for docsite and improve docs by adding markup `#95 <https://github.com/kubevirt/kubevirt.core/pull/95>`_
'
- 'cleanup: Cleanup YAML passed to k8s module `#88 <https://github.com/kubevirt/kubevirt.core/pull/88>`_
'
- 'docs: Use proper type for connections parameter `#90 <https://github.com/kubevirt/kubevirt.core/pull/90>`_
'
- 'feat(kubevirt_vm_info): Set wait_condition based on running `#91 <https://github.com/kubevirt/kubevirt.core/pull/91>`_
'
release_summary: Compatibility with kubernetes.core >=3.1.0,<4.1.0 and some
minor enhancements.
fragments:
- 100.yaml
- 88.yaml
- 89.yaml
- 90.yaml
- 91.yaml
- 95.yaml
release_date: '2024-05-29'