mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-09 19:45:22 +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
|
.. 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
|
v2.7.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -700,3 +700,13 @@ releases:
|
|||||||
- 397-deprecate-docker-api-1.24.yml
|
- 397-deprecate-docker-api-1.24.yml
|
||||||
- python-2.6.yml
|
- python-2.6.yml
|
||||||
release_date: '2022-07-02'
|
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