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:
@@ -2425,3 +2425,18 @@ releases:
|
||||
- 1305-docker-compose.yml
|
||||
- 5.2.2.yml
|
||||
release_date: '2026-08-08'
|
||||
5.3.0:
|
||||
changes:
|
||||
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).
|
||||
release_summary: Feature release.
|
||||
fragments:
|
||||
- 1044-swarm-service-command-args.yml
|
||||
- 5.3.0.yml
|
||||
release_date: '2026-09-06'
|
||||
|
||||
@@ -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