Release 2.7.1.

This commit is contained in:
Felix Fontein 2022-08-12 22:02:53 +02:00
parent 154e1902de
commit 3119af72cf
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v2.7.1
======
Release Summary
---------------
Maintenance release with updated documentation.
Bugfixes
--------
- docker_stack - fix broken string formatting when reporting error in case ``compose`` was containing invalid values (https://github.com/ansible-collections/community.docker/pull/448).
v2.7.0
======

View File

@ -700,3 +700,13 @@ releases:
- 397-deprecate-docker-api-1.24.yml
- python-2.6.yml
release_date: '2022-07-02'
2.7.1:
changes:
bugfixes:
- docker_stack - fix broken string formatting when reporting error in case ``compose``
was containing invalid values (https://github.com/ansible-collections/community.docker/pull/448).
release_summary: Maintenance release with updated documentation.
fragments:
- 2.7.1.yml
- 448-docker_stack-error.yml
release_date: '2022-08-12'

View File

@ -1 +0,0 @@
release_summary: Maintenance release with updated documentation.

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker_stack - fix broken string formatting when reporting error in case ``compose`` was containing invalid values (https://github.com/ansible-collections/community.docker/pull/448)."