Release 2.7.7.

This commit is contained in:
Felix Fontein 2023-11-12 12:04:32 +01:00
parent 35de5b3c37
commit 93b351f607
5 changed files with 29 additions and 6 deletions

View File

@ -5,6 +5,20 @@ Docker Community Collection Release Notes
.. contents:: Topics
v2.7.7
======
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).
- 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).
v2.7.6
======

View File

@ -772,3 +772,18 @@ releases:
- 2.7.6.yml
- 637-swarm_info-endpoint_spec.yml
release_date: '2023-06-15'
2.7.7:
changes:
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).
- 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:
- 2.7.7.yml
- 696-docker_swarm-data_addr_path.yml
- 702-docker-volume-label-none.yaml
release_date: '2023-11-12'

View File

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

View File

@ -1,3 +0,0 @@
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)."

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