Skip to content

Commit

Permalink
Release 2.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 14, 2023
1 parent 5ffba04 commit 8cb5b6d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
1 change: 0 additions & 1 deletion changelogs/fragments/2.7.4.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/546-conflict-error.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/553-docker_plugin-check-mode.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/554-env-vars.yml

This file was deleted.

0 comments on commit 8cb5b6d

Please sign in to comment.