Update changelog for release 1.3.0

Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
kubevirt-bot
2024-04-16 16:49:05 +00:00
parent 613a1b75f0
commit 88189f432b
2 changed files with 42 additions and 0 deletions

View File

@@ -6,6 +6,22 @@ KubeVirt Collection for Ansible Release Notes
This changelog describes changes after version 1.0.0.
v1.3.0
======
Minor Changes
-------------
- feat: Add append_base_domain option to connections `#72 <https://github.com/kubevirt/kubevirt.core/pull/72>`_
- feat: Give secondary interfaces a higher priority over services `#76 <https://github.com/kubevirt/kubevirt.core/pull/76>`_
Bugfixes
--------
- feat: Set ansible_connection to winrm for Windows hosts `#75 <https://github.com/kubevirt/kubevirt.core/pull/75>`_
- fix: Explicity set ansible_port `#70 <https://github.com/kubevirt/kubevirt.core/pull/70>`_
- fix: Return early to avoid adding empty groups. `#73 <https://github.com/kubevirt/kubevirt.core/pull/73>`_
v1.2.3
======

View File

@@ -34,3 +34,29 @@ releases:
release_summary: No functional changes, hotfix release to retrigger the downstream
build and to keep in sync with Ansible Automation Hub.
release_date: '2024-03-18'
1.3.0:
changes:
bugfixes:
- 'feat: Set ansible_connection to winrm for Windows hosts `#75 <https://github.com/kubevirt/kubevirt.core/pull/75>`_
'
- 'fix: Explicity set ansible_port `#70 <https://github.com/kubevirt/kubevirt.core/pull/70>`_
'
- 'fix: Return early to avoid adding empty groups. `#73 <https://github.com/kubevirt/kubevirt.core/pull/73>`_
'
minor_changes:
- 'feat: Add append_base_domain option to connections `#72 <https://github.com/kubevirt/kubevirt.core/pull/72>`_
'
- 'feat: Give secondary interfaces a higher priority over services `#76 <https://github.com/kubevirt/kubevirt.core/pull/76>`_
'
fragments:
- 70.yaml
- 72.yaml
- 73.yaml
- 75.yaml
- 76.yaml
release_date: '2024-04-16'