Prepare for release 2.4.2 (#105)

Prepare for release 2.4.2

SUMMARY


ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Sagar Paul <sagpaul@redhat.com>
pull/106/merge 2.4.2
Ashwini Mhatre 2021-10-07 14:23:53 +05:30 committed by GitHub
parent 47db1b1f77
commit 6a0372849b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 6 deletions

View File

@ -5,6 +5,14 @@ Ansible Utils Collection Release Notes
.. contents:: Topics
v2.4.2
======
Release Summary
---------------
- Rereleased 2.4.1 with valid requirement.txt.
v2.4.1
======

View File

@ -161,3 +161,12 @@ releases:
- 2.4.1.yaml
- fix_network_ee.yaml
release_date: '2021-09-24'
2.4.2:
changes:
release_summary:
- Rereleased 2.4.1 with valid requirement.txt.
fragments:
- 2.4.2.yaml
- add_ignore_2.13.yaml
- bugfix_100.yaml
release_date: '2021-10-07'

View File

@ -1,3 +0,0 @@
---
trivial:
- Make "ignore.txt" for 2.13.

View File

@ -1,3 +0,0 @@
---
trivial:
- Make "_validate_arg" method as generic utility function.