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
+13
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'
@@ -1,2 +0,0 @@
bugfixes:
- "Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.docker/pull/1117)."
@@ -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)."
-1
View File
@@ -1 +0,0 @@
release_summary: Bugfix and feature release.