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
+357 -340
View File
File diff suppressed because it is too large Load Diff
+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
======
+12
View File
@@ -2270,3 +2270,15 @@ releases:
fragments:
- 5.0.0.yml
release_date: '2025-11-02'
5.0.1:
changes:
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).
release_summary: Bugfix release.
fragments:
- 1185-fix.yml
- 5.0.1.yml
- typing.yml
release_date: '2025-11-09'
-2
View File
@@ -1,2 +0,0 @@
bugfixes:
- "docker_image - fix 'Cannot locate specified Dockerfile' error (https://github.com/ansible-collections/community.docker/pull/1184)."
-1
View File
@@ -1 +0,0 @@
release_summary: Bugfix release.
-2
View File
@@ -1,2 +0,0 @@
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)."