mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
Release 3.4.10.
This commit is contained in:
parent
a0775fe194
commit
ee054c6bf7
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v3.4.10
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_swarm - make init and join operations work again with Docker SDK for Python before 4.0.0 (https://github.com/ansible-collections/community.docker/issues/695, https://github.com/ansible-collections/community.docker/pull/696).
|
||||||
|
|
||||||
v3.4.9
|
v3.4.9
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -1129,6 +1129,17 @@ releases:
|
|||||||
- fix-tmpfs_size-and-tmpfs_mode.yml
|
- fix-tmpfs_size-and-tmpfs_mode.yml
|
||||||
- remove-unneeded-imports.yml
|
- remove-unneeded-imports.yml
|
||||||
release_date: '2023-02-20'
|
release_date: '2023-02-20'
|
||||||
|
3.4.10:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_swarm - make init and join operations work again with Docker SDK for
|
||||||
|
Python before 4.0.0 (https://github.com/ansible-collections/community.docker/issues/695,
|
||||||
|
https://github.com/ansible-collections/community.docker/pull/696).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 3.4.10.yml
|
||||||
|
- 696-docker_swarm-data_addr_path.yml
|
||||||
|
release_date: '2023-10-29'
|
||||||
3.4.2:
|
3.4.2:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker_swarm - make init and join operations work again with Docker SDK for Python before 4.0.0
|
|
||||||
(https://github.com/ansible-collections/community.docker/issues/695, https://github.com/ansible-collections/community.docker/pull/696)."
|
|
||||||
Loading…
Reference in New Issue
Block a user