Release 3.13.6.

This commit is contained in:
Felix Fontein
2025-02-13 21:27:12 +01:00
parent faa1f53190
commit 3afaf45d07
6 changed files with 331 additions and 291 deletions
@@ -1,2 +0,0 @@
bugfixes:
- docker_compose_v2_run - the module has a conflict between the type of parameter it expects and the one it tries to sanitize. Fix removes the label sanitization step because they are already validated by the parameter definition (https://github.com/ansible-collections/community.docker/pull/1034).
-3
View File
@@ -1,3 +0,0 @@
bugfixes:
- "vendored Docker SDK for Python - do not assume that ``KeyError`` is always for ``ApiVersion`` when querying version fails
(https://github.com/ansible-collections/community.docker/issues/1033, https://github.com/ansible-collections/community.docker/pull/1034)."
-1
View File
@@ -1 +0,0 @@
release_summary: Bugfix release.