Fix apis being overwritten when using k8s_cluster_info (#47)

* Update and rename 389-fix-apis-being-overwritten-in-k8s_cluster_info.yaml to 41-fix-apis-being-overwritten-in-k8s_cluster_info.yaml

* Update changelogs/fragments/41-fix-apis-being-overwritten-in-k8s_cluster_info.yaml

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
abikouo
2021-04-19 15:05:13 +02:00
committed by GitHub
parent b68bf7c065
commit 8cee069ff1
3 changed files with 12 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
---
breaking_changes:
- k8s_cluster_info - returned apis as list to avoid being overwritten in case of multiple version (https://github.com/ansible-collections/kubernetes.core/pull/41).