Release 2.2.1.

This commit is contained in:
Felix Fontein 2022-03-14 21:39:08 +01:00
parent a338327a79
commit d6c20e76c6
4 changed files with 23 additions and 3 deletions

View File

@ -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
======

View File

@ -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'

View File

@ -1 +0,0 @@
release_summary: Regular bugfix release.

View File

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