mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Release 3.4.11.
This commit is contained in:
parent
4c220c4d74
commit
1052ce2ded
@ -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
|
||||
=======
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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).
|
||||
Loading…
Reference in New Issue
Block a user