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

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
=======

View File

@ -1140,6 +1140,17 @@ releases:
- 3.4.10.yml
- 696-docker_swarm-data_addr_path.yml
release_date: '2023-10-29'
3.4.11:
changes:
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).
release_summary: Bugfix release.
fragments:
- 3.4.11.yml
- 702-docker-volume-label-none.yaml
release_date: '2023-11-12'
3.4.2:
changes:
bugfixes:

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -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).