parent
6adf947ed8
commit
ad36d3db99
|
@ -5,6 +5,9 @@ Ansible Utils Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.10.4
|
||||||
|
=======
|
||||||
|
|
||||||
v2.10.3
|
v2.10.3
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
---
|
---
|
||||||
ancestor:
|
ancestor:
|
||||||
releases:
|
releases:
|
||||||
2.10.3:
|
2.10.4:
|
||||||
changes: {}
|
changes: {}
|
||||||
|
release_date: "2023-05-19"
|
||||||
|
2.10.3:
|
||||||
fragments:
|
fragments:
|
||||||
- fix_workflow_names.yml
|
- fix_workflow_names.yml
|
||||||
release_date: "2023-05-17"
|
release_date: "2023-05-17"
|
||||||
|
|
|
@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/ansible.utils/issues
|
||||||
tags: [linux, networking, security, cloud, utilities, data, validation, utils]
|
tags: [linux, networking, security, cloud, utilities, data, validation, utils]
|
||||||
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
|
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
|
||||||
# happy. We dynamically inject version info based on git information.
|
# happy. We dynamically inject version info based on git information.
|
||||||
version: 2.10.3
|
version: 2.10.4
|
||||||
|
|
Loading…
Reference in New Issue