Skip to content

Commit

Permalink
Release 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 1, 2022
1 parent 5b31f17 commit 79b05f5
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Docker Community Collection Release Notes
.. contents:: Topics


v3.2.0
======

Release Summary
---------------

Feature and deprecation release.

Minor Changes
-------------

- docker_container - added ``image_name_mismatch`` option which allows to control the behavior if the container uses the image specified, but the container's configuration uses a different name for the image than the one provided to the module (https://github.com/ansible-collections/community.docker/issues/485, https://github.com/ansible-collections/community.docker/pull/488).

Deprecated Features
-------------------

- docker_container - the ``ignore_image`` option is deprecated and will be removed in community.docker 4.0.0. Use ``image: ignore`` in ``comparisons`` instead (https://github.com/ansible-collections/community.docker/pull/487).
- docker_container - the ``purge_networks`` option is deprecated and will be removed in community.docker 4.0.0. Use ``networks: strict`` in ``comparisons`` instead, and make sure to provide ``networks``, with value ``[]`` if all networks should be removed (https://github.com/ansible-collections/community.docker/pull/487).

v3.1.0
======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,3 +1002,25 @@ releases:
- 466-add-data-path-port.yml
- licenses.yml
release_date: '2022-09-08'
3.2.0:
changes:
deprecated_features:
- 'docker_container - the ``ignore_image`` option is deprecated and will be
removed in community.docker 4.0.0. Use ``image: ignore`` in ``comparisons``
instead (https://github.com/ansible-collections/community.docker/pull/487).'
- 'docker_container - the ``purge_networks`` option is deprecated and will be
removed in community.docker 4.0.0. Use ``networks: strict`` in ``comparisons``
instead, and make sure to provide ``networks``, with value ``[]`` if all networks
should be removed (https://github.com/ansible-collections/community.docker/pull/487).'
minor_changes:
- docker_container - added ``image_name_mismatch`` option which allows to control
the behavior if the container uses the image specified, but the container's
configuration uses a different name for the image than the one provided to
the module (https://github.com/ansible-collections/community.docker/issues/485,
https://github.com/ansible-collections/community.docker/pull/488).
release_summary: Feature and deprecation release.
fragments:
- 3.2.0.yml
- 487-docker_container-deprecate.yml
- 488-docker_container-image-name.yml
release_date: '2022-11-01'
1 change: 0 additions & 1 deletion changelogs/fragments/3.2.0.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/487-docker_container-deprecate.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/488-docker_container-image-name.yml

This file was deleted.

0 comments on commit 79b05f5

Please sign in to comment.