Release 5.3.0.

This commit is contained in:
Felix Fontein
2026-09-06 18:33:38 +02:00
parent afd11c04a0
commit 96c41f8afa
5 changed files with 329 additions and 296 deletions
+15
View File
@@ -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
View File
@@ -1 +0,0 @@
release_summary: Feature release.