Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
b-enoit-be authored Oct 2, 2024
2 parents 3735274 + e213ad9 commit 10f0587
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions changelogs/fragments/keep_keys_greedy.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tags:
- data
- validation
- utils
version: 5.1.1
version: 5.1.2

0 comments on commit 10f0587

Please sign in to comment.