OpenTelemetry - CNCF/opentelemetry-operator: Release v0.96.0
Name: opentelemetry-operator
Owner: OpenTelemetry - CNCF
Release: Release v0.96.0
Released: 2024-03-11
License: Apache-2.0
Release Assets:
0.96.0
🛑 Breaking changes 🛑
operator
: change dotnet instrumentation feature gate into command line flag --enable-dotnet-instrumentation (#2582, #2671)
💡 Enhancements 💡
operator
: Created ability to filter out Annotations (#2627)
🧰 Bug fixes 🧰
target allocator
: Fix per-node target allocation for targets from endpointslices (#2718) The per-node target allocation strategy was not matching endpointslice entries for with akind
of Node, such as those for the kubelet metrics created by the prometheus operatoroperator
: Removes UPDATE from pod mutating admission webhook since it only needs to mutate on pod CREATE events. (#1514) The pod webhook currently modifies the pod spec in invalid ways on UPDATE events, and UPDATES are not necessary in the webhook.