From 0bd0dbda77efff756a66db9f27e086199a1f1751 Mon Sep 17 00:00:00 2001 From: Javier Cano Cano Date: Wed, 10 Jun 2026 14:32:21 +0200 Subject: [PATCH] chore: Bump version to 2.3.0 Signed-off-by: Javier Cano Cano --- changelogs/changelog.yaml | 8 ++++++++ galaxy.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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)