mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 04:04:31 +00:00
Release 3.3.2.
This commit is contained in:
parent
970b95e3fa
commit
b8fb4740a3
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v3.3.2
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- docker_container - when ``detach=false``, wait indefinitely and not at most one minute. This was the behavior with Docker SDK for Python, and was accidentally changed in 3.0.0 (https://github.com/ansible-collections/community.docker/issues/526, https://github.com/ansible-collections/community.docker/pull/527).
|
||||
|
||||
v3.3.1
|
||||
======
|
||||
|
||||
|
||||
@ -1073,3 +1073,15 @@ releases:
|
||||
- 3.3.1.yml
|
||||
- 522-current-image.yml
|
||||
release_date: '2022-12-06'
|
||||
3.3.2:
|
||||
changes:
|
||||
bugfixes:
|
||||
- docker_container - when ``detach=false``, wait indefinitely and not at most
|
||||
one minute. This was the behavior with Docker SDK for Python, and was accidentally
|
||||
changed in 3.0.0 (https://github.com/ansible-collections/community.docker/issues/526,
|
||||
https://github.com/ansible-collections/community.docker/pull/527).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 3.3.2.yml
|
||||
- 527-container-wait.yml
|
||||
release_date: '2022-12-09'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_container - when ``detach=false``, wait indefinitely and not at most one minute. This was the behavior with Docker SDK for Python, and was accidentally changed in 3.0.0 (https://github.com/ansible-collections/community.docker/issues/526, https://github.com/ansible-collections/community.docker/pull/527)."
|
||||
Loading…
Reference in New Issue
Block a user