Release 4.8.6.

This commit is contained in:
Felix Fontein 2025-12-31 08:24:27 +01:00
parent f54cb0ceed
commit 4e08cd3f3d
5 changed files with 392 additions and 354 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v4.8.6
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- modules and plugins using the Docker SDK for Python - do not automatically set ``tls_hostname`` when ``validate_certs=true`` for Docker SDK for Python 7.0.0+ (https://github.com/ansible-collections/community.docker/issues/1225, https://github.com/ansible-collections/community.docker/pull/1226).
v4.8.5
======

View File

@ -2293,3 +2293,15 @@ releases:
- 1221-cli-json-errors.yml
- 4.8.5.yml
release_date: '2025-12-06'
4.8.6:
changes:
bugfixes:
- modules and plugins using the Docker SDK for Python - do not automatically
set ``tls_hostname`` when ``validate_certs=true`` for Docker SDK for Python
7.0.0+ (https://github.com/ansible-collections/community.docker/issues/1225,
https://github.com/ansible-collections/community.docker/pull/1226).
release_summary: Bugfix release.
fragments:
- 1226-docker-sdk-tls.yml
- 4.8.6.yml
release_date: '2025-12-31'

View File

@ -1,2 +0,0 @@
bugfixes:
- "modules and plugins using the Docker SDK for Python - do not automatically set ``tls_hostname`` when ``validate_certs=true`` for Docker SDK for Python 7.0.0+ (https://github.com/ansible-collections/community.docker/issues/1225, https://github.com/ansible-collections/community.docker/pull/1226)."

View File

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