mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 4.7.0.
This commit is contained in:
parent
da76583d6b
commit
8c66e6299c
816
CHANGELOG.md
816
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,24 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v4.7.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix and feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- docker_swarm_service - add support for ``replicated-job`` mode for Swarm services (https://github.com/ansible-collections/community.docker/issues/626, https://github.com/ansible-collections/community.docker/pull/1108).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_image, docker_image_push - work around a bug in Docker 28.3.3 that prevents pushing without authentication to a registry (https://github.com/ansible-collections/community.docker/pull/1110).
|
||||||
|
|
||||||
v4.6.2
|
v4.6.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -2140,3 +2140,18 @@ releases:
|
|||||||
- 1101-compose.yml
|
- 1101-compose.yml
|
||||||
- 4.6.2.yml
|
- 4.6.2.yml
|
||||||
release_date: '2025-07-26'
|
release_date: '2025-07-26'
|
||||||
|
4.7.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_image, docker_image_push - work around a bug in Docker 28.3.3 that
|
||||||
|
prevents pushing without authentication to a registry (https://github.com/ansible-collections/community.docker/pull/1110).
|
||||||
|
minor_changes:
|
||||||
|
- docker_swarm_service - add support for ``replicated-job`` mode for Swarm
|
||||||
|
services (https://github.com/ansible-collections/community.docker/issues/626,
|
||||||
|
https://github.com/ansible-collections/community.docker/pull/1108).
|
||||||
|
release_summary: Bugfix and feature release.
|
||||||
|
fragments:
|
||||||
|
- 1108-replicated-job-support.yml
|
||||||
|
- 1110-push-fix.yml
|
||||||
|
- 4.7.0.yml
|
||||||
|
release_date: '2025-08-04'
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- docker_swarm_service - add support for ``replicated-job`` mode for Swarm services (https://github.com/ansible-collections/community.docker/issues/626, https://github.com/ansible-collections/community.docker/pull/1108).
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker_image, docker_image_push - work around a bug in Docker 28.3.3 that prevents pushing without authentication to a registry
|
|
||||||
(https://github.com/ansible-collections/community.docker/pull/1110)."
|
|
||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix and feature release.
|
|
||||||
Loading…
Reference in New Issue
Block a user