Skip to content

Commit

Permalink
docs: prepare release 1.17.2 (#389)
Browse files Browse the repository at this point in the history
Prepare newe release 1.17.2

Signed-off-by: jcriadomarco <[email protected]>
  • Loading branch information
javiercri authored Jun 14, 2023
1 parent 1e7d432 commit 2761a43
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ The easiest way to get started is using the Helm chart. Official images are not
git clone [email protected]: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
```

Expand Down Expand Up @@ -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 `<copy>` 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)
Expand All @@ -691,18 +689,17 @@ 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)
* fluent-plugin-remote_syslog (1.0.0)
* 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)
Expand All @@ -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.

Expand Down

0 comments on commit 2761a43

Please sign in to comment.