Merge pull request #189 from 0xFelix/bump-2.2.2

Bump minimum ansible and collection versions
This commit is contained in:
kubevirt-bot
2025-05-20 14:21:28 +02:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -242,3 +242,7 @@ releases:
This is a maintenance release with no functional changes compared to version
2.2.0. Only the changelog was fixed.'
release_date: '2025-05-16'
2.2.2:
changes:
release_summary: This is a maintenance release to trigger a rebuild. No functional changes.
release_date: '2025-05-20'

View File

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

View File

@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.15.0'
requires_ansible: '>=2.16.0'