parent
d902c0f4f9
commit
e213ad9a3c
|
@ -4,6 +4,14 @@ Ansible Utils Collection Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v5.1.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- keep_keys - Fixes keep_keys filter to retain the entire node when a key match occurs, rather than just the leaf node values.
|
||||||
|
|
||||||
v5.1.1
|
v5.1.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -483,3 +483,11 @@ releases:
|
||||||
- 0-readme.yml
|
- 0-readme.yml
|
||||||
- keep_keys.yaml
|
- keep_keys.yaml
|
||||||
release_date: "2024-09-05"
|
release_date: "2024-09-05"
|
||||||
|
5.1.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- keep_keys - Fixes keep_keys filter to retain the entire node when a key match
|
||||||
|
occurs, rather than just the leaf node values.
|
||||||
|
fragments:
|
||||||
|
- keep_keys_greedy.yaml
|
||||||
|
release_date: "2024-09-30"
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- keep_keys - Fixes keep_keys filter to retain the entire node when a key match occurs, rather than just the leaf node values.
|
|
|
@ -19,4 +19,4 @@ tags:
|
||||||
- data
|
- data
|
||||||
- validation
|
- validation
|
||||||
- utils
|
- utils
|
||||||
version: 5.1.1
|
version: 5.1.2
|
||||||
|
|
Loading…
Reference in New Issue