mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
Bump version to 1.2.1 and include a change summary. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
29 lines
861 B
YAML
29 lines
861 B
YAML
---
|
|
ancestor: 1.0.0
|
|
releases:
|
|
1.0.0:
|
|
changes:
|
|
release_summary: Initial release
|
|
release_date: '2023-08-09'
|
|
1.1.0:
|
|
changes:
|
|
major_changes:
|
|
- Add kubevirt_vm_info module to describe existing VirtualMachines
|
|
minor_changes:
|
|
- '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:
|
|
release_date: '2024-03-04'
|
|
changes:
|
|
release_summary: Not released due to issues in the release process
|
|
1.2.1:
|
|
release_date: '2024-03-04'
|
|
changes:
|
|
release_summary: >-
|
|
Mostly code cleanups and dependency updates to ensure compatibility with KubeVirt >= 1.1.0
|