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
+10
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'