From c621e5b3dc3568beefa273e7f4d430308013fea8 Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Mon, 2 May 2022 07:35:26 +0200 Subject: [PATCH] Remove community.kubevirt from Ansible 6 (#115) * Remove community.kubevirt from Ansible 6 * Add changelog entry --- 6/ansible-6.build | 1 - 6/ansible.in | 1 - 6/changelog.yaml | 10 ++++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/6/ansible-6.build b/6/ansible-6.build index f47d500552..34a5a8e0aa 100644 --- a/6/ansible-6.build +++ b/6/ansible-6.build @@ -37,7 +37,6 @@ community.grafana: >=1.3.0,<2.0.0 community.hashi_vault: >=2.4.0,<3.0.0 community.hrobot: >=1.2.0,<2.0.0 community.kubernetes: >=2.0.0,<3.0.0 -community.kubevirt: >=1.0.0,<2.0.0 community.libvirt: >=1.0.0,<2.0.0 community.mongodb: >=1.3.0,<2.0.0 community.mysql: >=3.1.0,<4.0.0 diff --git a/6/ansible.in b/6/ansible.in index 275475e0be..8952002f70 100644 --- a/6/ansible.in +++ b/6/ansible.in @@ -35,7 +35,6 @@ community.grafana community.hashi_vault community.hrobot community.kubernetes -community.kubevirt community.libvirt community.mongodb community.mysql diff --git a/6/changelog.yaml b/6/changelog.yaml index 191037279f..a75186a239 100644 --- a/6/changelog.yaml +++ b/6/changelog.yaml @@ -7,3 +7,13 @@ releases: `Porting Guide `_' release_date: '2022-04-12' + 6.0.0a2: + changes: + removed_features: + - The community.kubevirt collection has been removed from Ansible 6. + It has not been working with the community.kubernetes collection included + since Ansible 5.0.0, and unfortunately nobody managed to adjust the + collection to work with kubernetes.core >= 2.0.0. If you need to use this + collection, you need to manually install community.kubernetes < 2.0.0 + together with community.kubevirt + (https://github.com/ansible-community/community-topics/issues/92).