Split JSON patch out into a new module (#99)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Mike Graves
2021-05-24 08:35:48 -04:00
committed by GitHub
parent 1f47931c7c
commit 5b5777d202
7 changed files with 467 additions and 151 deletions

View File

@@ -0,0 +1,4 @@
---
major_changes:
- k8s - deprecate merge_type=json. The JSON patch functionality has never worked (https://github.com/ansible-collections/kubernetes.core/pull/99).
- k8s_json_patch - split JSON patch functionality out into a separate module (https://github.com/ansible-collections/kubernetes.core/pull/99).