Release 3.4.5.

This commit is contained in:
Felix Fontein 2023-05-05 22:23:19 +02:00
parent 39f2e9b9c4
commit ce16a0d5f1
4 changed files with 24 additions and 3 deletions

View File

@ -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
======

View File

@ -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'

View File

@ -1 +0,0 @@
release_summary: Maintenance release which adds compatibility with requests 2.29.0 and 2.30.0 and urllib3 2.0.

View File

@ -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)."