automation: Update community.docker to version 3.2.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
community.docker | galaxy-collection | minor |
3.1.0 -> 3.2.0
|
Release Notes
ansible-collections/community.docker
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. Useimage: ignore
incomparisons
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. Usenetworks: strict
incomparisons
instead, and make sure to providenetworks
, with value[]
if all networks should be removed (https://github.com/ansible-collections/community.docker/pull/487).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.