automation: Update community.docker to version 3.4.11
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
community.docker | galaxy-collection | patch |
3.4.8 -> 3.4.11
|
Release Notes
ansible-collections/community.docker (community.docker)
v3.4.11
=======
Release Summary
Bugfix release.
Bugfixes
- docker_volume - fix crash caused by accessing an empty dictionary. The
has_different_config()
was raising anAttributeError
because theself.existing_volume["Labels"]
dictionary wasNone
(https://github.com/ansible-collections/community.docker/pull/702).
v3.4.10
=======
Release Summary
Bugfix release.
Bugfixes
- docker_swarm - make init and join operations work again with Docker SDK for Python before 4.0.0 (https://github.com/ansible-collections/community.docker/issues/695, https://github.com/ansible-collections/community.docker/pull/696).
v3.4.9
======
Release Summary
Maintenance release with updated documentation and vendored Docker SDK for Python code.
Bugfixes
- vendored Docker SDK for Python code - cherry-pick changes from the Docker SDK for Python code to align code. These changes should not affect the parts used by the collection's code (https://github.com/ansible-collections/community.docker/pull/694).
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)