mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-06-26 14:23:11 +00:00
* Fix podman_network not idempotent with IPv6 addresses, fix #1041 Normalize IPv6 addresses and subnets before comparing in diff methods using Python's ipaddress module. Different notations of the same IPv6 address (e.g. "::1" vs "0:1") are now correctly recognized as equal, preventing unnecessary network recreation. - Guard _normalize_ip/_normalize_subnet with HAS_IP_ADDRESS_MODULE check - Normalize user-supplied route strings in diffparam_route - Keep _lease_range_to_str as @staticmethod - Catch TypeError in _normalize_ip/_normalize_subnet for None inputs - Use .get("gateway") with filter in multi-gateway join to avoid KeyError - Fix implicit string concatenation lint warnings --------- Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| podman_container.py | ||
| podman_container_copy.py | ||
| podman_container_exec.py | ||
| podman_container_info.py | ||
| podman_containers.py | ||
| podman_export.py | ||
| podman_generate_systemd.py | ||
| podman_image.py | ||
| podman_image_info.py | ||
| podman_import.py | ||
| podman_load.py | ||
| podman_login.py | ||
| podman_login_info.py | ||
| podman_logout.py | ||
| podman_network.py | ||
| podman_network_info.py | ||
| podman_play.py | ||
| podman_pod.py | ||
| podman_pod_info.py | ||
| podman_prune.py | ||
| podman_quadlet.py | ||
| podman_quadlet_build.py | ||
| podman_quadlet_info.py | ||
| podman_runlabel.py | ||
| podman_save.py | ||
| podman_search.py | ||
| podman_secret.py | ||
| podman_secret_info.py | ||
| podman_system_connection.py | ||
| podman_system_connection_info.py | ||
| podman_system_info.py | ||
| podman_tag.py | ||
| podman_volume.py | ||
| podman_volume_info.py | ||