Skip to content

Commit

Permalink
Release 5.1.2 (#378)
Browse files Browse the repository at this point in the history
* Release 5.1.2

* Update changelog.yaml
  • Loading branch information
roverflow authored Sep 30, 2024
1 parent d902c0f commit e213ad9
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 e213ad9

Please sign in to comment.