diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 537bc625..7e5cd482 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f745a911..8d4da540 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/3.4.5.yml b/changelogs/fragments/3.4.5.yml deleted file mode 100644 index 0561b448..00000000 --- a/changelogs/fragments/3.4.5.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance release which adds compatibility with requests 2.29.0 and 2.30.0 and urllib3 2.0. diff --git a/changelogs/fragments/613-requests.yml b/changelogs/fragments/613-requests.yml deleted file mode 100644 index 356932ed..00000000 --- a/changelogs/fragments/613-requests.yml +++ /dev/null @@ -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)."