mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 00:44:35 +00:00
Update changelog for release 2.3.0
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
@@ -6,6 +6,26 @@ KubeVirt Collection for Ansible Release Notes
|
|||||||
|
|
||||||
This changelog describes changes after version 1.0.0.
|
This changelog describes changes after version 1.0.0.
|
||||||
|
|
||||||
|
v2.3.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This release adds support for managing VM lifecycle using state=started/stopped/restarted in kubevirt_vm and introduces the default_win_ansible_connection option for the inventory plugin. It also fixes the handling of the user-configured strict option in the inventory plugin and adds compatibility with ansible-core 2.21.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- chore(ci): add ansible 2.21 and fix docs build `#237 <https://github.com/kubevirt/kubevirt.core/pull/237>`_
|
||||||
|
- feat(inventory): add ``default_win_ansible_connection`` option `#240 <https://github.com/kubevirt/kubevirt.core/pull/240>`_
|
||||||
|
- feat(kubevirt_vm): add ``state=started/stopped/restarted`` to manage VM lifecycle `#242 <https://github.com/kubevirt/kubevirt.core/pull/242>`_
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- fix: pass user-configured ``strict`` option to ``_set_composite_vars`` in kubevirt inventory plugin `#235 <https://github.com/kubevirt/kubevirt.core/pull/235>`_
|
||||||
|
|
||||||
v2.2.4
|
v2.2.4
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@@ -264,9 +264,29 @@ releases:
|
|||||||
release_date: '2026-03-24'
|
release_date: '2026-03-24'
|
||||||
2.3.0:
|
2.3.0:
|
||||||
changes:
|
changes:
|
||||||
release_summary: This release adds support for managing VM lifecycle using
|
bugfixes:
|
||||||
state=started/stopped/restarted in kubevirt_vm and introduces the default_win_ansible_connection
|
- 'fix: pass user-configured ``strict`` option to ``_set_composite_vars`` in
|
||||||
option for the inventory plugin. It also fixes the handling of the user-configured
|
kubevirt inventory plugin `#235 <https://github.com/kubevirt/kubevirt.core/pull/235>`_
|
||||||
strict option in the inventory plugin and adds compatibility with ansible-core
|
|
||||||
2.21.
|
'
|
||||||
|
minor_changes:
|
||||||
|
- 'chore(ci): add ansible 2.21 and fix docs build `#237 <https://github.com/kubevirt/kubevirt.core/pull/237>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'feat(inventory): add ``default_win_ansible_connection`` option `#240 <https://github.com/kubevirt/kubevirt.core/pull/240>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'feat(kubevirt_vm): add ``state=started/stopped/restarted`` to manage VM lifecycle
|
||||||
|
`#242 <https://github.com/kubevirt/kubevirt.core/pull/242>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
release_summary: This release adds support for managing VM lifecycle using state=started/stopped/restarted
|
||||||
|
in kubevirt_vm and introduces the default_win_ansible_connection option for
|
||||||
|
the inventory plugin. It also fixes the handling of the user-configured strict
|
||||||
|
option in the inventory plugin and adds compatibility with ansible-core 2.21.
|
||||||
|
fragments:
|
||||||
|
- 235.yaml
|
||||||
|
- 237.yaml
|
||||||
|
- 240.yaml
|
||||||
|
- 242.yaml
|
||||||
release_date: '2026-06-10'
|
release_date: '2026-06-10'
|
||||||
|
|||||||
Reference in New Issue
Block a user