Skip to content

Commit f2948e7

Browse files
Robert FeketeRobert Fekete
authored andcommitted
Adds whatsnew for 4.11
1 parent 4ca5c33 commit f2948e7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

content/docs/whats-new/_index.md

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

6+
## Version 4.11
7+
8+
The following are the highlights and main changes of Logging operator 4.11. For a complete list of changes and bugfixes, see the [Logging operator 4.11 releases page](https://github.com/kube-logging/logging-operator/releases/tag/4.11.0).
9+
10+
- You can now set the `protected` flag for SyslogNGClusterOutput kinds.
11+
- Charts and images are now signed. To verify the signature, see {{% xref "/docs/install/_index.md#verify" %}}.
12+
- You can now add annotations and labels to Persistent Volume Claims of the Fluentd StatefulSet. For example:
13+
14+
```yaml
15+
apiVersion: logging.banzaicloud.io/v1beta1
16+
kind: Logging
17+
metadata:
18+
name: all-to-file
19+
spec:
20+
controlNamespace: default
21+
fluentd:
22+
bufferStorageVolume:
23+
pvc:
24+
labels:
25+
app: logging
26+
annotations:
27+
app: logging
28+
source:
29+
claimName: manual
30+
readOnly: false
31+
```
32+
33+
- You can now set liveness probes to the buffer-metrics sidecar container using the `bufferVolumeLivenessProbe` option.
34+
- IPv6 improvements:
35+
36+
- You can now scrape the metrics of Fluentd on clusters that only have IPv6 addresses.
37+
- Fluent Bit can now listen on IPv6 addresses.
38+
39+
- The [OpenSearch Fluentd output]({{< relref "/docs/configuration/plugins/outputs/opensearch.md" >}}) now supports the `remove_keys` option.
40+
- You can now set the `strategy` and `topologySpreadConstraints` in the Logging operator chart.
41+
642
## Version 4.10
743

844
The following are the highlights and main changes of Logging operator 4.10. For a complete list of changes and bugfixes, see the [Logging operator 4.10 releases page](https://github.com/kube-logging/logging-operator/releases/tag/4.10.0)<!-- and the [Logging operator 4.9 release blog post](https://axoflow.com/logging-operator-4.9-release)-->.

0 commit comments

Comments
 (0)