From 8cb5b6d1bb50419c8439ba70bccd345db465826e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 14 Jan 2023 11:18:28 +0100 Subject: [PATCH] Release 2.7.4. --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 19 +++++++++++++++++++ changelogs/fragments/2.7.4.yml | 1 - changelogs/fragments/546-conflict-error.yml | 3 --- .../553-docker_plugin-check-mode.yml | 2 -- changelogs/fragments/554-env-vars.yml | 2 -- 6 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/2.7.4.yml delete mode 100644 changelogs/fragments/546-conflict-error.yml delete mode 100644 changelogs/fragments/553-docker_plugin-check-mode.yml delete mode 100644 changelogs/fragments/554-env-vars.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e422b36..4a616045 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,22 @@ Docker Community Collection Release Notes .. contents:: Topics +v2.7.4 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- docker_api connection plugin - fix error handling when 409 Conflict is returned by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546). +- docker_container_exec - fix error handling when 409 Conflict is returned by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546). +- docker_plugin - do not crash if plugin is installed in check mode (https://github.com/ansible-collections/community.docker/issues/552, https://github.com/ansible-collections/community.docker/pull/553). +- most modules - fix handling of ``DOCKER_TIMEOUT`` environment variable, and improve handling of other fallback environment variables (https://github.com/ansible-collections/community.docker/issues/551, https://github.com/ansible-collections/community.docker/pull/554). + v2.7.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 63d5f3d6..2198ec15 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -730,3 +730,22 @@ releases: - 2.7.3.yml - 522-current-image.yml release_date: '2022-12-06' + 2.7.4: + changes: + bugfixes: + - docker_api connection plugin - fix error handling when 409 Conflict is returned + by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546). + - docker_container_exec - fix error handling when 409 Conflict is returned by + the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546). + - docker_plugin - do not crash if plugin is installed in check mode (https://github.com/ansible-collections/community.docker/issues/552, + https://github.com/ansible-collections/community.docker/pull/553). + - most modules - fix handling of ``DOCKER_TIMEOUT`` environment variable, and + improve handling of other fallback environment variables (https://github.com/ansible-collections/community.docker/issues/551, + https://github.com/ansible-collections/community.docker/pull/554). + release_summary: Bugfix release. + fragments: + - 2.7.4.yml + - 546-conflict-error.yml + - 553-docker_plugin-check-mode.yml + - 554-env-vars.yml + release_date: '2023-01-14' diff --git a/changelogs/fragments/2.7.4.yml b/changelogs/fragments/2.7.4.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/2.7.4.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/546-conflict-error.yml b/changelogs/fragments/546-conflict-error.yml deleted file mode 100644 index 3b067bc6..00000000 --- a/changelogs/fragments/546-conflict-error.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - "docker_api connection plugin - fix error handling when 409 Conflict is returned by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546)." - - "docker_container_exec - fix error handling when 409 Conflict is returned by the Docker daemon in case of a stopped container (https://github.com/ansible-collections/community.docker/pull/546)." diff --git a/changelogs/fragments/553-docker_plugin-check-mode.yml b/changelogs/fragments/553-docker_plugin-check-mode.yml deleted file mode 100644 index 91562f98..00000000 --- a/changelogs/fragments/553-docker_plugin-check-mode.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "docker_plugin - do not crash if plugin is installed in check mode (https://github.com/ansible-collections/community.docker/issues/552, https://github.com/ansible-collections/community.docker/pull/553)." diff --git a/changelogs/fragments/554-env-vars.yml b/changelogs/fragments/554-env-vars.yml deleted file mode 100644 index a344ea2f..00000000 --- a/changelogs/fragments/554-env-vars.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "most modules - fix handling of ``DOCKER_TIMEOUT`` environment variable, and improve handling of other fallback environment variables (https://github.com/ansible-collections/community.docker/issues/551, https://github.com/ansible-collections/community.docker/pull/554)."