mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Compare commits
2 Commits
350f67d971
...
faa7dee456
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faa7dee456 | ||
|
|
908c23a3c3 |
712
CHANGELOG.md
712
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v5.0.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -2318,3 +2318,15 @@ releases:
|
|||||||
- 1201-docker_network.yml
|
- 1201-docker_network.yml
|
||||||
- 5.0.2.yml
|
- 5.0.2.yml
|
||||||
release_date: '2025-11-16'
|
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'
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
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)."
|
|
||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
namespace: community
|
namespace: community
|
||||||
name: docker
|
name: docker
|
||||||
version: 5.0.3
|
version: 5.1.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible Docker Working Group
|
- Ansible Docker Working Group
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user