Release 3.12.2.

This commit is contained in:
Felix Fontein 2024-09-17 21:02:04 +02:00
parent ca648a0390
commit bfb0fed227
5 changed files with 301 additions and 266 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.12.2
=======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_prune - fix handling of lists for the filter options (https://github.com/ansible-collections/community.docker/issues/961, https://github.com/ansible-collections/community.docker/pull/966).
v3.12.1
=======

View File

@ -1893,3 +1893,13 @@ releases:
- 3.12.1.yml
- deprecate-eol-ansible-core.yml
release_date: '2024-08-13'
3.12.2:
changes:
bugfixes:
- docker_prune - fix handling of lists for the filter options (https://github.com/ansible-collections/community.docker/issues/961,
https://github.com/ansible-collections/community.docker/pull/966).
release_summary: Bugfix release.
fragments:
- 3.12.2.yml
- 966-prune-filters.yml
release_date: '2024-09-17'

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -1,3 +0,0 @@
bugfixes:
- "docker_prune - fix handling of lists for the filter options
(https://github.com/ansible-collections/community.docker/issues/961, https://github.com/ansible-collections/community.docker/pull/966)."