mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Relesae 1.6.0.
This commit is contained in:
@@ -279,3 +279,35 @@ releases:
|
||||
name: docker_container_exec
|
||||
namespace: ''
|
||||
release_date: '2021-04-11'
|
||||
1.6.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- 'docker-compose - fix not pulling when ``state: present`` and ``stopped: true``
|
||||
(https://github.com/ansible-collections/community.docker/issues/12, https://github.com/ansible-collections/community.docker/pull/119).'
|
||||
- docker_plugin - also configure plugin after installing (https://github.com/ansible-collections/community.docker/issues/118,
|
||||
https://github.com/ansible-collections/community.docker/pull/135).
|
||||
- docker_swarm_services - avoid crash during idempotence check if ``published_port``
|
||||
is not specified (https://github.com/ansible-collections/community.docker/issues/107,
|
||||
https://github.com/ansible-collections/community.docker/pull/136).
|
||||
deprecated_features:
|
||||
- docker_* modules and plugins, except ``docker_swarm`` connection plugin and
|
||||
``docker_compose`` and ``docker_stack*` modules - the current default ``localhost``
|
||||
for ``tls_hostname`` is deprecated. In community.docker 2.0.0 it will be computed
|
||||
from ``docker_host`` instead (https://github.com/ansible-collections/community.docker/pull/134).
|
||||
minor_changes:
|
||||
- common module utils - correct error messages for guiding to install proper
|
||||
Docker SDK for Python module (https://github.com/ansible-collections/community.docker/pull/125).
|
||||
- 'docker_container - allow ``memory_swap: -1`` to set memory swap limit to
|
||||
unlimited. This is useful when the user cannot set memory swap limits due
|
||||
to cgroup limitations or other reasons, as by default Docker will try to set
|
||||
swap usage to two times the value of ``memory`` (https://github.com/ansible-collections/community.docker/pull/138).'
|
||||
release_summary: Regular bugfix and feature release.
|
||||
fragments:
|
||||
- 1.6.0.yml
|
||||
- 12-correct_pull_wo_starting.yaml
|
||||
- 125-correct-error-message-for-docker-sdk-version.yaml
|
||||
- 134-tls_hostname.yml
|
||||
- 135-docker_plugin-config.yml
|
||||
- 136-docker_swarm_service-fix-idempotence-bug.yml
|
||||
- 138-docker_container-allow-memory-swap-unlimited.yml
|
||||
release_date: '2021-05-11'
|
||||
|
||||
Reference in New Issue
Block a user