From db874e61bc32df78949d54c0d5881c633906f689 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 21 Mar 2024 16:21:28 +0100 Subject: [PATCH 1/2] cleanup: Add reference to release policy to README.md Signed-off-by: Felix Matouschek --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 69a075b..de1d1ed 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ The current maintainers are listed in the [OWNERS](OWNERS) file. If you have que To learn how to maintain / become a maintainer of this collection, refer to the [Maintainer guidelines](https://docs.ansible.com/ansible/devel/community/maintainers.html). +## Release policy + +The release policy of the collection can be found at [docs/releasing.md](docs/releasing.md). + ## Governance The process of decision making in this collection is based on discussing and finding consensus among participants. From a020730ba79b77c1ade71d0461e7e61243d56e50 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 21 Mar 2024 16:22:48 +0100 Subject: [PATCH 2/2] cleanup: Correct changelog Move the introduction of kubevirt_vm_info from major to minor since it did not break API compatibility or compatibility with existing playbooks. Signed-off-by: Felix Matouschek --- changelogs/changelog.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0f84336..1c879a3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -6,9 +6,8 @@ releases: release_date: '2023-08-09' 1.1.0: changes: - major_changes: - - Add kubevirt_vm_info module to describe existing VirtualMachines 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: