mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 02:44:35 +00:00
Update changelog for release 2.2.1
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
@@ -6,6 +6,31 @@ KubeVirt Collection for Ansible Release Notes
|
|||||||
|
|
||||||
This changelog describes changes after version 1.0.0.
|
This changelog describes changes after version 1.0.0.
|
||||||
|
|
||||||
|
v2.2.1
|
||||||
|
======
|
||||||
|
|
||||||
|
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
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- chore: Bump supported python and ansible-core versions `#176 <https://github.com/kubevirt/kubevirt.core/pull/176>`_
|
||||||
|
- feat(inventory): Add unset_ansible_port option `#173 <https://github.com/kubevirt/kubevirt.core/pull/173>`_
|
||||||
|
- feat(inventory): Lookup winrm services for Windows hosts `#171 <https://github.com/kubevirt/kubevirt.core/pull/171>`_
|
||||||
|
- feat(inventory): Use OCP projects if available `#179 <https://github.com/kubevirt/kubevirt.core/pull/179>`_
|
||||||
|
- feat(modules): Add hidden_fields argument `#178 <https://github.com/kubevirt/kubevirt.core/pull/178>`_
|
||||||
|
- fix(kubevirt_vm): Allow switching between running and run_strategy `#180 <https://github.com/kubevirt/kubevirt.core/pull/180>`_
|
||||||
|
- fix: Ensure compatibility with ansible-core >= 2.19 `#175 <https://github.com/kubevirt/kubevirt.core/pull/175>`_
|
||||||
|
|
||||||
v2.2.0
|
v2.2.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@@ -199,7 +199,30 @@ releases:
|
|||||||
release_date: '2025-04-30'
|
release_date: '2025-04-30'
|
||||||
2.2.1:
|
2.2.1:
|
||||||
changes:
|
changes:
|
||||||
release_summary: This release brings some new features and enables compatibility
|
minor_changes:
|
||||||
|
- 'chore: Bump supported python and ansible-core versions `#176 <https://github.com/kubevirt/kubevirt.core/pull/176>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'feat(inventory): Add unset_ansible_port option `#173 <https://github.com/kubevirt/kubevirt.core/pull/173>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'feat(inventory): Lookup winrm services for Windows hosts `#171 <https://github.com/kubevirt/kubevirt.core/pull/171>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'feat(inventory): Use OCP projects if available `#179 <https://github.com/kubevirt/kubevirt.core/pull/179>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'feat(modules): Add hidden_fields argument `#178 <https://github.com/kubevirt/kubevirt.core/pull/178>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'fix(kubevirt_vm): Allow switching between running and run_strategy `#180
|
||||||
|
<https://github.com/kubevirt/kubevirt.core/pull/180>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'fix: Ensure compatibility with ansible-core >= 2.19 `#175 <https://github.com/kubevirt/kubevirt.core/pull/175>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
release_summary: 'This release brings some new features and enables compatibility
|
||||||
with ansible-core-2.19.
|
with ansible-core-2.19.
|
||||||
|
|
||||||
The inventory now tries to lookup winrm services for Windows hosts if enabled.
|
The inventory now tries to lookup winrm services for Windows hosts if enabled.
|
||||||
@@ -208,36 +231,14 @@ releases:
|
|||||||
if the value of ansible_port should be unset if no non-default value was found.
|
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
|
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
|
which allows to hide and ignore certain fields in the returned definition
|
||||||
VM or VMI.
|
of a VM or VMI.
|
||||||
|
|
||||||
If no namespaces were configured the inventory now tries to use OCP Projects if
|
If no namespaces were configured the inventory now tries to use OCP Projects
|
||||||
available.
|
if available.
|
||||||
|
|
||||||
It is now possible to switch between running and run_strategy with kubevirt_vm.
|
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
|
This is a maintenance release with no functional changes compared to version
|
||||||
2.2.0. Only the changelog was fixed.
|
2.2.0. Only the changelog was fixed.'
|
||||||
minor_changes:
|
|
||||||
- 'feat(inventory): Lookup winrm services for Windows hosts `#171 <https://github.com/kubevirt/kubevirt.core/pull/171>`_
|
|
||||||
|
|
||||||
'
|
|
||||||
- 'feat(inventory): Add unset_ansible_port option `#173 <https://github.com/kubevirt/kubevirt.core/pull/173>`_
|
|
||||||
|
|
||||||
'
|
|
||||||
- 'fix: Ensure compatibility with ansible-core >= 2.19 `#175 <https://github.com/kubevirt/kubevirt.core/pull/175>`_
|
|
||||||
|
|
||||||
'
|
|
||||||
- 'chore: Bump supported python and ansible-core versions `#176 <https://github.com/kubevirt/kubevirt.core/pull/176>`_
|
|
||||||
|
|
||||||
'
|
|
||||||
- 'feat(modules): Add hidden_fields argument `#178 <https://github.com/kubevirt/kubevirt.core/pull/178>`_
|
|
||||||
|
|
||||||
'
|
|
||||||
- 'feat(inventory): Use OCP projects if available `#179 <https://github.com/kubevirt/kubevirt.core/pull/179>`_
|
|
||||||
|
|
||||||
'
|
|
||||||
- 'fix(kubevirt_vm): Allow switching between running and run_strategy `#180 <https://github.com/kubevirt/kubevirt.core/pull/180>`_
|
|
||||||
|
|
||||||
'
|
|
||||||
release_date: '2025-05-16'
|
release_date: '2025-05-16'
|
||||||
|
|||||||
Reference in New Issue
Block a user