Release 3.4.6.

This commit is contained in:
Felix Fontein
2023-05-20 21:14:49 +02:00
parent cdccf955a8
commit a284137d15
6 changed files with 50 additions and 14 deletions
-1
View File
@@ -1 +0,0 @@
release_summary: Bugfix release with documentation warnings about using certain functionality when connecting to the Docker daemon with TCP TLS.
-2
View File
@@ -1,2 +0,0 @@
bugfixes:
- "socket_handler module utils - make sure this fully works when Docker SDK for Python is not available (https://github.com/ansible-collections/community.docker/pull/620)."
-4
View File
@@ -1,4 +0,0 @@
bugfixes:
- "vendored Docker SDK for Python code - fix for errors on pipe close in Windows (https://github.com/ansible-collections/community.docker/pull/619)."
- "vendored Docker SDK for Python code - use ``poll()`` instead of ``select()`` except on Windows (https://github.com/ansible-collections/community.docker/pull/619)."
- "vendored Docker SDK for Python code - respect timeouts on Windows named pipes (https://github.com/ansible-collections/community.docker/pull/619)."
-7
View File
@@ -1,7 +0,0 @@
known_issues:
- "docker_container_exec - does **not work with TCP TLS sockets** when the ``stdin`` option is used! This is caused by the inability
to send an ``close_notify`` TLS alert without closing the connection with Python's ``SSLSocket``
(https://github.com/ansible-collections/community.docker/issues/605, https://github.com/ansible-collections/community.docker/pull/621)."
- "docker_api connection plugin - does **not work with TCP TLS sockets**! This is caused by the inability to send an ``close_notify``
TLS alert without closing the connection with Python's ``SSLSocket``
(https://github.com/ansible-collections/community.docker/issues/605, https://github.com/ansible-collections/community.docker/pull/621)."