From 2761a434c88926e6aa297adbbd3de8779fcc0825 Mon Sep 17 00:00:00 2001 From: Javier Criado Marcos Date: Wed, 14 Jun 2023 09:16:04 +0100 Subject: [PATCH] docs: prepare release 1.17.2 (#389) Prepare newe release 1.17.2 Signed-off-by: jcriadomarco --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 30 ++++++++++++++---------------- 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a769ea0e..8fa0d6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +## [v1.17.2](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.17.2) + + +## Core: +* fix: update license and remove from README by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/382 +* fix: fix reloader endpoint from post to get by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/383 +* fix: disable watch and remove additional fields by @slimm609 in https://github.com/vmware/kube-fluentd-operator/pull/384 +* feat: improve monitoring for fluentd chart by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/385 +* feat: improve dockerfile by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/386 +* Fix CVE-2022-41721 and CVE-2022-27664 by @luksan47 in https://github.com/vmware/kube-fluentd-operator/pull/387 +* feat: remove info logging for pod check by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/388 +* Fix CVE-2022-32149 by @luksan47 in https://github.com/vmware/kube-fluentd-operator/pull/390 +* feat: remove copy for prometheus metrics by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/391 +* chore: improve logging info by @javiercri in https://github.com/vmware/kube-fluentd-operator/pull/392 + +**Full Changelog**: https://github.com/vmware/kube-fluentd-operator/compare/v1.17.1...v1.17.2 + ## [v1.17.1](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.17.1) #### Core: - None diff --git a/README.md b/README.md index fde2320b..edc4b353 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,18 @@ The easiest way to get started is using the Helm chart. Official images are not git clone git@github.com:vmware/kube-fluentd-operator.git helm install kfo ./kube-fluentd-operator/charts/log-router \ --set rbac.create=true \ - --set image.tag=v1.17.1 \ + --set image.tag=v1.17.2 \ --set image.repository=vmware/kube-fluentd-operator ``` Alternatively, deploy the Helm chart from a Github release: ```bash -CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.17.1/log-router-0.4.0.tgz' +CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.17.2/log-router-0.4.0.tgz' helm install kfo ${CHART_URL} \ --set rbac.create=true \ - --set image.tag=v1.17.1 \ + --set image.tag=v1.17.2 \ --set image.repository=vmware/kube-fluentd-operator ``` @@ -657,32 +657,30 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht | 1.15.3 | 1.16.8 | | 1.15.3 | 1.17.0 | | 1.15.3 | 1.17.1 | +| 1.16.1 | 1.17.2 | -## Plugins in latest release (1.17.1) +## Plugins in latest release (1.17.2) `kube-fluentd-operator` aims to be easy to use and flexible. It also favors sending logs to multiple destinations using `` and as such comes with many plugins pre-installed: -* fluentd (1.15.3) -* fluent-config-regexp-type (1.0.0) -* fluent-mixin-config-placeholders (0.4.0) +* fluentd (1.16.1) * fluent-plugin-amqp (0.14.0) * fluent-plugin-azure-loganalytics (0.7.0) * fluent-plugin-cloudwatch-logs (0.14.3) * fluent-plugin-concat (2.5.0) * fluent-plugin-datadog (0.14.2) -* fluent-plugin-detect-exceptions (0.0.14) - forked to allow fluentd v1 plugin api -* fluent-plugin-elasticsearch (5.2.4) -* fluent-plugin-opensearch (1.0.9) +* fluent-plugin-elasticsearch (5.3.0) +* fluent-plugin-opensearch (1.1.0) * fluent-plugin-gelf-hs (1.0.8) * fluent-plugin-google-cloud (0.13.0) - forked to allow fluentd v1.14.x -* fluent-plugin-grafana-loki (1.2.19) +* fluent-plugin-grafana-loki (1.2.20) * fluent-plugin-grok-parser (2.6.2) * fluent-plugin-json-in-json-2 (1.0.2) * fluent-plugin-kafka (0.18.1) * fluent-plugin-kinesis (3.4.2) -* fluent-plugin-kubernetes (0.3.1) -* fluent-plugin-kubernetes_metadata_filter (2.13.0) +* fluent-plugin-kubernetes_metadata_filter (3.2.0) * fluent-plugin-kubernetes_sumologic (2.4.2) +* fluent-plugin-kubernetes (0.3.1) * fluent-plugin-logentries (0.2.10) * fluent-plugin-loggly (1.0.0) - forked to fix for new fluentd api * fluent-plugin-logzio (0.0.22) @@ -691,7 +689,7 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht * fluent-plugin-multi-format-parser (1.0.0) * fluent-plugin-out-http (1.3.3) * fluent-plugin-papertrail (0.2.8) -* fluent-plugin-prometheus (2.0.2) +* fluent-plugin-prometheus (2.0.3) * fluent-plugin-record-modifier (2.1.0) * fluent-plugin-record-reformer (0.9.1) * fluent-plugin-redis (0.3.5) @@ -699,10 +697,9 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht * fluent-plugin-rewrite-tag-filter (2.4.0) * fluent-plugin-route (1.0.0) * fluent-plugin-s3 (1.7.2) -* fluent-plugin-secure-forward (0.4.5) * fluent-plugin-splunk-hec (1.3.1) * fluent-plugin-splunkhec (2.3) -* fluent-plugin-sumologic_output (1.7.2) +* fluent-plugin-sumologic_output (1.7.3) * fluent-plugin-systemd (1.0.5) * fluent-plugin-uri-parser (0.3.0) * fluent-plugin-verticajson (0.0.6) @@ -711,6 +708,7 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht * fluent-plugin-mysqlslowquery (0.0.9) * fluent-plugin-throttle (0.0.5) * fluent-plugin-webhdfs (1.5.0) +* fluent-plugin-detect-exceptions (0.0.15) When customizing the image be careful not to uninstall plugins that are used internally to implement the macros.