mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Release 3.10.2.
This commit is contained in:
parent
32612dc6ec
commit
260b2859c5
484
CHANGELOG.md
484
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v3.10.2
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- vendored Docker SDK for Python - include a fix requests 2.32.2+ compatibility (https://github.com/ansible-collections/community.docker/issues/860, https://github.com/psf/requests/issues/6707, https://github.com/ansible-collections/community.docker/pull/864).
|
||||
|
||||
v3.10.1
|
||||
=======
|
||||
|
||||
|
||||
@ -1075,6 +1075,17 @@ releases:
|
||||
- 3.10.1.yml
|
||||
- 862-requests.yml
|
||||
release_date: '2024-05-20'
|
||||
3.10.2:
|
||||
changes:
|
||||
bugfixes:
|
||||
- vendored Docker SDK for Python - include a fix requests 2.32.2+ compatibility
|
||||
(https://github.com/ansible-collections/community.docker/issues/860, https://github.com/psf/requests/issues/6707,
|
||||
https://github.com/ansible-collections/community.docker/pull/864).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 3.10.2.yml
|
||||
- 864-requests.yml
|
||||
release_date: '2024-05-21'
|
||||
3.2.0:
|
||||
changes:
|
||||
deprecated_features:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@ -1,5 +0,0 @@
|
||||
bugfixes:
|
||||
- "vendored Docker SDK for Python - include a fix requests 2.32.2+ compatibility
|
||||
(https://github.com/ansible-collections/community.docker/issues/860,
|
||||
https://github.com/psf/requests/issues/6707,
|
||||
https://github.com/ansible-collections/community.docker/pull/864)."
|
||||
Loading…
Reference in New Issue
Block a user