Skip to content

v3.9.0

Compare
Choose a tag to compare
@swiatekm-sumo swiatekm-sumo released this 14 Jun 11:13
· 468 commits to main since this release
v3.9.0

Released 2023-06-14

Breaking Changes

  • feat(metrics)!: disable remote write proxy access logs by default #3071

    The logs can be enabled by settingsumologic.metrics.remoteWriteProxy.config.enableAccessLogs to true.

Added

  • fix: otelcol logs json_merge where message bodies are only sometimes json #3050

Changed

  • feat: override namespace from values #3068

  • chore: upgrade Fluent Bit to 2.1.4 #3075 This change may break some custom Fluent Bit configurations.

    A temporary workaround is to switch back to the 1.6.10-sumo-3 image. We recommend updating the custom configuration, or better yet,
    switching to Otel.

  • feat: pass extra arguments to otel logs statefulset #3076

  • Reordering HPA metrics to match HPA ordering #3078

  • chore: drop support for k8s 1.22 #3081

Fixed

  • fix(logs): parse json in fluent bit pipeline #3063
  • fix(logs): use longer fingerprint only on K8s <1.24 #3070