Release 3.2.2.

This commit is contained in:
Felix Fontein 2022-11-28 22:30:20 +01:00
parent 9ab3130b43
commit 5b4d24a817
4 changed files with 24 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.2.2
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_container - the ``kill_signal`` option erroneously did not accept strings anymore since 3.0.0 (https://github.com/ansible-collections/community.docker/issues/505, https://github.com/ansible-collections/community.docker/pull/506).
v3.2.1
======

View File

@ -1030,3 +1030,14 @@ releases:
fragments:
- 3.2.1.yml
release_date: '2022-11-06'
3.2.2:
changes:
bugfixes:
- docker_container - the ``kill_signal`` option erroneously did not accept strings
anymore since 3.0.0 (https://github.com/ansible-collections/community.docker/issues/505,
https://github.com/ansible-collections/community.docker/pull/506).
release_summary: Bugfix release.
fragments:
- 3.2.2.yml
- 506-docker_container-kill_signal.yml
release_date: '2022-11-28'

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker_container - the ``kill_signal`` option erroneously did not accept strings anymore since 3.0.0 (https://github.com/ansible-collections/community.docker/issues/505, https://github.com/ansible-collections/community.docker/pull/506)."