File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ community.google: >=1.0.0,<2.0.0
36
36
community.grafana: >=1.3.0,<2.0.0
37
37
community.hashi_vault: >=2.4.0,<3.0.0
38
38
community.hrobot: >=1.2.0,<2.0.0
39
- community.kubernetes: >=2.0.0,<3.0.0
40
39
community.libvirt: >=1.0.0,<2.0.0
41
40
community.mongodb: >=1.3.0,<2.0.0
42
41
community.mysql: >=3.1.0,<4.0.0
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ community.google
34
34
community.grafana
35
35
community.hashi_vault
36
36
community.hrobot
37
- community.kubernetes
38
37
community.libvirt
39
38
community.mongodb
40
39
community.mysql
@@ -71,8 +70,6 @@ infinidat.infinibox
71
70
infoblox.nios_modules
72
71
inspur.sm
73
72
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
76
73
kubernetes.core
77
74
mellanox.onyx
78
75
netapp.aws
Original file line number Diff line number Diff line change @@ -15,5 +15,12 @@ releases:
15
15
since Ansible 5.0.0, and unfortunately nobody managed to adjust the
16
16
collection to work with kubernetes.core >= 2.0.0. If you need to use this
17
17
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'``
19
20
(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).
You can’t perform that action at this time.
0 commit comments