diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5973051..4bc4282 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ +- cleanup: Cleanup YAML passed to k8s module `#88 `_ +- docs: Use proper type for connections parameter `#90 `_ +- feat(kubevirt_vm_info): Set wait_condition based on running `#91 `_ + +Bugfixes +-------- + +- fix(kubevirt_vm): Set wait_condition based on running `#89 `_ +- fix: Ensure compatibility with kubernetes.core >=3.10,<4.1.0 `#100 `_ + v1.3.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d59ecd9..6a0124f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 `_ + + ' + - 'fix: Ensure compatibility with kubernetes.core >=3.10,<4.1.0 `#100 `_ + + ' + minor_changes: + - 'Provide links for docsite and improve docs by adding markup `#95 `_ + + ' + - 'cleanup: Cleanup YAML passed to k8s module `#88 `_ + + ' + - 'docs: Use proper type for connections parameter `#90 `_ + + ' + - 'feat(kubevirt_vm_info): Set wait_condition based on running `#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'