mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-21 22:05:11 +00:00
Release 2.7.1.
This commit is contained in:
parent
154e1902de
commit
3119af72cf
@ -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
|
||||
======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Maintenance release with updated documentation.
|
||||
@ -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)."
|
||||
Loading…
Reference in New Issue
Block a user