Compare commits

..

No commits in common. "5c989f20d5cc273a9e47bb8137c4bbdd17715e0f" and "dc0a5549669a6f3b60056c6f17fa2c97ab5d221a" have entirely different histories.

6 changed files with 337 additions and 374 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,19 +4,6 @@ Docker Community Collection Release Notes
.. contents:: Topics
v4.8.4
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_container - when the same port is mapped more than once for the same protocol without specifying an interface, a bug caused an invalid value to be passed for the interface (https://github.com/ansible-collections/community.docker/issues/1213, https://github.com/ansible-collections/community.docker/pull/1214).
v4.8.3
======

View File

@ -2264,15 +2264,3 @@ releases:
- 1201-docker_network.yml
- 4.8.3.yml
release_date: '2025-11-16'
4.8.4:
changes:
bugfixes:
- docker_container - when the same port is mapped more than once for the same
protocol without specifying an interface, a bug caused an invalid value
to be passed for the interface (https://github.com/ansible-collections/community.docker/issues/1213,
https://github.com/ansible-collections/community.docker/pull/1214).
release_summary: Bugfix release.
fragments:
- 1214-docker_container-ports.yml
- 4.8.4.yml
release_date: '2025-11-29'

View File

@ -0,0 +1,3 @@
bugfixes:
- "docker_container - when the same port is mapped more than once for the same protocol without specifying an interface, a bug caused an invalid value to be passed for the interface
(https://github.com/ansible-collections/community.docker/issues/1213, https://github.com/ansible-collections/community.docker/pull/1214)."

View File

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

View File

@ -7,7 +7,7 @@
namespace: community
name: docker
version: 4.8.5
version: 4.8.4
readme: README.md
authors:
- Ansible Docker Working Group