mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-23 14:31:44 -07:00
Release 9.5.9.
This commit is contained in:
parent
cb26c50d65
commit
34d9809c0d
6 changed files with 105 additions and 68 deletions
|
@ -1725,3 +1725,17 @@ releases:
|
|||
- 10145-fix-typeerror-cobbler-xmlrpc.yml
|
||||
- 9.5.8.yml
|
||||
release_date: '2025-05-19'
|
||||
9.5.9:
|
||||
changes:
|
||||
bugfixes:
|
||||
- yaml callback plugin - adjust to latest changes in ansible-core devel (https://github.com/ansible-collections/community.general/pull/10212).
|
||||
- yaml callback plugin - when using ansible-core 2.19.0b2 or newer, uses a
|
||||
new utility provided by ansible-core. This allows us to remove all hacks
|
||||
and vendored code that was part of the plugin for ansible-core versions
|
||||
with Data Tagging so far (https://github.com/ansible-collections/community.general/pull/10242).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 10212-yaml.yml
|
||||
- 10242-yaml.yml
|
||||
- 9.5.9.yml
|
||||
release_date: '2025-06-15'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "yaml callback plugin - adjust to latest changes in ansible-core devel (https://github.com/ansible-collections/community.general/pull/10212)."
|
|
@ -1,5 +0,0 @@
|
|||
bugfixes:
|
||||
- "yaml callback plugin - when using ansible-core 2.19.0b2 or newer, uses a new utility provided by ansible-core.
|
||||
This allows us to remove all hacks and vendored code that was part of the plugin for ansible-core versions with
|
||||
Data Tagging so far
|
||||
(https://github.com/ansible-collections/community.general/pull/10242)."
|
|
@ -1 +0,0 @@
|
|||
release_summary: Bugfix release.
|
Loading…
Add table
Add a link
Reference in a new issue