mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Relesae 1.6.0.
This commit is contained in:
parent
a512e7fb9e
commit
36c1b4d818
@ -5,6 +5,32 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.6.0
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Regular bugfix and feature release.
|
||||
|
||||
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).
|
||||
|
||||
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).
|
||||
|
||||
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).
|
||||
|
||||
v1.5.0
|
||||
======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Regular bugfix and feature release.
|
||||
@ -1,2 +0,0 @@
|
||||
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)."
|
||||
@ -1,3 +0,0 @@
|
||||
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)."
|
||||
@ -1,2 +0,0 @@
|
||||
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)."
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "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)."
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "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)."
|
||||
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "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)."
|
||||
Loading…
Reference in New Issue
Block a user