mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
* Fix IP subnet and address idempotency. (#1201)
(cherry picked from commit 3da2799e03)
* Add warning about missing normalization if ipaddress is not there on Python 2.
* Fix mistake.
9 lines
732 B
YAML
9 lines
732 B
YAML
bugfixes:
|
|
- "docker_network - fix idempotency for IPv6 addresses and networks with Docker 29.0.0 (https://github.com/ansible-collections/community.docker/pull/1201)."
|
|
known_issues:
|
|
- "docker_network - when specifying IPv6 addresses or networks, Docker since version 29 no longer returns the orignal address/network used
|
|
when creating a network, but normalizes them. The module will try to normalize IP addresses for comparison,
|
|
but it uses the ``ipaddress`` module from the Python 3 standard library for that. When using the module with Python 2,
|
|
please install the `ipaddress backport for Python 2.x <https://pypi.org/project/ipaddress/>`__
|
|
(https://github.com/ansible-collections/community.docker/pull/1203)."
|