Werk 16340 was adapted. The following is the new Werk, a diff is shown at the end of the
message.
Title: docker_node_images: KeyError: 'VirtualSize'
Class: fix
Compatible: compat
Component: checks
Date: 1709742514
Edition: cre
Level: 1
Version: 2.2.0p25
In newer versions of the Docker API the information about the 'VirtualSize' of a
node image is not available, because it has been deprecated.
From now on the plugin will use 'VirtualSize' if available, and 'Size' if
not.
------------------------------------<diff>-------------------------------------------
Title: docker_node_images: KeyError: 'VirtualSize'
Class: fix
Compatible: compat
Component: checks
Date: 1709742514
Edition: cre
Level: 1
- Version: 2.2.0p24
? ^
+ Version: 2.2.0p25
? ^
In newer versions of the Docker API the information about the 'VirtualSize' of a
node image is not available, because it has been deprecated.
From now on the plugin will use 'VirtualSize' if available, and 'Size'
if not.
Show replies by date