mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Release 4.8.1.
This commit is contained in:
parent
626426c199
commit
d757294540
836
CHANGELOG.md
836
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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)."
|
||||
@ -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)."
|
||||
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Avoid remaining usages of deprecated ``ansible.module_utils.six`` (https://github.com/ansible-collections/community.docker/pull/1133)."
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Maintenance release.
|
||||
Loading…
Reference in New Issue
Block a user