mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-01-28 23:16:22 +00:00
Release 5.0.5.
This commit is contained in:
parent
3cd159b837
commit
bacb512e0a
726
CHANGELOG.md
726
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v5.0.5
|
||||
======
|
||||
|
||||
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).
|
||||
|
||||
v5.0.4
|
||||
======
|
||||
|
||||
|
||||
@ -2345,3 +2345,15 @@ releases:
|
||||
- 1221-cli-json-errors.yml
|
||||
- 5.0.4.yml
|
||||
release_date: '2025-12-06'
|
||||
5.0.5:
|
||||
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
|
||||
- 5.0.5.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