Compare commits

..

1 Commits

Author SHA1 Message Date
Felix Fontein
1d1c9d3cf9
Merge 6f53ad9bd7 into 350f67d971 2025-11-28 19:00:55 +01:00
6 changed files with 341 additions and 378 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,19 +4,6 @@ Docker Community Collection Release Notes
.. contents:: Topics
v5.0.3
======
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).
v5.0.2
======

View File

@ -2318,15 +2318,3 @@ releases:
- 1201-docker_network.yml
- 5.0.2.yml
release_date: '2025-11-16'
5.0.3:
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
- 5.0.3.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: 5.1.0
version: 5.0.3
readme: README.md
authors:
- Ansible Docker Working Group