mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-01-28 23:16:22 +00:00
Release 4.8.6.
This commit is contained in:
parent
f54cb0ceed
commit
4e08cd3f3d
718
CHANGELOG.md
718
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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)."
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
Loading…
Reference in New Issue
Block a user