mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-04 18:48:56 +00:00
Release 2.7.7.
This commit is contained in:
parent
35de5b3c37
commit
93b351f607
@ -5,6 +5,20 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. 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
|
v2.7.6
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -772,3 +772,18 @@ releases:
|
|||||||
- 2.7.6.yml
|
- 2.7.6.yml
|
||||||
- 637-swarm_info-endpoint_spec.yml
|
- 637-swarm_info-endpoint_spec.yml
|
||||||
release_date: '2023-06-15'
|
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'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -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)."
|
|
||||||
@ -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