automation: Update community.docker to version 3.3.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
community.docker | galaxy-collection | minor |
3.2.2 -> 3.3.1
|
Release Notes
ansible-collections/community.docker
v3.3.1
======
Release Summary
Bugfix release.
Bugfixes
- current_container_facts - make container detection work better in more cases (https://github.com/ansible-collections/community.docker/pull/522).
v3.3.0
======
Release Summary
Feature and bugfix release.
Minor Changes
- current_container_facts - make work with current Docker version, also support Podman (https://github.com/ansible-collections/community.docker/pull/510).
- docker_image - when using
archive_path
, detect whether changes are necessary based on the image ID (hash). If the existing tar archive matches the source, do nothing. Previously, each task execution re-created the archive (https://github.com/ansible-collections/community.docker/pull/500).
Bugfixes
- docker_container_exec - fix
chdir
option which was ignored since community.docker 3.0.0 (https://github.com/ansible-collections/community.docker/issues/517, https://github.com/ansible-collections/community.docker/pull/518). - vendored latest Docker SDK for Python bugfix (https://github.com/ansible-collections/community.docker/pull/513, https://github.com/docker/docker-py/issues/3045).
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.
Edited by Housekeeper (bot)