diff --git a/changelogs/fragments/3.6.0-b2.yml b/changelogs/fragments/3.6.0-b2.yml index 1959ff9f..7e545d06 100644 --- a/changelogs/fragments/3.6.0-b2.yml +++ b/changelogs/fragments/3.6.0-b2.yml @@ -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 diff --git a/changelogs/fragments/3.6.0.yml b/changelogs/fragments/3.6.0.yml index 2e450d46..6b111a23 100644 --- a/changelogs/fragments/3.6.0.yml +++ b/changelogs/fragments/3.6.0.yml @@ -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.