From af472d5171c8b65454d5c04868cdf17223c24692 Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Tue, 9 Jul 2024 15:23:43 +0200 Subject: [PATCH 1/2] Typo fixes --- content/docs/whats-new/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/whats-new/_index.md b/content/docs/whats-new/_index.md index 085471617..d1386b39f 100644 --- a/content/docs/whats-new/_index.md +++ b/content/docs/whats-new/_index.md @@ -11,7 +11,7 @@ The following are the highlights and main changes of Logging operator 4.8. For a In your Fluentd ClusterFlows you can now route your messages based on namespace labels. -> 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! +> 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! 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: @@ -72,11 +72,11 @@ spec: Retry_Limit: "no_limits" ``` -- 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. +- 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. ## Version 4.7 -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). +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). ### Breaking change for Fluentd From c2965f96cdd4edae4f5dee5c21ea55264923cdb8 Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Tue, 9 Jul 2024 15:24:02 +0200 Subject: [PATCH 2/2] Adds 4.8 release blog link --- content/docs/whats-new/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/whats-new/_index.md b/content/docs/whats-new/_index.md index d1386b39f..87b9036de 100644 --- a/content/docs/whats-new/_index.md +++ b/content/docs/whats-new/_index.md @@ -5,7 +5,7 @@ weight: 50 ## Version 4.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). +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). ### Routing based on namespace labels