Remove part that's already in the regular changelog.

This commit is contained in:
Felix Fontein 2024-01-14 08:55:32 +01:00
parent 1c8272f821
commit daf32ed6ec
2 changed files with 0 additions and 6 deletions

View File

@ -11,9 +11,6 @@ release_summary: |
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``.
The ``docker_stack*`` modules have been extended to use the same Docker CLI framework, which also enables the
options to configure how to talk to the Docker dameon for these modules.
Other changes to the collection since the last prerelease:
* docker_compose_v2 allows to specify the pull policy

View File

@ -11,6 +11,3 @@
# 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``.
#
# The ``docker_stack*`` modules have been extended to use the same Docker CLI framework, which also enables the
# options to configure how to talk to the Docker dameon for these modules.