mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Release 1.9.0.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
release_summary: New bugfixes and features release.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
minor_changes:
|
||||
- docker_container - added ``publish_all_ports`` option to publish all exposed ports to random ports except those
|
||||
explicitly bound with ``published_ports`` (this was already added in community.docker 1.8.0)
|
||||
(https://github.com/ansible-collections/community.docker/pull/162).
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
minor_changes:
|
||||
- docker_compose - added ``env_file`` option for specifying custom environment files
|
||||
(https://github.com/ansible-collections/community.docker/pull/174).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_container - make sure to also return ``container`` on ``detached=false`` when status code is non-zero (https://github.com/ansible-collections/community.docker/pull/178)."
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
minor_changes:
|
||||
- docker_container - lifted restriction preventing the creation of anonymous volumes with the ``mounts`` option
|
||||
(https://github.com/ansible-collections/community.docker/pull/181).
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
bugfixes:
|
||||
- docker_compose - fixes task failures when bringing up services while using ``docker-compose <1.17.0``
|
||||
(https://github.com/ansible-collections/community.docker/issues/180).
|
||||
@@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- docker_stack_info - make sure that module isn't skipped in check mode (https://github.com/ansible-collections/community.docker/pull/183).
|
||||
- docker_stack_task_info - make sure that module isn't skipped in check mode (https://github.com/ansible-collections/community.docker/pull/183).
|
||||
@@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- "docker_container - added new ``command_handling`` option with current deprecated default value ``compatibility`` which allows to control how the module handles shell quoting when interpreting lists, and how the module handles empty lists/strings. The default will switch to ``correct`` in community.docker 3.0.0 (https://github.com/ansible-collections/community.docker/pull/186)."
|
||||
deprecated_features:
|
||||
- "docker_container - the new ``command_handling``'s default value, ``compatibility``, is deprecated and will change to ``correct`` in community.docker 3.0.0. A deprecation warning is emitted by the module in cases where the behavior will change. Please note that ansible-core will output a deprecation warning only once, so if it is shown for an earlier task, there could be more tasks with this warning where it is not shown (https://github.com/ansible-collections/community.docker/pull/186)."
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "docker_* modules - include ``ImportError`` traceback when reporting that Docker SDK for Python could not be found (https://github.com/ansible-collections/community.docker/pull/188)."
|
||||
Reference in New Issue
Block a user