Add Ansible community 8.0.0rc1 porting guide (#80873)

pull/80875/head
Anwesha Das 2 years ago committed by GitHub
parent d955fb1590
commit 86e7cd57b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,6 +94,18 @@ Networking
No notable changes
Porting Guide for v8.0.0rc1
===========================
Known Issues
------------
community.docker
~~~~~~~~~~~~~~~~
- 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).
- 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).
Porting Guide for v8.0.0b1
==========================

Loading…
Cancel
Save