Released at 2025-12-22
-
FEATURE: Kubernetes Collector: add an ability to include and exclude Pod/Node labels and annotation fields from logs. This metadata is also available for filtering. See #923 and these docs for details.
-
FEATURE: Kubernetes Collector: reduce a load on the Kubernetes API by using resource versions to ignore already processed events when a TCP connection is dropped. In the previous version, vlagent would request the full state of the current node from the control plane every 5 minutes, which could lead to an increased load on the central API server in large clusters.
-
BUGFIX: vlstorage: fix incorrect warning logs about time field in
/internal/insertand/internal/nativeAPIs. Thanks to @cyberzz-dev for the issue #937.