Release 3.7.0.

This commit is contained in:
Felix Fontein
2024-01-27 13:03:00 +01:00
parent b5d085bb88
commit 810bf738d7
7 changed files with 50 additions and 9 deletions
+25
View File
@@ -5,6 +5,31 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.7.0
======
Release Summary
---------------
Bugfix and feature release.
Minor Changes
-------------
- docker_compose_v2 - add ``scale`` option to allow to explicitly scale services (https://github.com/ansible-collections/community.docker/pull/776).
- docker_compose_v2, docker_compose_v2_pull - support ``files`` parameter to specify multiple Compose files (https://github.com/ansible-collections/community.docker/issues/772, https://github.com/ansible-collections/community.docker/pull/775).
Bugfixes
--------
- docker_compose_v2 - properly parse dry-run build events from ``stderr`` (https://github.com/ansible-collections/community.docker/issues/778, https://github.com/ansible-collections/community.docker/pull/779).
- docker_compose_v2_pull - the module was documented as part of the ``community.docker.docker`` action group, but was not actually part of it. That has now been fixed (https://github.com/ansible-collections/community.docker/pull/773).
New Modules
-----------
- docker_image_export - Export (archive) Docker images
v3.6.0
======