Files
kubevirt.core/changelogs/changelog.yaml
Felix Matouschek b910263304 chore: Bump version to 1.4.0
Bump version and add changelog with release summary.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2024-05-29 16:04:16 +02:00

77 lines
2.5 KiB
YAML

ancestor: 1.0.0
releases:
1.0.0:
changes:
release_summary: Initial release
release_date: '2023-08-09'
1.1.0:
changes:
minor_changes:
- Add kubevirt_vm_info module to describe existing VirtualMachines
- 'inventory: Allow to control creation of additional groups'
- 'inventory: Drop creation of the namespace_vmis_group as it is redundant'
fragments:
- 0_flatten_groups.yml
- 1_add_create_groups.yml
- 3_add_kubevirt_vm_info.yml
release_date: '2023-09-21'
1.2.0:
changes:
release_summary: Not released due to issues in the release process
release_date: '2024-03-04'
1.2.1:
changes:
release_summary: Mostly code cleanups and dependency updates to ensure compatibility
with KubeVirt >= 1.1.0
release_date: '2024-03-04'
1.2.2:
changes:
release_summary: No functional changes, only cleanup of files included in the
release tarball and vendoring of documentation fragments.
release_date: '2024-03-11'
1.2.3:
changes:
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'
1.3.1:
changes:
release_summary: No functional changes, only updates to the shipped documentation.
release_date: '2024-04-17'
1.3.2:
changes:
release_summary: No functional changes, hotfix release to retrigger the downstream
build and to keep in sync with Ansible Automation Hub.
release_date: '2024-04-17'
1.4.0:
changes:
release_summary: Compatibility with kubernetes.core >=3.1.0,<4.1.0 and some minor
enhancements.
release_date: '2024-05-29'