Release 3.4.2.

This commit is contained in:
Felix Fontein 2023-02-25 15:37:21 +01:00
parent 18584f6b40
commit 82dde7cadd
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.4.2
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_prune - return correct value for ``changed``. So far the module always claimed that nothing changed (https://github.com/ansible-collections/community.docker/pull/593).
v3.4.1
======

View File

@ -1129,3 +1129,13 @@ releases:
- fix-tmpfs_size-and-tmpfs_mode.yml
- remove-unneeded-imports.yml
release_date: '2023-02-20'
3.4.2:
changes:
bugfixes:
- docker_prune - return correct value for ``changed``. So far the module always
claimed that nothing changed (https://github.com/ansible-collections/community.docker/pull/593).
release_summary: Bugfix release.
fragments:
- 3.4.2.yml
- 593-docker_prune-changed.yml
release_date: '2023-02-25'

View File

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

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker_prune - return correct value for ``changed``. So far the module always claimed that nothing changed (https://github.com/ansible-collections/community.docker/pull/593)."