Release 2.0.2 (#138)

This commit is contained in:
Mike Graves
2021-06-17 09:08:42 -04:00
committed by GitHub
parent c11a255026
commit 2594ac654b
7 changed files with 22 additions and 9 deletions

View File

@@ -5,6 +5,15 @@ Kubernetes Collection Release Notes
.. contents:: Topics
v2.0.2
======
Bugfixes
--------
- Fix apply for k8s module when an array attribute from definition contains empty dict (https://github.com/ansible-collections/kubernetes.core/issues/113).
- rename the apply function to fix broken imports in Ansible 2.9 (https://github.com/ansible-collections/kubernetes.core/pull/135).
v2.0.1
======