Skip to content

Commit

Permalink
Update changelog for release 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: kubevirt-bot <[email protected]>
  • Loading branch information
kubevirt-bot committed Mar 4, 2024
1 parent 6850a11 commit d1047a2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,22 @@ KubeVirt Collection for Ansible Release Notes

This changelog describes changes after version 1.0.0.

v1.2.1
======

Release Summary
---------------

Mostly code cleanups and dependency updates to ensure compatibility with KubeVirt >= 1.1.0

v1.2.0
======

Release Summary
---------------

Not released due to issues in the release process

v1.1.0
======

Expand Down
21 changes: 10 additions & 11 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
ancestor: 1.0.0

Check warning on line 1 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / linter

1:1 [document-start] missing document start "---"

Check warning on line 1 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / linter

1:1 [document-start] missing document start "---"
releases:
1.0.0:
Expand All @@ -8,21 +7,21 @@ releases:
1.1.0:
changes:
major_changes:
- Add kubevirt_vm_info module to describe existing VirtualMachines
- Add kubevirt_vm_info module to describe existing VirtualMachines

Check failure on line 10 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / linter

10:7 [indentation] wrong indentation: expected 8 but found 6

Check failure on line 10 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / linter

10:7 [indentation] wrong indentation: expected 8 but found 6
minor_changes:
- 'inventory: Allow to control creation of additional groups'
- 'inventory: Drop creation of the namespace_vmis_group as it is redundant'
- 'inventory: Allow to control creation of additional groups'

Check failure on line 12 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / linter

12:7 [indentation] wrong indentation: expected 8 but found 6

Check failure on line 12 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / linter

12:7 [indentation] wrong indentation: expected 8 but found 6
- '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
- 0_flatten_groups.yml

Check failure on line 15 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / linter

15:5 [indentation] wrong indentation: expected 6 but found 4

Check failure on line 15 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / linter

15:5 [indentation] wrong indentation: expected 6 but found 4
- 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'
1.2.1:
changes:
release_summary: >-
Mostly code cleanups and dependency updates to ensure compatibility with KubeVirt >= 1.1.0
release_summary: Mostly code cleanups and dependency updates to ensure compatibility
with KubeVirt >= 1.1.0
release_date: '2024-03-04'

0 comments on commit d1047a2

Please sign in to comment.