Update changelog for release 1.5.0

Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
kubevirt-bot
2024-07-10 13:21:44 +00:00
parent 8799c56c5d
commit 7049570c68
2 changed files with 68 additions and 1 deletions

View File

@@ -6,6 +6,34 @@ KubeVirt Collection for Ansible Release Notes
This changelog describes changes after version 1.0.0. 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 <https://github.com/kubevirt/kubevirt.core/pull/105>`_
- feat,test(inventory): Support listing stopped VMs and major rework of unit tests `#114 <https://github.com/kubevirt/kubevirt.core/pull/114>`_
Minor Changes
-------------
- Bump e2e software versions `#109 <https://github.com/kubevirt/kubevirt.core/pull/109>`_
- Make kubevirt_vm tests more robust `#103 <https://github.com/kubevirt/kubevirt.core/pull/103>`_
- Several minor improvements `#115 <https://github.com/kubevirt/kubevirt.core/pull/115>`_
- chore: Ensure compatibility with kubernetes.core >=3.1.0,<6.0.0 `#111 <https://github.com/kubevirt/kubevirt.core/pull/111>`_
- kubevirt_vm integration tests: changed ssh key type to RSA for FIPS mode `#108 <https://github.com/kubevirt/kubevirt.core/pull/108>`_
Bugfixes
--------
- fix(tests,kubevirt_vm): Fix assertion in verify.yml `#106 <https://github.com/kubevirt/kubevirt.core/pull/106>`_
v1.4.0 v1.4.0
====== ======

View File

@@ -103,5 +103,44 @@ releases:
release_date: '2024-05-29' release_date: '2024-05-29'
1.5.0: 1.5.0:
changes: 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 <https://github.com/kubevirt/kubevirt.core/pull/106>`_
'
major_changes:
- 'chore: Update supported ansible-core versions to >=2.15 `#105 <https://github.com/kubevirt/kubevirt.core/pull/105>`_
'
- 'feat,test(inventory): Support listing stopped VMs and major rework of unit
tests `#114 <https://github.com/kubevirt/kubevirt.core/pull/114>`_
'
minor_changes:
- 'Bump e2e software versions `#109 <https://github.com/kubevirt/kubevirt.core/pull/109>`_
'
- 'Make kubevirt_vm tests more robust `#103 <https://github.com/kubevirt/kubevirt.core/pull/103>`_
'
- 'Several minor improvements `#115 <https://github.com/kubevirt/kubevirt.core/pull/115>`_
'
- 'chore: Ensure compatibility with kubernetes.core >=3.1.0,<6.0.0 `#111 <https://github.com/kubevirt/kubevirt.core/pull/111>`_
'
- 'kubevirt_vm integration tests: changed ssh key type to RSA for FIPS mode
`#108 <https://github.com/kubevirt/kubevirt.core/pull/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' release_date: '2024-07-10'