Release 2.7.6.

This commit is contained in:
Felix Fontein 2023-06-15 13:13:49 +02:00
parent 2dad1d46ae
commit 8d9bf780e2
4 changed files with 24 additions and 3 deletions

View File

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

View File

@ -761,3 +761,14 @@ releases:
- 593-docker_prune-changed.yml
- remove-unneeded-imports.yml
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'

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