mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
Release 3.10.3.
This commit is contained in:
parent
de7729c33c
commit
9e7b5407fd
488
CHANGELOG.md
488
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v3.10.3
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker and nsenter connection plugins, docker_container_exec module - avoid using the deprecated ``ansible.module_utils.compat.selectors`` module util with Python 3 (https://github.com/ansible-collections/community.docker/issues/870, https://github.com/ansible-collections/community.docker/pull/871).
|
||||||
|
|
||||||
v3.10.2
|
v3.10.2
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@ -1086,6 +1086,18 @@ releases:
|
|||||||
- 3.10.2.yml
|
- 3.10.2.yml
|
||||||
- 864-requests.yml
|
- 864-requests.yml
|
||||||
release_date: '2024-05-21'
|
release_date: '2024-05-21'
|
||||||
|
3.10.3:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker and nsenter connection plugins, docker_container_exec module - avoid
|
||||||
|
using the deprecated ``ansible.module_utils.compat.selectors`` module util
|
||||||
|
with Python 3 (https://github.com/ansible-collections/community.docker/issues/870,
|
||||||
|
https://github.com/ansible-collections/community.docker/pull/871).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 3.10.3.yml
|
||||||
|
- 871-selectors.yml
|
||||||
|
release_date: '2024-05-26'
|
||||||
3.2.0:
|
3.2.0:
|
||||||
changes:
|
changes:
|
||||||
deprecated_features:
|
deprecated_features:
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker and nsenter connection plugins, docker_container_exec module - avoid using the deprecated ``ansible.module_utils.compat.selectors`` module util with Python 3 (https://github.com/ansible-collections/community.docker/issues/870, https://github.com/ansible-collections/community.docker/pull/871)."
|
|
||||||
Loading…
Reference in New Issue
Block a user