You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/whats-new/_index.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,42 @@ title: What's new
3
3
weight: 50
4
4
---
5
5
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
+
6
42
## Version 4.10
7
43
8
44
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