mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Release 3.4.7.
This commit is contained in:
parent
440669e76d
commit
e5d289a650
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. 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
|
v3.4.6
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -1203,3 +1203,14 @@ releases:
|
|||||||
- docker-py.yml
|
- docker-py.yml
|
||||||
- tls-tcp-warn.yml
|
- tls-tcp-warn.yml
|
||||||
release_date: '2023-05-20'
|
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'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -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)."
|
|
||||||
Loading…
Reference in New Issue
Block a user