Andreas Weiden
Andreas Weiden
### Kyverno Version 1.12.4 ### Description In https://github.com/kyverno/kyverno/pull/874 the ability to configure startup/readiness/liveness probes was added for the admission and cleanup controllers. However, for the background and reports controllers no...
# Description The current elasticsearch instrumentation does not support version 8.x (see https://github.com/open-telemetry/opentelemetry-python-contrib/issues/620), which this PR does not fix, but it also does not support the async capabilities introduced in...
### Summary Currently the type of a `functools.cached_property` is `Unknown`, as the standardlibrary `functools` does not have type annotations. ```python from functools import cached_property from typing import reveal_type class Foo:...