Werk #14788: Regression in mk_docker.py: unexpected keyword argument 'ignore_removed'
| Component | Checks & agents | ||||||
| Title | Regression in mk_docker.py: unexpected keyword argument 'ignore_removed' | ||||||
| Date | Nov 22, 2022 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
If you're using mk_docker.py and the python docker library in version < v3.3.0, you're affected by this since werk #14864. The traceback may look like:
list() got an unexpected keyword argument 'ignore_removed'
This is fixed now.