From 7d49efe56ca3e1d39687fdea0accb200d8b6ca4a Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Wed, 10 Jun 2026 14:06:49 +0000 Subject: [PATCH] Update changelog for release 2.3.0 Signed-off-by: kubevirt-bot --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelogs/changelog.yaml | 30 +++++++++++++++++++++++++----- 2 files changed, 45 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c8418ee..3af3c2e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,26 @@ KubeVirt Collection for Ansible Release Notes 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 `_ +- feat(inventory): add ``default_win_ansible_connection`` option `#240 `_ +- feat(kubevirt_vm): add ``state=started/stopped/restarted`` to manage VM lifecycle `#242 `_ + +Bugfixes +-------- + +- fix: pass user-configured ``strict`` option to ``_set_composite_vars`` in kubevirt inventory plugin `#235 `_ + v2.2.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9a86b8e..be3f316 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -264,9 +264,29 @@ releases: release_date: '2026-03-24' 2.3.0: changes: - 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. + bugfixes: + - 'fix: pass user-configured ``strict`` option to ``_set_composite_vars`` in + kubevirt inventory plugin `#235 `_ + + ' + minor_changes: + - 'chore(ci): add ansible 2.21 and fix docs build `#237 `_ + + ' + - 'feat(inventory): add ``default_win_ansible_connection`` option `#240 `_ + + ' + - 'feat(kubevirt_vm): add ``state=started/stopped/restarted`` to manage VM lifecycle + `#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'