From 4ebd6cd0dd5300364c9a3ab438d991c86edf4099 Mon Sep 17 00:00:00 2001 From: Ral G <39119258+ralongit@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:20:04 +0300 Subject: [PATCH] Upgrade `logzio-monitoring` chart tov v6.0.2 (#503) - Upgrade `logzio-k8s-telemetry` chart to `v4.2.4` - Upgrade `otel/opentelemetry-collector-contrib` image to `v0.102.1` --- charts/logzio-monitoring/Chart.yaml | 4 ++-- charts/logzio-monitoring/README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/logzio-monitoring/Chart.yaml b/charts/logzio-monitoring/Chart.yaml index d31e4718..1911a7c0 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.0.1 +version: 6.0.2 @@ -14,7 +14,7 @@ dependencies: repository: "https://logzio.github.io/logzio-helm/" condition: logs.enabled - name: logzio-k8s-telemetry - version: "4.2.3" + version: "4.2.4" 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 20887710..3d1b6385 100644 --- a/charts/logzio-monitoring/README.md +++ b/charts/logzio-monitoring/README.md @@ -224,6 +224,9 @@ There are two possible approaches to the upgrade you can choose from: ## Changelog +- **6.0.2**: + - Upgrade `logzio-k8s-telemetry` chart to `v4.2.4` + - Upgrade `otel/opentelemetry-collector-contrib` image to `v0.102.1` - **6.0.1**: - Upgrade `logzio-logs-collector` chart to v1.0.4 - Add standalone deployment mode