mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 04:04:31 +00:00
Release 2.7.6.
This commit is contained in:
parent
2dad1d46ae
commit
8d9bf780e2
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.7.6
|
||||||
|
======
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
v2.7.5
|
v2.7.5
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -761,3 +761,14 @@ releases:
|
|||||||
- 593-docker_prune-changed.yml
|
- 593-docker_prune-changed.yml
|
||||||
- remove-unneeded-imports.yml
|
- remove-unneeded-imports.yml
|
||||||
release_date: '2023-02-25'
|
release_date: '2023-02-25'
|
||||||
|
2.7.6:
|
||||||
|
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:
|
||||||
|
- 2.7.6.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