community.docker/changelogs/fragments/3.6.0-b1.yml
2024-01-04 21:53:06 +01:00

13 lines
883 B
YAML

release_summary: |
Prerelease of the upcoming 3.6.0 bugfix and feature release.
The collection now includes a bunch of new ``docker_image_*`` modules that move features out of the
rather complex ``docker_image`` module. These new modules are easier to use and can better declare whether
they support check mode, diff mode, or none of them.
This version also features modules that support the Docker CLI plugins ``buildx`` and ``compose``.
The ``docker_image_build`` module uses the ``docker buildx`` command under the hood, and the ``docker_compose_v2``
module uses the ``docker compose`` command. Both these modules use the Docker CLI instead of directly talking
to the API. The modules support mostly the same interface as the API based modules, so the main difference is that
instead of some Python requirements, they depend on the Docker CLI tool ``docker``.