Release 5.0.5.

This commit is contained in:
Felix Fontein
2025-12-31 08:24:52 +01:00
parent 3cd159b837
commit bacb512e0a
5 changed files with 396 additions and 358 deletions
+371 -355
View File
File diff suppressed because it is too large Load Diff
+13
View File
@@ -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
======
+12
View File
@@ -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
View File
@@ -1 +0,0 @@
release_summary: Bugfix release.