mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Release 3.13.1.
This commit is contained in:
parent
9f55d1c5b7
commit
0749d61513
552
CHANGELOG.md
552
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.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
|
||||
=======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@ -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)."
|
||||
Loading…
Reference in New Issue
Block a user