From 53ae6bc00c9f8c5cc5f4186c3da47d6d0a3671c4 Mon Sep 17 00:00:00 2001 From: Julian Vassev Date: Wed, 29 Aug 2018 03:04:47 -0700 Subject: [PATCH] Prepare CHANGELOG for 1.7.0 release --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 960904a5..80d4ae81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ * 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 +* Fluentd: add plugin `fluent-plugin-amqp2` to base image (@CoufalJa) -* Core: handle gracefully a missing kubernetes.labels field (#23) +* 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) ## [1.6.0](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.6.0)