mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 12:52:37 +00:00
Release 1.10.14.
This commit is contained in:
parent
14ec6c5d11
commit
1cb67ef901
@ -5,6 +5,22 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.10.14
|
||||||
|
========
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
v1.10.13
|
v1.10.13
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|||||||
@ -220,6 +220,25 @@ releases:
|
|||||||
- 1.10.13.yml
|
- 1.10.13.yml
|
||||||
- 522-current-image.yml
|
- 522-current-image.yml
|
||||||
release_date: '2022-12-06'
|
release_date: '2022-12-06'
|
||||||
|
1.10.14:
|
||||||
|
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:
|
||||||
|
- 1.10.14.yml
|
||||||
|
- 546-conflict-error.yml
|
||||||
|
- 553-docker_plugin-check-mode.yml
|
||||||
|
- 554-env-vars.yml
|
||||||
|
release_date: '2023-01-14'
|
||||||
1.10.2:
|
1.10.2:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -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)."
|
|
||||||
@ -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)."
|
|
||||||
@ -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)."
|
|
||||||
Loading…
Reference in New Issue
Block a user