From 178a58bf07d0615e4651d6748634ea343d3f2d75 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 10 Dec 2023 09:07:51 +0100 Subject: [PATCH] Release 2.7.8. --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 18 ++++++++++++++++++ changelogs/fragments/2.7.8.yml | 1 - changelogs/fragments/715-docker-7.yml | 2 -- changelogs/fragments/719-ee-reqs.yml | 2 -- changelogs/fragments/721-docker-7.yml | 2 -- 6 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 changelogs/fragments/2.7.8.yml delete mode 100644 changelogs/fragments/715-docker-7.yml delete mode 100644 changelogs/fragments/719-ee-reqs.yml delete mode 100644 changelogs/fragments/721-docker-7.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5307198d..bb565a35 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Docker Community Collection Release Notes .. contents:: Topics +v2.7.8 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- Execution Environment requirements - restrict Docker SDK for Python to < 7.0.0, as 7.0.0 is incompatible with docker-compose (https://github.com/ansible-collections/community.docker/pull/719). +- modules and plugins using the Docker SDK for Python - remove ``ssl_version`` from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/715). +- modules and plugins using the Docker SDK for Python - remove ``tls_hostname`` from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/721). + v2.7.7 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 107ef46f..a7d29d98 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -787,3 +787,21 @@ releases: - 696-docker_swarm-data_addr_path.yml - 702-docker-volume-label-none.yaml release_date: '2023-11-12' + 2.7.8: + changes: + bugfixes: + - Execution Environment requirements - restrict Docker SDK for Python to < 7.0.0, + as 7.0.0 is incompatible with docker-compose (https://github.com/ansible-collections/community.docker/pull/719). + - modules and plugins using the Docker SDK for Python - remove ``ssl_version`` + from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail + with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/715). + - modules and plugins using the Docker SDK for Python - remove ``tls_hostname`` + from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail + with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/721). + release_summary: Bugfix release. + fragments: + - 2.7.8.yml + - 715-docker-7.yml + - 719-ee-reqs.yml + - 721-docker-7.yml + release_date: '2023-12-10' diff --git a/changelogs/fragments/2.7.8.yml b/changelogs/fragments/2.7.8.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/2.7.8.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/715-docker-7.yml b/changelogs/fragments/715-docker-7.yml deleted file mode 100644 index 9c565e39..00000000 --- a/changelogs/fragments/715-docker-7.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "modules and plugins using the Docker SDK for Python - remove ``ssl_version`` from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/715)." diff --git a/changelogs/fragments/719-ee-reqs.yml b/changelogs/fragments/719-ee-reqs.yml deleted file mode 100644 index af174264..00000000 --- a/changelogs/fragments/719-ee-reqs.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Execution Environment requirements - restrict Docker SDK for Python to < 7.0.0, as 7.0.0 is incompatible with docker-compose (https://github.com/ansible-collections/community.docker/pull/719)." diff --git a/changelogs/fragments/721-docker-7.yml b/changelogs/fragments/721-docker-7.yml deleted file mode 100644 index 0faad5c7..00000000 --- a/changelogs/fragments/721-docker-7.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "modules and plugins using the Docker SDK for Python - remove ``tls_hostname`` from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/721)."