Skip to content

Commit 66327d2

Browse files
committed
Release 4.8.2.
1 parent 075bc91 commit 66327d2

File tree

9 files changed

+353
-298
lines changed

9 files changed

+353
-298
lines changed

CHANGELOG.md

Lines changed: 306 additions & 283 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Docker Community Collection Release Notes
44

55
.. contents:: Topics
66

7+
v4.8.2
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Bugfix release.
14+
15+
Bugfixes
16+
--------
17+
18+
- 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).
19+
- 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).
20+
- 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).
21+
- 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).
22+
- 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).
23+
- docker_container_exec - fix bug that could lead to loss of stdout/stderr data (https://github.com/ansible-collections/community.docker/pull/1152).
24+
- 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).
25+
- docker_plugin - fix diff mode for plugin options (https://github.com/ansible-collections/community.docker/pull/1146).
26+
727
v4.8.1
828
======
929

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,3 +2187,30 @@ releases:
21872187
- 1139-six.yml
21882188
- 4.8.1.yml
21892189
release_date: '2025-10-05'
2190+
4.8.2:
2191+
changes:
2192+
bugfixes:
2193+
- docker connection plugin - fix crash instead of warning if Docker version
2194+
does not support ``remote_user`` (https://github.com/ansible-collections/community.docker/pull/1161).
2195+
- docker, nsenter connection plugins - fix handling of ``become`` plugin password
2196+
prompt handling in case multiple events arrive at the same time (https://github.com/ansible-collections/community.docker/pull/1158).
2197+
- docker_api connection plugin - fix bug that could lead to loss of data when
2198+
waiting for ``become`` plugin prompt (https://github.com/ansible-collections/community.docker/pull/1152).
2199+
- docker_compose_v2_exec - fix crash instead of reporting error if ``detach=true``
2200+
and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161).
2201+
- docker_compose_v2_run - fix crash instead of reporting error if ``detach=true``
2202+
and ``stdin`` is provided (https://github.com/ansible-collections/community.docker/pull/1161).
2203+
- docker_container_exec - fix bug that could lead to loss of stdout/stderr
2204+
data (https://github.com/ansible-collections/community.docker/pull/1152).
2205+
- docker_container_exec - make ``detach=true`` work. So far this resulted
2206+
in no execution being done (https://github.com/ansible-collections/community.docker/pull/1145).
2207+
- docker_plugin - fix diff mode for plugin options (https://github.com/ansible-collections/community.docker/pull/1146).
2208+
release_summary: Bugfix release.
2209+
fragments:
2210+
- 1145-fix.yml
2211+
- 1146-fix.yml
2212+
- 1152-fix.yml
2213+
- 1158-select-fix.yml
2214+
- 1161-fix.yml
2215+
- 4.8.2.yml
2216+
release_date: '2025-10-25'

changelogs/fragments/1145-fix.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/1146-fix.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/1152-fix.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/1158-select-fix.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/1161-fix.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/4.8.2.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)