diff --git a/6/ansible-6.build b/6/ansible-6.build index 34a5a8e0aa..2ea3cebfad 100644 --- a/6/ansible-6.build +++ b/6/ansible-6.build @@ -36,7 +36,6 @@ community.google: >=1.0.0,<2.0.0 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.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 8952002f70..5f05e5431e 100644 --- a/6/ansible.in +++ b/6/ansible.in @@ -34,7 +34,6 @@ community.google community.grafana community.hashi_vault community.hrobot -community.kubernetes community.libvirt community.mongodb community.mysql @@ -71,8 +70,6 @@ infinidat.infinibox infoblox.nios_modules inspur.sm junipernetworks.junos -# community.kubernetes shall be renamed to kubernetes.core, they are already the same build artifact -# https://github.com/ansible-collections/community.kubernetes/issues/221 kubernetes.core mellanox.onyx netapp.aws diff --git a/6/changelog.yaml b/6/changelog.yaml index a75186a239..5a63446028 100644 --- a/6/changelog.yaml +++ b/6/changelog.yaml @@ -15,5 +15,12 @@ releases: 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 + together with community.kubevirt with + ``ansible-galaxy collection install community.kubevirt 'community.kubernetes:<2.0.0'`` (https://github.com/ansible-community/community-topics/issues/92). + - The community.kubernetes collection has been removed from Ansible 6. + It has been deprecated since Ansible 4.2, and version 2.0.0 included since + Ansible 5 is only a set of deprecated redirects from community.kubernetes + to kubernetes.core. If you still need the redirects, you can manually install + community.kubernetes with ``ansible-galaxy collection install community.kubernetes`` + (https://github.com/ansible-community/community-topics/issues/93).