Merge pull request #248 from jcanocan/230

chore: Bump version to 2.3.0
This commit is contained in:
kubevirt-bot
2026-06-10 15:39:01 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -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'

View File

@@ -1,7 +1,7 @@
---
namespace: kubevirt
name: core
version: "2.2.4"
version: "2.3.0"
readme: README.md
authors:
- KubeVirt Project (kubevirt.io)