Skip to content

Releases: vmware/kube-fluentd-operator

v1.12.0

12 May 18:33
6ba67ba
Compare
Choose a tag to compare

v1.11.0

18 Nov 10:35
Compare
Choose a tag to compare
  • Plugins: Add fluent-plugin-verticajson again (@skalickym)

  • Plugins: Add fluent-plugin-uri-parser (@rjackson90)

  • Plugins: Add fluent-plugin-out-http

  • Plugins: update to latest compatible versions

  • Core: Efficient Kubernetes API Updates using Informers (#75) (@rjackson90)

  • Fluend: Add support for CRI-O format (#80) (@jonasrutishauser)

v1.10.0

24 Aug 14:34
Compare
Choose a tag to compare
  • Fluentd: Upgrade to 1.5.2

  • Fluentd: Use libjemalloc from base image improving multi-platform build (@james-crowley)

  • Plugins: Add fluent-plugin-datadog (@chirauki)

  • Plugins: Add fluent-plugin-multi-format-parser

  • Plugins: Add fluent-plugin-json-in-json-2

  • Plugins: Add fluent-plugin-gelf-hs

  • Plugins: Add fluent-plugin-azure-loganalytics (@zachomedia)

  • Plugins: Upgrade LINT plugin to version 2.0.0

  • Plugins: Remove vertica plugins as they fail to build with 1.5.2

  • Core: <plugin>'s content is expanded correctly (#62) (@davydkov)

  • Core: Allow the use of virtual <plugin> in store directive (#71) (@zachomedia)

  • Core: Add subPath support to mounted-file (#63) (@jonasrutishauser)

v1.9.0

10 Jun 10:06
Compare
Choose a tag to compare
  • Fluentd: BREAKING CHANGE: the plugin fluent-plugin-parser is not installed anymore. Instead the built-in @type parser is used and it has a different syntax (https://github.com/tagomoris/fluent-plugin-parser)

  • Fluentd: Updated K8S integration to latest recommended for Fluentd 1.2.x

  • Plugins: refresh all plugins to latest versions as of the release date.

  • Plugins: add plugin cloudwatch-logs (@conradj87)

  • Helm: improve Helm chart and bump version to 0.3.1 (@PabloCastellano)

v1.8.0

07 Jan 09:10
Compare
Choose a tag to compare
  • Fluentd: replace fluent-plugin-amqp plugin with fluent-plugin-amqp2

  • Fluentd: update fluentd to 1.2.6

  • Fluentd: add plugin fluent-plugin-vertica to base image (@rhatlapa)

  • Core configmaps per namespace support (#31) (@coufalja)

  • Helm: chart updated to 0.3.0 adding support for multiple configmaps per namespace

v1.7.0

29 Aug 11:05
Compare
Choose a tag to compare
  • Fluentd: add plugin extract to base image - a simple filter plugin to enrich log events based on regex and templates

  • Fluentd: add plugin fluent-plugin-amqp2 to base image (@coufalja)

  • Fluentd: add plugin fluent-plugin-grok-parser to base image (@coufalja)

  • Core: handle gracefully a missing kubernetes.labels field (#23)

  • Core: Add strict true|false option to the logfmt parser plugin (#27)

  • Core: Add add_labels to @type mounted_file plug-in (#26)

  • Core: Fix @type mounted_file for multi-container pods producing log files (#29)

  • Helm: podAnnotations lets you annotate the daemonset pods (@cw-sakamoto) (#25)

v1.6.0

25 Jul 07:42
Compare
Choose a tag to compare
  • Core: plugin macros (#19). This feature lets you reuse output plugin definitions.

  • Fluentd: add fluent-plugin-kafka to base image (@dimitrovvlado)

  • Fluentd: add fluent-plugin-mail to base image

  • Fluentd: add fluent-plugin-mongo to base image

  • Fluentd: add fluent-plugin-scribe to base image

  • Fluentd: add fluent-plugin-sumologic_output to base image

v1.5.0

06 Jul 08:52
Compare
Choose a tag to compare
  • Core: extreme validation (#15): namespace configs are run in sandbox to catch more errors

  • Helm: export a K8S_NODE_NAME var to the fluentd container (@databus23)

  • Helm: extraEnv lets you inject env vars into fluentd

v1.4.0

03 Jul 22:01
Compare
Choose a tag to compare
  • Fluentd: add fluent-plugin-kinesis to base image (@anton-107)

v1.3.0

06 Jun 15:15
Compare
Choose a tag to compare
  • Fluentd: fluent-plugin-detect-exceptions to base image

  • Fluentd: add fluent-plugin-out-http-ext to base image

  • Core: add plugin truncating_remote_syslog which truncates the tag to 32 bytes as per RFC 5424

  • Core: support transparent multi-line stacktrace collapsing