Move changelog fragment to correct place, and add note that the change was already in 1.8.0.

This commit is contained in:
Felix Fontein 2021-07-01 07:15:34 +02:00
parent eea0be855c
commit 61d9237eef
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +0,0 @@
---
minor_changes:
- docker_container - added ``publish_all_ports`` option to publish all exposed ports to random ports except those
explicitly bound with ``published_ports`` (https://github.com/ansible-collections/community.docker/pull/162).

View File

@ -0,0 +1,5 @@
---
minor_changes:
- docker_container - added ``publish_all_ports`` option to publish all exposed ports to random ports except those
explicitly bound with ``published_ports`` (this was already added in community.docker 1.8.0)
(https://github.com/ansible-collections/community.docker/pull/162).