From 73eae2facb173b0bef9d31a9cc344793dba19cc1 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Fri, 16 May 2025 10:36:38 +0200 Subject: [PATCH] Bump version and update changelog for release 2.2.1 Signed-off-by: Felix Matouschek --- changelogs/changelog.yaml | 44 +++++++++++++++++++++++++++++++++++++++ galaxy.yml | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 90216e9..65ba808 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -197,3 +197,47 @@ releases: release_summary: This release brings some new features and enables compatibility with ansible-core-2.19. release_date: '2025-04-30' + 2.2.1: + changes: + release_summary: This release brings some new features and enables compatibility + with ansible-core-2.19. + + The inventory now tries to lookup winrm services for Windows hosts if enabled. + + The unset_ansible_port option was added to the inventory. It allows to control + if the value of ansible_port should be unset if no non-default value was found. + + The hidden_fields argument was added to kubevirt_vm and kubevirt_{vm,vmi}_info + which allows to hide and ignore certain fields in the returned definition of a + VM or VMI. + + If no namespaces were configured the inventory now tries to use OCP Projects if + available. + + It is now possible to switch between running and run_strategy with kubevirt_vm. + + This is a maintenance release with no functional changes compared to version + 2.2.0. Only the changelog was fixed. + minor_changes: + - 'feat(inventory): Lookup winrm services for Windows hosts `#171 `_ + + ' + - 'feat(inventory): Add unset_ansible_port option `#173 `_ + + ' + - 'fix: Ensure compatibility with ansible-core >= 2.19 `#175 `_ + + ' + - 'chore: Bump supported python and ansible-core versions `#176 `_ + + ' + - 'feat(modules): Add hidden_fields argument `#178 `_ + + ' + - 'feat(inventory): Use OCP projects if available `#179 `_ + + ' + - 'fix(kubevirt_vm): Allow switching between running and run_strategy `#180 `_ + + ' + release_date: '2025-05-16' diff --git a/galaxy.yml b/galaxy.yml index ed23163..443abab 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "2.2.0" +version: "2.2.1" readme: README.md authors: - KubeVirt Project (kubevirt.io)