mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 11:06:04 +00:00
Release 4.8.8.
This commit is contained in:
+378
-359
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,22 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v4.8.8
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Handle empty 'docker compose images' stdout in case of errors (https://github.com/ansible-collections/community.docker/pull/1305).
|
||||
- docker_api connection plugin - the environment fallbacks for ``docker_host``, ``tls_hostname``, ``api_version``, ``timeout``, ``tls``, and ``validate_certs`` now finally work (https://github.com/ansible-collections/community.docker/issues/1298, https://github.com/ansible-collections/community.docker/pull/1299).
|
||||
- docker_containers inventory plugin - the environment fallbacks for ``docker_host``, ``tls_hostname``, ``api_version``, ``timeout``, ``tls``, and ``validate_certs`` now finally work (https://github.com/ansible-collections/community.docker/issues/1298, https://github.com/ansible-collections/community.docker/pull/1299).
|
||||
- docker_image, docker_image_pull, docker_container - also handle errors if only ``errorDetail`` is set, but not ``error``. The ``error`` field has been `deprecated in Moby apparently a very long time ago <https://github.com/moby/moby/commit/3043c2641990d94298c6377b7ef14709263a4709>`__ (https://github.com/ansible-collections/community.docker/pull/1302).
|
||||
|
||||
v4.8.7
|
||||
======
|
||||
|
||||
|
||||
@@ -2315,3 +2315,26 @@ releases:
|
||||
- 1242-pull.yml
|
||||
- 4.8.7.yml
|
||||
release_date: '2026-02-12'
|
||||
4.8.8:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Handle empty 'docker compose images' stdout in case of errors (https://github.com/ansible-collections/community.docker/pull/1305).
|
||||
- docker_api connection plugin - the environment fallbacks for ``docker_host``,
|
||||
``tls_hostname``, ``api_version``, ``timeout``, ``tls``, and ``validate_certs``
|
||||
now finally work (https://github.com/ansible-collections/community.docker/issues/1298,
|
||||
https://github.com/ansible-collections/community.docker/pull/1299).
|
||||
- docker_containers inventory plugin - the environment fallbacks for ``docker_host``,
|
||||
``tls_hostname``, ``api_version``, ``timeout``, ``tls``, and ``validate_certs``
|
||||
now finally work (https://github.com/ansible-collections/community.docker/issues/1298,
|
||||
https://github.com/ansible-collections/community.docker/pull/1299).
|
||||
- docker_image, docker_image_pull, docker_container - also handle errors if
|
||||
only ``errorDetail`` is set, but not ``error``. The ``error`` field has
|
||||
been `deprecated in Moby apparently a very long time ago <https://github.com/moby/moby/commit/3043c2641990d94298c6377b7ef14709263a4709>`__
|
||||
(https://github.com/ansible-collections/community.docker/pull/1302).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 1299-env.yml
|
||||
- 1302-docker-image.yml
|
||||
- 1305-docker-compose.yml
|
||||
- 4.8.8.yml
|
||||
release_date: '2026-08-08'
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_api connection plugin - the environment fallbacks for ``docker_host``, ``tls_hostname``, ``api_version``, ``timeout``, ``tls``, and ``validate_certs`` now finally work (https://github.com/ansible-collections/community.docker/issues/1298, https://github.com/ansible-collections/community.docker/pull/1299)."
|
||||
- "docker_containers inventory plugin - the environment fallbacks for ``docker_host``, ``tls_hostname``, ``api_version``, ``timeout``, ``tls``, and ``validate_certs`` now finally work (https://github.com/ansible-collections/community.docker/issues/1298, https://github.com/ansible-collections/community.docker/pull/1299)."
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_image, docker_image_pull, docker_container - also handle errors if only ``errorDetail`` is set, but not ``error``.
|
||||
The ``error`` field has been `deprecated in Moby apparently a very long time ago <https://github.com/moby/moby/commit/3043c2641990d94298c6377b7ef14709263a4709>`__
|
||||
(https://github.com/ansible-collections/community.docker/pull/1302)."
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Handle empty 'docker compose images' stdout in case of errors (https://github.com/ansible-collections/community.docker/pull/1305)."
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
Reference in New Issue
Block a user