Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove community.kubernetes from Ansible 6 #116

Merged
merged 2 commits into from
May 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 6/ansible-6.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions 6/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ community.google
community.grafana
community.hashi_vault
community.hrobot
community.kubernetes
community.libvirt
community.mongodb
community.mysql
Expand Down Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion 6/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).