mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 2.2.1.
This commit is contained in:
parent
a338327a79
commit
d6c20e76c6
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.2.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Regular bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- docker_compose - fix Python 3 type error when extracting warnings or errors from docker-compose's output (https://github.com/ansible-collections/community.docker/pull/305).
|
||||
|
||||
v2.2.0
|
||||
======
|
||||
|
||||
|
||||
@ -549,3 +549,13 @@ releases:
|
||||
- 272-rolling-configs.yml
|
||||
- 292-docker-podman-compatibility.yml
|
||||
release_date: '2022-02-21'
|
||||
2.2.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- docker_compose - fix Python 3 type error when extracting warnings or errors
|
||||
from docker-compose's output (https://github.com/ansible-collections/community.docker/pull/305).
|
||||
release_summary: Regular bugfix release.
|
||||
fragments:
|
||||
- 2.2.1.yml
|
||||
- 305-docker_compose-errors-warnings.yml
|
||||
release_date: '2022-03-14'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Regular bugfix release.
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_compose - fix Python 3 type error when extracting warnings or errors from docker-compose's output (https://github.com/ansible-collections/community.docker/pull/305)."
|
||||
Loading…
Reference in New Issue
Block a user