Skip to content

Commit c621e5b

Browse files
authored
Remove community.kubevirt from Ansible 6 (#115)
* Remove community.kubevirt from Ansible 6 * Add changelog entry
1 parent 6d2e32b commit c621e5b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

6/ansible-6.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
3939
community.kubernetes: >=2.0.0,<3.0.0
40-
community.kubevirt: >=1.0.0,<2.0.0
4140
community.libvirt: >=1.0.0,<2.0.0
4241
community.mongodb: >=1.3.0,<2.0.0
4342
community.mysql: >=3.1.0,<4.0.0

6/ansible.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ community.grafana
3535
community.hashi_vault
3636
community.hrobot
3737
community.kubernetes
38-
community.kubevirt
3938
community.libvirt
4039
community.mongodb
4140
community.mysql

6/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ releases:
77
88
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
99
release_date: '2022-04-12'
10+
6.0.0a2:
11+
changes:
12+
removed_features:
13+
- The community.kubevirt collection has been removed from Ansible 6.
14+
It has not been working with the community.kubernetes collection included
15+
since Ansible 5.0.0, and unfortunately nobody managed to adjust the
16+
collection to work with kubernetes.core >= 2.0.0. If you need to use this
17+
collection, you need to manually install community.kubernetes < 2.0.0
18+
together with community.kubevirt
19+
(https://github.com/ansible-community/community-topics/issues/92).

0 commit comments

Comments
 (0)