Skip to content

Release v0.96.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 14:17
· 132 commits to main since this release
2409359

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 a kind of Node, such as those for the kubelet metrics created by the prometheus operator
  • operator: 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.

Components