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
-1
View File
@@ -1 +0,0 @@
release_summary: Bugfix release.
@@ -1,2 +0,0 @@
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).