Skip to content

Commit

Permalink
Remove community.kubernetes from Ansible 6 (#116)
Browse files Browse the repository at this point in the history
* Remove community.kubernetes from Ansible 6.

* Remove kubernetes migration comment.
  • Loading branch information
felixfontein authored May 2, 2022
1 parent c621e5b commit 7f27296
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
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).

0 comments on commit 7f27296

Please sign in to comment.