mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-04 18:48:56 +00:00
Release 3.12.2.
This commit is contained in:
parent
ca648a0390
commit
bfb0fed227
540
CHANGELOG.md
540
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v3.12.1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@ -1893,3 +1893,13 @@ releases:
|
|||||||
- 3.12.1.yml
|
- 3.12.1.yml
|
||||||
- deprecate-eol-ansible-core.yml
|
- deprecate-eol-ansible-core.yml
|
||||||
release_date: '2024-08-13'
|
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'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -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)."
|
|
||||||
Loading…
Reference in New Issue
Block a user