mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-02 09:44:14 +00:00
Releasing 2.2.0.
This commit is contained in:
parent
063c9ed2a6
commit
ea82ebbd37
@ -5,6 +5,26 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.2.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular feature and bugfix release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- docker_config - add support for rolling update, set ``rolling_versions`` to ``true`` to enable (https://github.com/ansible-collections/community.docker/pull/295, https://github.com/ansible-collections/community.docker/issues/109).
|
||||||
|
- docker_secret - add support for rolling update, set ``rolling_versions`` to ``true`` to enable (https://github.com/ansible-collections/community.docker/pull/293, https://github.com/ansible-collections/community.docker/issues/21).
|
||||||
|
- docker_swarm_service - add support for setting capabilities with the ``cap_add`` and ``cap_drop`` parameters. Usage is the same as with the ``capabilities`` and ``cap_drop`` parameters for ``docker_container`` (https://github.com/ansible-collections/community.docker/pull/294).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_container, docker_image - adjust image finding code to pecularities of ``podman-docker``'s API emulation when Docker short names like ``redis`` are used (https://github.com/ansible-collections/community.docker/issues/292).
|
||||||
|
|
||||||
v2.1.1
|
v2.1.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -525,3 +525,27 @@ releases:
|
|||||||
- 2.1.1.yml
|
- 2.1.1.yml
|
||||||
- 269-distutils-version-fix.yml
|
- 269-distutils-version-fix.yml
|
||||||
release_date: '2022-01-05'
|
release_date: '2022-01-05'
|
||||||
|
2.2.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_container, docker_image - adjust image finding code to pecularities
|
||||||
|
of ``podman-docker``'s API emulation when Docker short names like ``redis``
|
||||||
|
are used (https://github.com/ansible-collections/community.docker/issues/292).
|
||||||
|
minor_changes:
|
||||||
|
- docker_config - add support for rolling update, set ``rolling_versions`` to
|
||||||
|
``true`` to enable (https://github.com/ansible-collections/community.docker/pull/295,
|
||||||
|
https://github.com/ansible-collections/community.docker/issues/109).
|
||||||
|
- docker_secret - add support for rolling update, set ``rolling_versions`` to
|
||||||
|
``true`` to enable (https://github.com/ansible-collections/community.docker/pull/293,
|
||||||
|
https://github.com/ansible-collections/community.docker/issues/21).
|
||||||
|
- docker_swarm_service - add support for setting capabilities with the ``cap_add``
|
||||||
|
and ``cap_drop`` parameters. Usage is the same as with the ``capabilities``
|
||||||
|
and ``cap_drop`` parameters for ``docker_container`` (https://github.com/ansible-collections/community.docker/pull/294).
|
||||||
|
release_summary: Regular feature and bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.2.0.yml
|
||||||
|
- 270-rolling-secrets.yml
|
||||||
|
- 271-swarm-service-capabilities.yml
|
||||||
|
- 272-rolling-configs.yml
|
||||||
|
- 292-docker-podman-compatibility.yml
|
||||||
|
release_date: '2022-02-21'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Regular feature and bugfix release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- docker_secret - add support for rolling update, set ``rolling_versions`` to ``true`` to enable (https://github.com/ansible-collections/community.docker/pull/293, https://github.com/ansible-collections/community.docker/issues/21).
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- docker_swarm_service - add support for setting capabilities with the ``cap_add`` and ``cap_drop`` parameters. Usage is the same as with the ``capabilities`` and ``cap_drop`` parameters for ``docker_container`` (https://github.com/ansible-collections/community.docker/pull/294).
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- docker_config - add support for rolling update, set ``rolling_versions`` to ``true`` to enable (https://github.com/ansible-collections/community.docker/pull/295, https://github.com/ansible-collections/community.docker/issues/109).
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker_container, docker_image - adjust image finding code to pecularities of ``podman-docker``'s API emulation when Docker short names like ``redis`` are used (https://github.com/ansible-collections/community.docker/issues/292)."
|
|
||||||
Loading…
Reference in New Issue
Block a user