Release 4.8.1.

This commit is contained in:
Felix Fontein 2025-10-05 16:30:40 +02:00
parent 626426c199
commit d757294540
7 changed files with 469 additions and 415 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,26 @@ Docker Community Collection Release Notes
.. contents:: Topics
v4.8.1
======
Release Summary
---------------
Maintenance release.
Minor Changes
-------------
- Note that some new code in ``plugins/module_utils/_six.py`` is MIT licensed (https://github.com/ansible-collections/community.docker/pull/1138).
Bugfixes
--------
- Avoid remaining usages of deprecated ``ansible.module_utils.six`` (https://github.com/ansible-collections/community.docker/pull/1133).
- Avoid usage of deprecated ``ansible.module_utils.six`` in all code that does not have to support Python 2 (https://github.com/ansible-collections/community.docker/pull/1137, https://github.com/ansible-collections/community.docker/pull/1139).
- Avoid usage of deprecated ``ansible.module_utils.six`` in some of the code that still supports Python 2 (https://github.com/ansible-collections/community.docker/pull/1138).
v4.8.0
======

View File

@ -2168,3 +2168,22 @@ releases:
- 1134-docker_container-mounts.yml
- 4.8.0.yml
release_date: '2025-10-03'
4.8.1:
changes:
bugfixes:
- Avoid remaining usages of deprecated ``ansible.module_utils.six`` (https://github.com/ansible-collections/community.docker/pull/1133).
- Avoid usage of deprecated ``ansible.module_utils.six`` in all code that
does not have to support Python 2 (https://github.com/ansible-collections/community.docker/pull/1137,
https://github.com/ansible-collections/community.docker/pull/1139).
- Avoid usage of deprecated ``ansible.module_utils.six`` in some of the code
that still supports Python 2 (https://github.com/ansible-collections/community.docker/pull/1138).
minor_changes:
- Note that some new code in ``plugins/module_utils/_six.py`` is MIT licensed
(https://github.com/ansible-collections/community.docker/pull/1138).
release_summary: Maintenance release.
fragments:
- 1137-six.yml
- 1138-six.yml
- 1139-six.yml
- 4.8.1.yml
release_date: '2025-10-05'

View File

@ -1,2 +0,0 @@
bugfixes:
- "Avoid usage of deprecated ``ansible.module_utils.six`` in all code that does not have to support Python 2 (https://github.com/ansible-collections/community.docker/pull/1137, https://github.com/ansible-collections/community.docker/pull/1139)."

View File

@ -1,4 +0,0 @@
bugfixes:
- "Avoid usage of deprecated ``ansible.module_utils.six`` in some of the code that still supports Python 2 (https://github.com/ansible-collections/community.docker/pull/1138)."
minor_changes:
- "Note that some new code in ``plugins/module_utils/_six.py`` is MIT licensed (https://github.com/ansible-collections/community.docker/pull/1138)."

View File

@ -1,2 +0,0 @@
bugfixes:
- "Avoid remaining usages of deprecated ``ansible.module_utils.six`` (https://github.com/ansible-collections/community.docker/pull/1133)."

View File

@ -1 +0,0 @@
release_summary: Maintenance release.