release 5.1.1 (#371)

* release 5.1.1

* added support section

* remove small space

* changed link
pull/369/head^2
Vinay M 2024-09-05 16:30:33 +05:30 committed by GitHub
parent aa44958bd2
commit 8fcd7e54d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 28 additions and 7 deletions

View File

@ -4,6 +4,14 @@ Ansible Utils Collection Release Notes
.. contents:: Topics
v5.1.1
======
Bugfixes
--------
- keep_keys - Fixes issue where all keys are removed when data is passed in as a dict.
v5.1.0
======

View File

@ -4,6 +4,16 @@
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.
## Support
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).
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.
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).
For more information you can check the communication section below.
## Communication
* Join the Ansible forum:

View File

@ -474,3 +474,12 @@ releases:
- fix_from_xml.yaml
- todo_condition.yml
release_date: "2024-08-05"
5.1.1:
changes:
bugfixes:
- keep_keys - Fixes issue where all keys are removed when data is passed in
as a dict.
fragments:
- 0-readme.yml
- keep_keys.yaml
release_date: "2024-09-05"

View File

@ -1,3 +0,0 @@
---
trivial:
- README.md - Add Communication section with Forum information.

View File

@ -1,3 +0,0 @@
---
bugfixes:
- keep_keys - Fixes issue where all keys are removed when data is passed in as a dict.

View File

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