Release 4.7.0.

This commit is contained in:
Felix Fontein 2025-08-04 19:24:43 +02:00
parent da76583d6b
commit 8c66e6299c
6 changed files with 452 additions and 403 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,24 @@ Docker Community Collection Release Notes
.. 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
======

View File

@ -2140,3 +2140,18 @@ releases:
- 1101-compose.yml
- 4.6.2.yml
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'

View File

@ -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).

View File

@ -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)."

View File

@ -1 +0,0 @@
release_summary: Bugfix and feature release.