Skip to content

Commit

Permalink
Update minimum version of Ansible required (ansible-collections#366)
Browse files Browse the repository at this point in the history
ansible-collections#276
is backported to 2.9.17
Any Ansible version lesser than this will not work due to
Kubernetes-python compatibility issues.

Fixes: ansible-collections#314
Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde authored Feb 16, 2021
1 parent 8f098b1 commit dc80c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/314_version.yml
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.9'
requires_ansible: '>=2.9.17'

action_groups:
helm:
Expand Down

0 comments on commit dc80c41

Please sign in to comment.