Release 3.4.7.

This commit is contained in:
Felix Fontein
2023-06-15 13:15:25 +02:00
parent 440669e76d
commit e5d289a650
4 changed files with 24 additions and 3 deletions
+11
View File
@@ -1203,3 +1203,14 @@ releases:
- docker-py.yml
- tls-tcp-warn.yml
release_date: '2023-05-20'
3.4.7:
changes:
bugfixes:
- docker_swarm_info - if ``service=true`` is used, do not crash when a service
without an endpoint spec is encountered (https://github.com/ansible-collections/community.docker/issues/636,
https://github.com/ansible-collections/community.docker/pull/637).
release_summary: Bugfix release.
fragments:
- 3.4.7.yml
- 637-swarm_info-endpoint_spec.yml
release_date: '2023-06-15'