mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Release 3.13.10.
This commit is contained in:
parent
dc3eabd9a4
commit
a2470bc232
646
CHANGELOG.md
646
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,29 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v3.13.10
|
||||
========
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix and maintenance release.
|
||||
|
||||
With this release, community.docker 3.x.y is End of Life. There will be no further community.docker 3.x.y releases,
|
||||
and CI will be disabled. Please upgrade to community.docker 4.x.y or 5.x.y (once released).
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- docker connection plugin - fix crash instead of warning if Docker version does not support ``remote_user`` (https://github.com/ansible-collections/community.docker/pull/1161).
|
||||
- docker, nsenter connection plugins - fix handling of ``become`` plugin password prompt handling in case multiple events arrive at the same time (https://github.com/ansible-collections/community.docker/pull/1158).
|
||||
- docker_api connection plugin - fix bug that could lead to loss of data when waiting for ``become`` plugin prompt (https://github.com/ansible-collections/community.docker/pull/1152).
|
||||
- docker_compose_v2_exec - fix crash instead of reporting error if ``detach=true`` and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161).
|
||||
- docker_compose_v2_run - fix crash instead of reporting error if ``detach=true`` and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161).
|
||||
- docker_container_exec - fix bug that could lead to loss of stdout/stderr data (https://github.com/ansible-collections/community.docker/pull/1152).
|
||||
- docker_container_exec - make ``detach=true`` work. So far this resulted in no execution being done (https://github.com/ansible-collections/community.docker/pull/1145).
|
||||
- docker_plugin - fix diff mode for plugin options (https://github.com/ansible-collections/community.docker/pull/1146).
|
||||
|
||||
v3.13.9
|
||||
=======
|
||||
|
||||
|
||||
@ -2050,3 +2050,37 @@ releases:
|
||||
- 1110-push-fix.yml
|
||||
- 3.13.9.yml
|
||||
release_date: '2025-08-04'
|
||||
3.13.10:
|
||||
changes:
|
||||
bugfixes:
|
||||
- docker connection plugin - fix crash instead of warning if Docker version
|
||||
does not support ``remote_user`` (https://github.com/ansible-collections/community.docker/pull/1161).
|
||||
- docker, nsenter connection plugins - fix handling of ``become`` plugin password
|
||||
prompt handling in case multiple events arrive at the same time (https://github.com/ansible-collections/community.docker/pull/1158).
|
||||
- docker_api connection plugin - fix bug that could lead to loss of data when
|
||||
waiting for ``become`` plugin prompt (https://github.com/ansible-collections/community.docker/pull/1152).
|
||||
- docker_compose_v2_exec - fix crash instead of reporting error if ``detach=true``
|
||||
and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161).
|
||||
- docker_compose_v2_run - fix crash instead of reporting error if ``detach=true``
|
||||
and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161).
|
||||
- docker_container_exec - fix bug that could lead to loss of stdout/stderr
|
||||
data (https://github.com/ansible-collections/community.docker/pull/1152).
|
||||
- docker_container_exec - make ``detach=true`` work. So far this resulted
|
||||
in no execution being done (https://github.com/ansible-collections/community.docker/pull/1145).
|
||||
- docker_plugin - fix diff mode for plugin options (https://github.com/ansible-collections/community.docker/pull/1146).
|
||||
release_summary: 'Bugfix and maintenance release.
|
||||
|
||||
|
||||
With this release, community.docker 3.x.y is End of Life. There will be no
|
||||
further community.docker 3.x.y releases,
|
||||
|
||||
and CI will be disabled. Please upgrade to community.docker 4.x.y or 5.x.y
|
||||
(once released).'
|
||||
fragments:
|
||||
- 1145-fix.yml
|
||||
- 1146-fix.yml
|
||||
- 1152-fix.yml
|
||||
- 1158-select-fix.yml
|
||||
- 1161-fix.yml
|
||||
- 3.13.10.yml
|
||||
release_date: '2025-10-25'
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_container_exec - make ``detach=true`` work. So far this resulted in no execution being done (https://github.com/ansible-collections/community.docker/pull/1145)."
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_plugin - fix diff mode for plugin options (https://github.com/ansible-collections/community.docker/pull/1146)."
|
||||
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_api connection plugin - fix bug that could lead to loss of data when waiting for ``become`` plugin prompt (https://github.com/ansible-collections/community.docker/pull/1152)."
|
||||
- "docker_container_exec - fix bug that could lead to loss of stdout/stderr data (https://github.com/ansible-collections/community.docker/pull/1152)."
|
||||
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker, nsenter connection plugins - fix handling of ``become`` plugin password prompt handling in case multiple events arrive at the same time
|
||||
(https://github.com/ansible-collections/community.docker/pull/1158)."
|
||||
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker connection plugin - fix crash instead of warning if Docker version does not support ``remote_user`` (https://github.com/ansible-collections/community.docker/pull/1161)."
|
||||
- "docker_compose_v2_exec - fix crash instead of reporting error if ``detach=true`` and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161)."
|
||||
- "docker_compose_v2_run - fix crash instead of reporting error if ``detach=true`` and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161)."
|
||||
@ -1,5 +0,0 @@
|
||||
release_summary: |-
|
||||
Bugfix and maintenance release.
|
||||
|
||||
With this release, community.docker 3.x.y is End of Life. There will be no further community.docker 3.x.y releases,
|
||||
and CI will be disabled. Please upgrade to community.docker 4.x.y or 5.x.y (once released).
|
||||
Loading…
Reference in New Issue
Block a user