Skip to content

Commit 932e27d

Browse files
Merge pull request #247 from kube-logging/4.8-whatsnew-fixes
4.8 whatsnew fixes
2 parents f1cc547 + c2965f9 commit 932e27d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/whats-new/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ weight: 50
55

66
## Version 4.8
77

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

1010
### Routing based on namespace labels
1111

1212
In your Fluentd ClusterFlows you can now route your messages based on namespace labels.
1313

14-
> Note: This feature requires a new fluentd image: `ghcr.io/kube-logging/fluentd:v1.16-4.8-full`. If you're using a custom Fluentd image, make sure to update it!
14+
> Note: This feature requires a new Fluentd image: `ghcr.io/kube-logging/fluentd:v1.16-4.8-full`. If you're using a custom Fluentd image, make sure to update it!
1515
1616
If you have [enabled namespace labeling in Fluent Bit](https://kube-logging.dev/docs/whats-new/#kubernetes-namespace-labels-and-annotations), you can use namespace labels in your selectors, for example:
1717

@@ -72,11 +72,11 @@ spec:
7272
Retry_Limit: "no_limits"
7373
```
7474

75-
- In the Loggging operator helm chart you can include extra manifests to deploy together with the chart using the `extraManifests` field similar to other popular charts.
75+
- In the Logging operator helm chart you can include extra manifests to deploy together with the chart using the `extraManifests` field, similarly to other popular charts.
7676

7777
## Version 4.7
7878

79-
The following are the highlights and main changes of Logging operator 4.7. For a complete list of changes and bugfixes, see the [Logging operator 4.7 releases page](https://github.com/kube-logging/logging-operator/releases/tag/4.7.0) and the [Logging operator 4.7 release blog post](https://axoflow.com/logging-operator-4.7-release-announcement).
79+
The following are the highlights and main changes of Logging operator 4.7. For a complete list of changes and bugfixes, see the [Logging operator 4.7 releases page](https://github.com/kube-logging/logging-operator/releases/tag/4.7.0) and the [Logging operator 4.7 release blog post](https://axoflow.com/logging-operator-4.7-release).
8080

8181
### Breaking change for Fluentd
8282

0 commit comments

Comments
 (0)