Skip to content

Commit

Permalink
Update changelog for release 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: kubevirt-bot <[email protected]>
  • Loading branch information
kubevirt-bot committed Jul 10, 2024
1 parent 8799c56 commit 7049570
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
======

Expand Down
41 changes: 40 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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'

0 comments on commit 7049570

Please sign in to comment.