Relesae 3.13.9.

This commit is contained in:
Felix Fontein 2025-08-04 19:18:07 +02:00
parent ac046ce99c
commit a9b81cba07
5 changed files with 346 additions and 311 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.13.9
=======
Release Summary
---------------
Bugfix release.
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).
v3.13.8
=======

View File

@ -2040,3 +2040,13 @@ releases:
- 1101-compose.yml
- 3.13.8.yml
release_date: '2025-07-26'
3.13.9:
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).
release_summary: Bugfix release.
fragments:
- 1110-push-fix.yml
- 3.13.9.yml
release_date: '2025-08-04'

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 release.