From 7049570c681b862818de73fd9d69aec4380c7ba3 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Wed, 10 Jul 2024 13:21:44 +0000 Subject: [PATCH] Update changelog for release 1.5.0 Signed-off-by: kubevirt-bot --- CHANGELOG.rst | 28 ++++++++++++++++++++++++++ changelogs/changelog.yaml | 41 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4bc4282..42061eb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,34 @@ KubeVirt Collection for Ansible Release Notes This changelog describes changes after version 1.0.0. +v1.5.0 +====== + +Release Summary +--------------- + +Support for stopped VMs, deprecation of the 'connections' parameter and many cleanups. + +Major Changes +------------- + +- chore: Update supported ansible-core versions to >=2.15 `#105 `_ +- feat,test(inventory): Support listing stopped VMs and major rework of unit tests `#114 `_ + +Minor Changes +------------- + +- Bump e2e software versions `#109 `_ +- Make kubevirt_vm tests more robust `#103 `_ +- Several minor improvements `#115 `_ +- chore: Ensure compatibility with kubernetes.core >=3.1.0,<6.0.0 `#111 `_ +- kubevirt_vm integration tests: changed ssh key type to RSA for FIPS mode `#108 `_ + +Bugfixes +-------- + +- fix(tests,kubevirt_vm): Fix assertion in verify.yml `#106 `_ + v1.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 358cc4d..4943f78 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -103,5 +103,44 @@ releases: release_date: '2024-05-29' 1.5.0: changes: - release_summary: Support for stopped VMs, deprecation of the 'connections' parameter and many cleanups. + bugfixes: + - 'fix(tests,kubevirt_vm): Fix assertion in verify.yml `#106 `_ + + ' + major_changes: + - 'chore: Update supported ansible-core versions to >=2.15 `#105 `_ + + ' + - 'feat,test(inventory): Support listing stopped VMs and major rework of unit + tests `#114 `_ + + ' + minor_changes: + - 'Bump e2e software versions `#109 `_ + + ' + - 'Make kubevirt_vm tests more robust `#103 `_ + + ' + - 'Several minor improvements `#115 `_ + + ' + - 'chore: Ensure compatibility with kubernetes.core >=3.1.0,<6.0.0 `#111 `_ + + ' + - 'kubevirt_vm integration tests: changed ssh key type to RSA for FIPS mode + `#108 `_ + + ' + release_summary: Support for stopped VMs, deprecation of the 'connections' parameter + and many cleanups. + fragments: + - 103.yaml + - 105.yaml + - 106.yaml + - 108.yaml + - 109.yaml + - 111.yaml + - 114.yaml + - 115.yaml release_date: '2024-07-10'