mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 3.2.2.
This commit is contained in:
parent
9ab3130b43
commit
5b4d24a817
@ -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
|
||||
======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@ -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)."
|
||||
Loading…
Reference in New Issue
Block a user