diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b5d3b25..9b9910b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,19 @@ KubeVirt Collection for Ansible Release Notes This changelog describes changes after version 1.0.0. +v2.2.3 +====== + +Release Summary +--------------- + +This release ensures compatibility with kubernets.core >=5.2.0,<7.0.0. changes. + +Minor Changes +------------- + +- Bump dependency on kubernetes.core and collection version `#192 `_ + v2.2.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e6f9443..790a4ba 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -249,6 +249,12 @@ releases: release_date: '2025-05-20' 2.2.3: changes: + minor_changes: + - 'Bump dependency on kubernetes.core and collection version `#192 `_ + + ' release_summary: This release ensures compatibility with kubernets.core >=5.2.0,<7.0.0. changes. + fragments: + - 192.yaml release_date: '2025-06-04'