mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 19:07:24 +00:00
Release 5.3.0.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
minor_changes:
|
||||
- docker_swarm_service - add ``command_as_args`` option. When set to ``true``,
|
||||
``command`` and ``args`` are concatenated and mapped to ``ContainerSpec.Args``
|
||||
(matching ``docker service create IMAGE [COMMAND] [ARG...]``), preserving the
|
||||
image ``ENTRYPOINT``. The default remains ``false`` (historical mapping of
|
||||
``command`` to ``ContainerSpec.Command`` and ``args`` to ``ContainerSpec.Args``) for
|
||||
backward compatibility
|
||||
(https://github.com/ansible-collections/community.docker/issues/1044,
|
||||
https://github.com/ansible-collections/community.docker/issues/212,
|
||||
https://github.com/ansible-collections/community.docker/pull/1307).
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Feature release.
|
||||
Reference in New Issue
Block a user