Release 3.10.3.

This commit is contained in:
Felix Fontein 2024-05-26 20:48:21 +02:00
parent de7729c33c
commit 9e7b5407fd
5 changed files with 277 additions and 239 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,19 @@ Docker Community Collection Release Notes
.. 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
=======

View File

@ -1086,6 +1086,18 @@ releases:
- 3.10.2.yml
- 864-requests.yml
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:
changes:
deprecated_features:

View File

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

View File

@ -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)."