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

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.4.7
======
Release Summary
---------------
Bugfix release.
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).
v3.4.6
======

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'

View File

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

View File

@ -1,2 +0,0 @@
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)."