From 570f5fb524db94b6b14698d0dad99be28ea328e3 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 20 May 2024 21:27:43 +0200 Subject: [PATCH] Add known_issues instead of extended release summary. --- changelogs/fragments/3.10.1.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/changelogs/fragments/3.10.1.yml b/changelogs/fragments/3.10.1.yml index 168e685f..1913a5b4 100644 --- a/changelogs/fragments/3.10.1.yml +++ b/changelogs/fragments/3.10.1.yml @@ -1,9 +1,12 @@ release_summary: | Hotfix release for requests 2.32.0 compatibility. - Please note that this only fixes problems with the vendored Docker SDK for Python code. - Modules and plugins that use Docker SDK for Python can still fail due to the SDK currently - being incompatible with requests 2.32.0. +known_issues: + - | + Please note that the fix for requests 2.32.0 included in community.docker 3.10.1 only + fixes problems with the *vendored* Docker SDK for Python code. Modules and plugins that + use Docker SDK for Python can still fail due to the SDK currently being incompatible + with requests 2.32.0. - If you still experience problems with requests 2.32.0, such as error messages like - ``Not supported URL scheme http+docker``, please restrict requests to ``<2.32.0``. + If you still experience problems with requests 2.32.0, such as error messages like + ``Not supported URL scheme http+docker``, please restrict requests to ``<2.32.0``.