generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5eb115c
commit 4dd6712
Showing
2 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
{} | ||
#release_summary: | | ||
# 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`` | ||
# 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, | ||
# so the main difference is that instead of some Python requirements, they depend on the Docker CLI tool ``docker``. | ||
release_summary: | | ||
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`` | ||
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, | ||
so the main difference is that instead of some Python requirements, they depend on the Docker CLI tool ``docker``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters