diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9db88e8..8b56c4b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ +- feat: Give secondary interfaces a higher priority over services `#76 `_ + +Bugfixes +-------- + +- feat: Set ansible_connection to winrm for Windows hosts `#75 `_ +- fix: Explicity set ansible_port `#70 `_ +- fix: Return early to avoid adding empty groups. `#73 `_ + v1.2.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1c879a3..11ad26b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 `_ + + ' + - 'fix: Explicity set ansible_port `#70 `_ + + ' + - 'fix: Return early to avoid adding empty groups. `#73 `_ + + ' + minor_changes: + - 'feat: Add append_base_domain option to connections `#72 `_ + + ' + - 'feat: Give secondary interfaces a higher priority over services `#76 `_ + + ' + fragments: + - 70.yaml + - 72.yaml + - 73.yaml + - 75.yaml + - 76.yaml + release_date: '2024-04-16'