mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 04:48:46 +00:00
Add known_issues instead of extended release summary.
This commit is contained in:
parent
8cbec47816
commit
570f5fb524
@ -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``.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user