mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 11:32:05 +00:00
Release 5.0.1.
This commit is contained in:
parent
86ea32b214
commit
aedf8f9674
697
CHANGELOG.md
697
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_image - fix 'Cannot locate specified Dockerfile' error (https://github.com/ansible-collections/community.docker/pull/1184)."
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@ -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)."
|
||||
Loading…
Reference in New Issue
Block a user