mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 04:48:46 +00:00
Release 2.5.0.
This commit is contained in:
parent
3a7c5551d7
commit
1848142d4f
@ -5,6 +5,20 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.5.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- docker_config - add support for ``template_driver`` with one option ``golang`` (https://github.com/ansible-collections/community.docker/issues/332, https://github.com/ansible-collections/community.docker/pull/345).
|
||||||
|
- docker_swarm - adds ``data_path_addr`` parameter during swarm initialization or when joining (https://github.com/ansible-collections/community.docker/issues/339).
|
||||||
|
|
||||||
v2.4.0
|
v2.4.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -609,3 +609,16 @@ releases:
|
|||||||
- 336-ee.yml
|
- 336-ee.yml
|
||||||
- 337-container-output-from-local-logging-driver.yml
|
- 337-container-output-from-local-logging-driver.yml
|
||||||
release_date: '2022-04-25'
|
release_date: '2022-04-25'
|
||||||
|
2.5.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- docker_config - add support for ``template_driver`` with one option ``golang``
|
||||||
|
(https://github.com/ansible-collections/community.docker/issues/332, https://github.com/ansible-collections/community.docker/pull/345).
|
||||||
|
- docker_swarm - adds ``data_path_addr`` parameter during swarm initialization
|
||||||
|
or when joining (https://github.com/ansible-collections/community.docker/issues/339).
|
||||||
|
release_summary: Regular feature release.
|
||||||
|
fragments:
|
||||||
|
- 2.5.0.yml
|
||||||
|
- 344-adds-data-path-addr.yml
|
||||||
|
- 345-docker_config-template-driver.yml
|
||||||
|
release_date: '2022-05-14'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Regular feature release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- docker_swarm - adds ``data_path_addr`` parameter during swarm initialization or when joining (https://github.com/ansible-collections/community.docker/issues/339).
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- docker_config - add support for ``template_driver`` with one option ``golang`` (https://github.com/ansible-collections/community.docker/issues/332, https://github.com/ansible-collections/community.docker/pull/345).
|
|
||||||
Loading…
Reference in New Issue
Block a user