mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Prepare 3.10.1 release.
This commit is contained in:
parent
ab8b6662c2
commit
8cbec47816
9
changelogs/fragments/3.10.1.yml
Normal file
9
changelogs/fragments/3.10.1.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
|
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``.
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
namespace: community
|
namespace: community
|
||||||
name: docker
|
name: docker
|
||||||
version: 3.11.0
|
version: 3.10.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible Docker Working Group
|
- Ansible Docker Working Group
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user