Release 5.0.1.

This commit is contained in:
Felix Fontein
2025-11-09 21:12:23 +01:00
parent 86ea32b214
commit aedf8f9674
6 changed files with 383 additions and 345 deletions
+14
View File
@@ -4,6 +4,20 @@ Docker Community Collection Release Notes
.. contents:: Topics
v5.0.1
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_compose_v2_run - when ``detach=true``, ensure that the returned container ID is not a bytes string (https://github.com/ansible-collections/community.docker/pull/1183).
- docker_image - fix 'Cannot locate specified Dockerfile' error (https://github.com/ansible-collections/community.docker/pull/1184).
v5.0.0
======