mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Release 3.13.7.
This commit is contained in:
parent
620037e470
commit
2e7153bbd2
597
CHANGELOG.md
597
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,20 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v3.13.7
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- docker_compose_v2 - handle a (potentially unintentional) breaking change in Docker Compose 2.37.0. Note that ``ContainerName`` is no longer part of the return value (https://github.com/ansible-collections/community.docker/issues/1082, https://github.com/ansible-collections/community.docker/pull/1083).
|
||||
- docker_container - fix idempotency if ``command=[]`` and ``command_handling=correct`` (https://github.com/ansible-collections/community.docker/issues/1080, https://github.com/ansible-collections/community.docker/pull/1085).
|
||||
|
||||
v3.13.6
|
||||
=======
|
||||
|
||||
|
||||
@ -2015,3 +2015,18 @@ releases:
|
||||
- 1034-error-msg.yml
|
||||
- 3.13.6.yml
|
||||
release_date: '2025-02-13'
|
||||
3.13.7:
|
||||
changes:
|
||||
bugfixes:
|
||||
- docker_compose_v2 - handle a (potentially unintentional) breaking change
|
||||
in Docker Compose 2.37.0. Note that ``ContainerName`` is no longer part
|
||||
of the return value (https://github.com/ansible-collections/community.docker/issues/1082,
|
||||
https://github.com/ansible-collections/community.docker/pull/1083).
|
||||
- docker_container - fix idempotency if ``command=[]`` and ``command_handling=correct``
|
||||
(https://github.com/ansible-collections/community.docker/issues/1080, https://github.com/ansible-collections/community.docker/pull/1085).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 1083-docker_compose_v2-images.yml
|
||||
- 1085-docker_container-command-empty.yml
|
||||
- 3.13.7.yml
|
||||
release_date: '2025-06-09'
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_compose_v2 - handle a (potentially unintentional) breaking change in Docker Compose 2.37.0.
|
||||
Note that ``ContainerName`` is no longer part of the return value
|
||||
(https://github.com/ansible-collections/community.docker/issues/1082, https://github.com/ansible-collections/community.docker/pull/1083)."
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_container - fix idempotency if ``command=[]`` and ``command_handling=correct`` (https://github.com/ansible-collections/community.docker/issues/1080, https://github.com/ansible-collections/community.docker/pull/1085)."
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
Loading…
Reference in New Issue
Block a user