diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cd666c2..9a86b8e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -262,3 +262,11 @@ releases: changes: release_summary: This is a service release with updated versions and dependencies. 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. + release_date: '2026-06-10' diff --git a/galaxy.yml b/galaxy.yml index cef7323..fbb96ef 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "2.2.4" +version: "2.3.0" readme: README.md authors: - KubeVirt Project (kubevirt.io)