Skip to content

Commit 7f27296

Browse files
authored
Remove community.kubernetes from Ansible 6 (#116)
* Remove community.kubernetes from Ansible 6. * Remove kubernetes migration comment.
1 parent c621e5b commit 7f27296

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

6/ansible-6.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ community.google: >=1.0.0,<2.0.0
3636
community.grafana: >=1.3.0,<2.0.0
3737
community.hashi_vault: >=2.4.0,<3.0.0
3838
community.hrobot: >=1.2.0,<2.0.0
39-
community.kubernetes: >=2.0.0,<3.0.0
4039
community.libvirt: >=1.0.0,<2.0.0
4140
community.mongodb: >=1.3.0,<2.0.0
4241
community.mysql: >=3.1.0,<4.0.0

6/ansible.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ community.google
3434
community.grafana
3535
community.hashi_vault
3636
community.hrobot
37-
community.kubernetes
3837
community.libvirt
3938
community.mongodb
4039
community.mysql
@@ -71,8 +70,6 @@ infinidat.infinibox
7170
infoblox.nios_modules
7271
inspur.sm
7372
junipernetworks.junos
74-
# community.kubernetes shall be renamed to kubernetes.core, they are already the same build artifact
75-
# https://github.com/ansible-collections/community.kubernetes/issues/221
7673
kubernetes.core
7774
mellanox.onyx
7875
netapp.aws

6/changelog.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@ releases:
1515
since Ansible 5.0.0, and unfortunately nobody managed to adjust the
1616
collection to work with kubernetes.core >= 2.0.0. If you need to use this
1717
collection, you need to manually install community.kubernetes < 2.0.0
18-
together with community.kubevirt
18+
together with community.kubevirt with
19+
``ansible-galaxy collection install community.kubevirt 'community.kubernetes:<2.0.0'``
1920
(https://github.com/ansible-community/community-topics/issues/92).
21+
- The community.kubernetes collection has been removed from Ansible 6.
22+
It has been deprecated since Ansible 4.2, and version 2.0.0 included since
23+
Ansible 5 is only a set of deprecated redirects from community.kubernetes
24+
to kubernetes.core. If you still need the redirects, you can manually install
25+
community.kubernetes with ``ansible-galaxy collection install community.kubernetes``
26+
(https://github.com/ansible-community/community-topics/issues/93).

0 commit comments

Comments
 (0)