Release 3.13.8.

This commit is contained in:
Felix Fontein 2025-07-26 14:38:06 +02:00
parent 2a04d8fa7e
commit ce2cf8ea78
5 changed files with 335 additions and 299 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.8
=======
Release Summary
---------------
Bugfix release for Docker Compose 2.39.0+.
Bugfixes
--------
- docker_compose_v2 - adjust to new dry-run build events in Docker Compose 2.39.0+ (https://github.com/ansible-collections/community.docker/pull/1101).
v3.13.7
=======

View File

@ -2030,3 +2030,13 @@ releases:
- 1085-docker_container-command-empty.yml
- 3.13.7.yml
release_date: '2025-06-09'
3.13.8:
changes:
bugfixes:
- docker_compose_v2 - adjust to new dry-run build events in Docker Compose
2.39.0+ (https://github.com/ansible-collections/community.docker/pull/1101).
release_summary: Bugfix release for Docker Compose 2.39.0+.
fragments:
- 1101-compose.yml
- 3.13.8.yml
release_date: '2025-07-26'

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker_compose_v2 - adjust to new dry-run build events in Docker Compose 2.39.0+ (https://github.com/ansible-collections/community.docker/pull/1101)."

View File

@ -1 +0,0 @@
release_summary: Bugfix release for Docker Compose 2.39.0+.