Skip to content

Commit 694ba1a

Browse files
committed
5.3 what'snew draft
1 parent cc1947e commit 694ba1a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

content/docs/whats-new/_index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ title: What's new
33
weight: 50
44
---
55

6+
## Version 5.3
7+
8+
The following are the highlights and main changes of Logging operator 5.3. For a complete list of changes and bugfixes, see the [Logging operator 5.3 releases page](https://github.com/kube-logging/logging-operator/releases/tag/5.3.0).
9+
10+
### Breaking change
11+
12+
Starting with this version, Logging operator sets default security context values for the Fluentd logging configuration, so from now on:
13+
14+
- Fluentd runs as the `fluentd` user (instead of root)
15+
- Default user and group IDs are set in the SecurityContext and PodSecurityContext
16+
17+
### Other changes
18+
19+
- In this release we've moved `fluentd-drain-watch` and `node-exporter` into the Logging operator repository. From now on, we build these images from our repository (https://github.com/kube-logging/logging-operator/tree/master/images/) and their version numbering follows the version numbers of Logging operator.
20+
- You can now set the `format_key` and `format_name` options for when using the [Fluentd parser filter]({{< relref "/docs/configuration/plugins/filters/parser.md" >}}) to use multi-format parsing.
21+
- You can use Filter Grep (https://docs.fluentbit.io/manual/pipeline/filters/grep) in the [FluentbitSpec]({{< relref "/docs/configuration/crds/v1beta1/fluentbit_types.md#filtergrep" >}}) section of your logging configuration. That way you can exclude logs before passing them to Fluentd.
22+
- When using Fluentd and ClusterFlows, you can now select and exclude namespaces with regular expressions using the `namespaces_regex` option.
23+
- When using the [Loki destination]({{< relref "/docs/configuration/plugins/syslog-ng-outputs/loki.md#lokioutput-tenant-id" >}}) in a SyslogNGClusterOutput/SyslogNGOutput, you can now set the tenant-id.
24+
- You can now enable verbose mode in {{% xref "/docs/configuration/crds/extensions/hosttailer_types.md" %}}. Also, the default log level of the HostTailer has been reduced to error.
25+
626
## Version 5.2
727

828
The following are the highlights and main changes of Logging operator 5.2. For a complete list of changes and bugfixes, see the [Logging operator 5.2 releases page](https://github.com/kube-logging/logging-operator/releases/tag/5.2.0).

0 commit comments

Comments
 (0)