mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Next expected release will be 3.6.0.
This commit is contained in:
parent
31540c43d6
commit
b2cee5677a
@ -1,13 +1,12 @@
|
|||||||
{}
|
release_summary: |
|
||||||
#release_summary: |
|
Bugfix and feature release.
|
||||||
# Bugfix and feature release.
|
|
||||||
#
|
The collection now includes a bunch of new ``docker_image_*`` modules that move features out of the
|
||||||
# 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
|
||||||
# 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.
|
||||||
# they support check mode, diff mode, or none of them.
|
|
||||||
#
|
This version also features modules that support the Docker CLI plugins ``buildx`` and ``compose``.
|
||||||
# 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``
|
||||||
# The ``docker_image_build`` module uses the ``docker buildx`` command under the hood, and the ``docker_compose_v2``
|
and ``docker_compose_v2_pull`` modules uses the ``docker compose`` command. All these modules use the Docker CLI
|
||||||
# and ``docker_compose_v2_pull`` modules uses the ``docker compose`` command. All 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,
|
||||||
# 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``.
|
||||||
# so the main difference is that instead of some Python requirements, they depend on the Docker CLI tool ``docker``.
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
namespace: community
|
namespace: community
|
||||||
name: docker
|
name: docker
|
||||||
version: 3.6.0-rc1
|
version: 3.6.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible Docker Working Group
|
- Ansible Docker Working Group
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user