mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
Update minimum version of Ansible required (#366)
https://github.com/ansible-collections/community.kubernetes/pull/276 is backported to 2.9.17 Any Ansible version lesser than this will not work due to Kubernetes-python compatibility issues. Fixes: #314 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
2
changelogs/fragments/314_version.yml
Normal file
2
changelogs/fragments/314_version.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- runtime.yml - update minimum Ansible version required for Kubernetes collection (https://github.com/ansible-collections/community.kubernetes/issues/314).
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
requires_ansible: '>=2.9'
|
||||
requires_ansible: '>=2.9.17'
|
||||
|
||||
action_groups:
|
||||
helm:
|
||||
|
||||
Reference in New Issue
Block a user