mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 3.10.1.
This commit is contained in:
parent
570f5fb524
commit
b9add7b415
502
CHANGELOG.md
502
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,30 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v3.10.1
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Hotfix release for requests 2.32.0 compatibility.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- vendored Docker SDK for Python - include a hotfix for requests 2.32.0 compatibility (https://github.com/ansible-collections/community.docker/issues/860, https://github.com/docker/docker-py/issues/3256, https://github.com/ansible-collections/community.docker/pull/861).
|
||||
|
||||
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``.
|
||||
|
||||
v3.10.0
|
||||
=======
|
||||
|
||||
|
||||
@ -1044,6 +1044,37 @@ releases:
|
||||
- 853-ssl_version.yml
|
||||
- deprecate-compose-v1.yml
|
||||
release_date: '2024-05-19'
|
||||
3.10.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- vendored Docker SDK for Python - include a hotfix for requests 2.32.0 compatibility
|
||||
(https://github.com/ansible-collections/community.docker/issues/860, https://github.com/docker/docker-py/issues/3256,
|
||||
https://github.com/ansible-collections/community.docker/pull/861).
|
||||
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``.
|
||||
|
||||
'
|
||||
release_summary: 'Hotfix release for requests 2.32.0 compatibility.
|
||||
|
||||
'
|
||||
fragments:
|
||||
- 3.10.1.yml
|
||||
- 862-requests.yml
|
||||
release_date: '2024-05-20'
|
||||
3.2.0:
|
||||
changes:
|
||||
deprecated_features:
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
release_summary: |
|
||||
Hotfix release for requests 2.32.0 compatibility.
|
||||
|
||||
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``.
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "vendored Docker SDK for Python - include a hotfix for requests 2.32.0 compatibility (https://github.com/ansible-collections/community.docker/issues/860, https://github.com/docker/docker-py/issues/3256, https://github.com/ansible-collections/community.docker/pull/861)."
|
||||
Loading…
Reference in New Issue
Block a user