Relesae 2.7.5.

This commit is contained in:
Felix Fontein 2023-02-25 15:36:56 +01:00
parent a5d00c6f98
commit 08810a66a9
5 changed files with 26 additions and 5 deletions

View File

@ -5,6 +5,20 @@ Docker Community Collection Release Notes
.. contents:: Topics
v2.7.5
======
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).
- various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.docker/pull/574).
v2.7.4
======

View File

@ -749,3 +749,15 @@ releases:
- 553-docker_plugin-check-mode.yml
- 554-env-vars.yml
release_date: '2023-01-14'
2.7.5:
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).
- various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.docker/pull/574).
release_summary: Bugfix release.
fragments:
- 2.7.5.yml
- 593-docker_prune-changed.yml
- remove-unneeded-imports.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)."

View File

@ -1,2 +0,0 @@
bugfixes:
- "various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.docker/pull/574)."