Skip to content

Commit

Permalink
Release 3.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 9, 2022
1 parent 970b95e commit b8fb474
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 0 additions & 1 deletion changelogs/fragments/3.3.2.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/527-container-wait.yml

This file was deleted.

0 comments on commit b8fb474

Please sign in to comment.