Skip to content

3.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tarokkk tarokkk released this 20 Feb 13:44
· 2052 commits to master since this release
d370e2f

New routing syntax!

Check the new routing syntax with select, exclude and namespaces
https://github.com/banzaicloud/logging-operator/blob/master/docs/log-routing.md

Breaking changes

Some deprecated fields have been removed

  • KubernetesStorage type renamed to KubernetesVolume and moved to operator-tools #332
    • all KubernetesVolume field host_path => use hostPath
  • fluentdPvcSpec from the fluentd spec => use bufferStorageVolume
  • position_db from the fluentbit spec => use positiondb
  • parser from the fluentbit spec => use inputTail.parser
  • parsers field from the parser filter => use parse

Fluentd

  • New Relic Logs output support #354
  • New LogZ output support #351
  • New fluentd-record-modifier plugin #349
  • File output config upgrade #321
  • Refactor Elastic Output config #316
  • Add log_group_name_key attribute cloudwatch #313

New Plugin

  • fluent-plugin-logzio version 0.0.20a
  • fluent-plugin-newrelic version 1.1.5
  • fluent-plugin-prometheus version 1.7.3
  • fluent-plugin-sumologic_output version 1.6.1

Updated Plugins

  • fluent-plugin-elasticsearch 3.7.0 -> 4.0.4
  • fluent-plugin-grafana-loki 1.2.2 -> 1.2.9
  • fluent-plugin-kafka 0.12.1-> 0.12.3
  • fluent-plugin-s3' version 1.2.1 -> 1.3.0

Fluentbit

  • New Fluentbit version #372

Chart

  • Fix service label #315
  • Fix remove epochchart #337
  • Helm3 support #294
  • Add podSecurityContext #286

SDK

  • Add named service port with udp for istio #365
  • Fix nested module CI, fix several other bugs #342
  • Fix explicit default for timekey_wait buffer parameter #338
  • Add append option to file output #325
  • Add Prometheus filter support #320

Other