ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 104 forks source link

Update minimum version of Ansible required #366

Closed Akasurde closed 3 years ago

Akasurde commented 3 years ago
SUMMARY

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

ISSUE TYPE
COMPONENT NAME

changelogs/fragments/314_version.yml meta/runtime.yml

codecov[bot] commented 3 years ago

Codecov Report

Merging #366 (bee2723) into main (2640084) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #366   +/-   ##
=======================================
  Coverage   36.80%   36.80%           
=======================================
  Files           3        3           
  Lines         758      758           
  Branches      148      148           
=======================================
  Hits          279      279           
  Misses        430      430           
  Partials       49       49           
Impacted Files Coverage Δ
...ctions/community/kubernetes/plugins/modules/k8s.py 97.82% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2640084...f704b29. Read the comment docs.

tima commented 3 years ago

@Akasurde: Just a question, if a user has something before kubernetes 12.0.0, they can continue to use a 2.9 release before 2.9.17?

github-actions[bot] commented 3 years ago

This repository does not accept pull requests, see the README for details.