mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Relesae 3.13.9.
This commit is contained in:
parent
ac046ce99c
commit
a9b81cba07
630
CHANGELOG.md
630
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
=======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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 release.
|
||||
Loading…
Reference in New Issue
Block a user