Release 3.13.1.

This commit is contained in:
Felix Fontein 2024-10-15 20:30:18 +02:00
parent 9f55d1c5b7
commit 0749d61513
5 changed files with 308 additions and 271 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.1
=======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_compose_v2 - improve parsing of dry-run image build operations from JSON events (https://github.com/ansible-collections/community.docker/issues/975, https://github.com/ansible-collections/community.docker/pull/976).
v3.13.0
=======

View File

@ -1916,3 +1916,14 @@ releases:
name: docker_compose_v2_run
namespace: ''
release_date: '2024-10-04'
3.13.1:
changes:
bugfixes:
- docker_compose_v2 - improve parsing of dry-run image build operations from
JSON events (https://github.com/ansible-collections/community.docker/issues/975,
https://github.com/ansible-collections/community.docker/pull/976).
release_summary: Bugfix release.
fragments:
- 3.13.1.yml
- 976-compose-v2.yml
release_date: '2024-10-15'

View File

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

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker_compose_v2 - improve parsing of dry-run image build operations from JSON events (https://github.com/ansible-collections/community.docker/issues/975, https://github.com/ansible-collections/community.docker/pull/976)."