From 57945cd0b49ab5e7d234d31f44bbdf2c64516fb2 Mon Sep 17 00:00:00 2001 From: Julian Vassev Date: Mon, 10 Jun 2019 12:58:01 +0300 Subject: [PATCH] Prepare 1.9.0 release --- CHANGELOG.md | 15 ++++++++++++++- log-router/Chart.yaml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e91fe2..8dcc7770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG -## 1.9.0 +## 1.10.0 + +## [1.9.0](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.9.0) + +* 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) ## [1.8.0](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.8.0) diff --git a/log-router/Chart.yaml b/log-router/Chart.yaml index d444d08d..f175269d 100644 --- a/log-router/Chart.yaml +++ b/log-router/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 description: Distribution of Fluentd as K8S daemonset name: log-router -version: 0.3.0 +version: 0.3.1 home: https://github.com/vmware/kube-fluentd-operator sources: - https://github.com/vmware/kube-fluentd-operator