mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Release 3.4.5.
This commit is contained in:
parent
39f2e9b9c4
commit
ce16a0d5f1
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v3.4.5
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Maintenance release which adds compatibility with requests 2.29.0 and 2.30.0 and urllib3 2.0.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Make vendored Docker SDK for Python code compatible with requests 2.29.0 and urllib3 2.0 (https://github.com/ansible-collections/community.docker/pull/613).
|
||||
|
||||
v3.4.4
|
||||
======
|
||||
|
||||
|
||||
@ -1164,3 +1164,14 @@ releases:
|
||||
- 3.4.4.yml
|
||||
- 612-requests-2.29.0.yml
|
||||
release_date: '2023-05-01'
|
||||
3.4.5:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Make vendored Docker SDK for Python code compatible with requests 2.29.0 and
|
||||
urllib3 2.0 (https://github.com/ansible-collections/community.docker/pull/613).
|
||||
release_summary: Maintenance release which adds compatibility with requests
|
||||
2.29.0 and 2.30.0 and urllib3 2.0.
|
||||
fragments:
|
||||
- 3.4.5.yml
|
||||
- 613-requests.yml
|
||||
release_date: '2023-05-05'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Maintenance release which adds compatibility with requests 2.29.0 and 2.30.0 and urllib3 2.0.
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Make vendored Docker SDK for Python code compatible with requests 2.29.0 and urllib3 2.0 (https://github.com/ansible-collections/community.docker/pull/613)."
|
||||
Loading…
Reference in New Issue
Block a user