diff --git a/charts/logzio-monitoring/Chart.yaml b/charts/logzio-monitoring/Chart.yaml index c9653cbf..81032b9f 100644 --- a/charts/logzio-monitoring/Chart.yaml +++ b/charts/logzio-monitoring/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: logzio-monitoring description: logzio-monitoring allows you to ship logs, metrics, traces and security reports from your Kubernetes cluster using the OpenTelemetry collector for metrics and traces, Fluentd for logs, and Trivy for security reports. type: application -version: 6.2.0 +version: 6.2.1 @@ -14,7 +14,7 @@ dependencies: repository: "https://logzio.github.io/logzio-helm/" condition: logs.enabled - name: logzio-k8s-telemetry - version: "4.2.8" + version: "4.2.9" repository: "https://logzio.github.io/logzio-helm/" condition: metricsOrTraces.enabled - name: logzio-trivy diff --git a/charts/logzio-monitoring/README.md b/charts/logzio-monitoring/README.md index 00a94778..d9332e92 100644 --- a/charts/logzio-monitoring/README.md +++ b/charts/logzio-monitoring/README.md @@ -228,6 +228,9 @@ There are two possible approaches to the upgrade you can choose from: ## Changelog +- **6.2.1**: + - Upgrade `logzio-telemetry` chart to `v4.2.9` + - Add batch processor to the SPM pipeline, to reduce stress and increase efficiency. - **6.2.0**: - Upgrade `logzio-logs-collector` chart to `v1.1.0` - Simplified user experience for independently managing logzio secrets.