Improve error handling. (#1035)

This commit is contained in:
Felix Fontein
2025-01-31 19:39:08 +01:00
committed by GitHub
parent 8bae4e9c6d
commit 511cfe52ca
2 changed files with 12 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
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)."