summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnwesha Das <anwesha@das.community>2023-05-02 13:18:00 +0200
committerGitHub <noreply@github.com>2023-05-02 12:18:00 +0100
commitdbd3bf27ec3b677ffb871200b30f8bb36d96d494 (patch)
tree2d74f4382c00dc03c9d84b1b30dfa6d1b80d45a7
parent7f48fa01295e85f94437041688fb898e870c5154 (diff)
downloadansible-dbd3bf27ec3b677ffb871200b30f8bb36d96d494.tar.gz
Add Ansible community 8.0.0a3 porting guide (#80691)
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_8.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_8.rst b/docs/docsite/rst/porting_guides/porting_guide_8.rst
index 1595ccef0c..4d41bd368d 100644
--- a/docs/docsite/rst/porting_guides/porting_guide_8.rst
+++ b/docs/docsite/rst/porting_guides/porting_guide_8.rst
@@ -94,6 +94,33 @@ Networking
No notable changes
+Porting Guide for v8.0.0a3
+==========================
+
+Known Issues
+------------
+
+community.docker
+~~~~~~~~~~~~~~~~
+
+- The modules and plugins using the vendored code from Docker SDK for Python currently do not work with requests 2.29.0 and/or urllib3 2.0.0. The same is currently true for the latest version of Docker SDK for Python itself (https://github.com/ansible-collections/community.docker/issues/611, https://github.com/ansible-collections/community.docker/pull/612).
+
+Breaking Changes
+----------------
+
+lowlydba.sqlserver
+~~~~~~~~~~~~~~~~~~
+
+- Updating minimum DBATools version to v2.0.0 to allow for pwsh 7.3+ compatibility. There may also be breaking change behavior in DBATools, see https://blog.netnerds.net/2023/03/whats-new-dbatools-2.0/. (https://github.com/lowlydba/lowlydba.sqlserver/pull/181)
+
+Deprecated Features
+-------------------
+
+community.crypto
+~~~~~~~~~~~~~~~~
+
+- x509_crl - the ``mode`` option is deprecated; use ``crl_mode`` instead. The ``mode`` option will change its meaning in community.crypto 3.0.0, and will refer to the CRL file's mode instead (https://github.com/ansible-collections/community.crypto/issues/596).
+
Porting Guide for v8.0.0a2
==========================