Release 3.4.10.

This commit is contained in:
Felix Fontein 2023-10-29 15:30:46 +01:00
parent a0775fe194
commit ee054c6bf7
4 changed files with 24 additions and 4 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. 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
======

View File

@ -1129,6 +1129,17 @@ releases:
- fix-tmpfs_size-and-tmpfs_mode.yml
- remove-unneeded-imports.yml
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:
changes:
bugfixes:

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -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)."