Release 5.1.2 (#378)

* Release 5.1.2

* Update changelog.yaml
pull/379/head v5.1.2
Vinay M 2024-09-30 10:04:39 +05:30 committed by GitHub
parent d902c0f4f9
commit e213ad9a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 4 deletions

View File

@ -4,6 +4,14 @@ Ansible Utils Collection Release Notes
.. 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
======

View File

@ -483,3 +483,11 @@ releases:
- 0-readme.yml
- keep_keys.yaml
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"

View File

@ -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.

View File

@ -19,4 +19,4 @@ tags:
- data
- validation
- utils
version: 5.1.1
version: 5.1.2