Skip to content

Commit 8fcd7e5

Browse files
authored
release 5.1.1 (#371)
* release 5.1.1 * added support section * remove small space * changed link
1 parent aa44958 commit 8fcd7e5

File tree

6 files changed

+28
-7
lines changed

6 files changed

+28
-7
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Ansible Utils Collection Release Notes
44

55
.. contents:: Topics
66

7+
v5.1.1
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- keep_keys - Fixes issue where all keys are removed when data is passed in as a dict.
14+
715
v5.1.0
816
======
917

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
The Ansible ``ansible.utils`` collection includes a variety of plugins that aid in the management, manipulation and visibility of data for the Ansible playbook developer.
66

7+
## Support
8+
9+
As a Red Hat Ansible [Certified Content](https://catalog.redhat.com/software/search?target_platforms=Red%20Hat%20Ansible%20Automation%20Platform), this collection is entitled to [support](https://access.redhat.com/support/) through [Ansible Automation Platform](https://www.redhat.com/en/technologies/management/ansible) (AAP).
10+
11+
If a support case cannot be opened with Red Hat and the collection has been obtained either from [Galaxy](https://galaxy.ansible.com/ui/) or [GitHub](https://github.com/ansible-collections/ansible.utils), there is community support available at no charge.
12+
13+
You can join us on [#network:ansible.com](https://matrix.to/#/#network:ansible.com) room or the [Ansible Forum Network Working Group](https://forum.ansible.com/g/network-wg).
14+
15+
For more information you can check the communication section below.
16+
717
## Communication
818

919
* Join the Ansible forum:

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,3 +474,12 @@ releases:
474474
- fix_from_xml.yaml
475475
- todo_condition.yml
476476
release_date: "2024-08-05"
477+
5.1.1:
478+
changes:
479+
bugfixes:
480+
- keep_keys - Fixes issue where all keys are removed when data is passed in
481+
as a dict.
482+
fragments:
483+
- 0-readme.yml
484+
- keep_keys.yaml
485+
release_date: "2024-09-05"

changelogs/fragments/0-readme.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/keep_keys.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tags:
1919
- data
2020
- validation
2121
- utils
22-
version: 5.1.0
22+
version: 5.1.1

0 commit comments

Comments
 (0)