automation: Update community.docker to version 3.5.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
community.docker | galaxy-collection | minor |
3.4.11 -> 3.5.0
|
Release Notes
ansible-collections/community.docker (community.docker)
v3.5.0
======
Release Summary
Bugfix and feature release.
Minor Changes
- docker_container - implement better
platform
string comparisons to improve idempotency (https://github.com/ansible-collections/community.docker/issues/654, https://github.com/ansible-collections/community.docker/pull/705). - docker_container - internal refactorings which allow comparisons to use more information like details of the current image or the Docker host config (https://github.com/ansible-collections/community.docker/pull/713).
Deprecated Features
- docker_container - the default
ignore
for theimage_name_mismatch
parameter has been deprecated and will switch torecreate
in community.docker 4.0.0. A deprecation warning will be printed in situations where the default value is used and where a behavior would change once the default changes (https://github.com/ansible-collections/community.docker/pull/703).
Bugfixes
- modules and plugins using the Docker SDK for Python - remove
ssl_version
from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/715). - modules and plugins using the Docker SDK for Python - remove
tls_hostname
from the parameters passed to Docker SDK for Python 7.0.0+. Explicitly fail with a nicer error message if it was explicitly set in this case (https://github.com/ansible-collections/community.docker/pull/721). - vendored Docker SDK for Python - avoid passing on
ssl_version
andtls_hostname
if they were not provided by the user. Remove dead code. (https://github.com/ansible-collections/community.docker/pull/722).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.