mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Release 4.8.0.
This commit is contained in:
parent
82b3184605
commit
8723784cf0
822
CHANGELOG.md
822
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
======
|
||||
|
||||
|
||||
@ -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 +0,0 @@
|
||||
release_summary: Bugfix and feature release.
|
||||
Loading…
Reference in New Issue
Block a user