Release 3.4.11.

This commit is contained in:
Felix Fontein
2023-11-12 12:04:56 +01:00
parent 4c220c4d74
commit 1052ce2ded
4 changed files with 24 additions and 3 deletions
+13
View File
@@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.4.11
=======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_volume - fix crash caused by accessing an empty dictionary. The ``has_different_config()`` was raising an ``AttributeError`` because the ``self.existing_volume["Labels"]`` dictionary was ``None`` (https://github.com/ansible-collections/community.docker/pull/702).
v3.4.10
=======