diff --git a/charts/logzio-monitoring/Chart.yaml b/charts/logzio-monitoring/Chart.yaml index e78e7b37..9ab2fbf7 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.1.5 +version: 6.1.6 @@ -10,7 +10,7 @@ sources: - https://github.com/logzio/logzio-helm dependencies: - name: logzio-fluentd - version: "0.30.4" + version: "0.30.5" repository: "https://logzio.github.io/logzio-helm/" condition: logs.enabled - name: logzio-k8s-telemetry diff --git a/charts/logzio-monitoring/README.md b/charts/logzio-monitoring/README.md index 4c2607a6..86e95188 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.1.6**: + - Upgrade `logzio-fluentd` chart to `v0.30.5` + - Upgrade fluentd version to `1.17.1` - **6.1.5**: - Upgrade `logzio-trivy` chart to `v0.3.5` - Added `affinity` ,`nodeSelector` and `tolerations` to the deployment.