Release 4.8.0.

This commit is contained in:
Felix Fontein 2025-10-03 22:30:21 +02:00
parent 82b3184605
commit 8723784cf0
6 changed files with 453 additions and 405 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,24 @@ Docker Community Collection Release Notes
.. contents:: Topics
v4.8.0
======
Release Summary
---------------
Bugfix and feature release.
Minor Changes
-------------
- docker_container - support missing fields and new mount types in ``mounts`` (https://github.com/ansible-collections/community.docker/issues/1129, https://github.com/ansible-collections/community.docker/pull/1134).
Bugfixes
--------
- Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.docker/pull/1117).
v4.7.0
======

View File

@ -2155,3 +2155,16 @@ releases:
- 1110-push-fix.yml
- 4.7.0.yml
release_date: '2025-08-04'
4.8.0:
changes:
bugfixes:
- Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.docker/pull/1117).
minor_changes:
- docker_container - support missing fields and new mount types in ``mounts``
(https://github.com/ansible-collections/community.docker/issues/1129, https://github.com/ansible-collections/community.docker/pull/1134).
release_summary: Bugfix and feature release.
fragments:
- 1117-deprecations.yml
- 1134-docker_container-mounts.yml
- 4.8.0.yml
release_date: '2025-10-03'

View File

@ -1,2 +0,0 @@
bugfixes:
- "Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.docker/pull/1117)."

View File

@ -1,2 +0,0 @@
minor_changes:
- "docker_container - support missing fields and new mount types in ``mounts`` (https://github.com/ansible-collections/community.docker/issues/1129, https://github.com/ansible-collections/community.docker/pull/1134)."

View File

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