Skip to content

Release v0.118.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 14:36
· 1 commit to main since this release
8d19f4f

0.118.0

πŸš€ New components πŸš€

  • target allocator: Introduce TargetAllocator CRD (#2422)
    See the CRD changelog for more information.

πŸ’‘ Enhancements πŸ’‘

  • target allocator: Support camelcase matchLabels and matchExpressions in target allocator config (#3350)

🧰 Bug fixes 🧰

  • collector: Fix config handling with null values. (#3452)
    Fix the defaulting webhook error src and dst must not be nil caused by defaulting a known component with a null value:
    e.g.
    receivers:
      zipkin:
  • collector: Prevent mounting secrets to collector when TA is not deployed and mTLS feature gate is enabled (#3456)

Components