From 38c72359b77731de44eb51032259f7685aa314d6 Mon Sep 17 00:00:00 2001 From: Ral G <39119258+ralongit@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:51:37 +0300 Subject: [PATCH] Upgrade 'logzio-monitoring' to v6.0.4 (#506) * Upgrade 'logzio-monitoring' to v6.0.4 - Upgrade `logzio-k8s-telemetry` chart to `4.2.5` - Added 'user-agent' header for telemetry data. - Upgrade `logzio-trivy` chart to `0.3.2` - Added 'user-agent' header for telemetry data. * Revert trivy * Squashed commit of the following: commit 71b2b02e4c473fdfdab9bb990ea7624e4cea0617 Author: Ral G <39119258+ralongit@users.noreply.github.com> Date: Wed Jun 19 17:49:27 2024 +0300 Fix `logzio-trivy` to v0.3.2 (#507) * Revert "Squashed commit of the following:" This reverts commit 17ede263a0baf31186571dbbb6a16b08f6ecf326. --- charts/logzio-monitoring/Chart.yaml | 6 +++--- charts/logzio-monitoring/README.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/charts/logzio-monitoring/Chart.yaml b/charts/logzio-monitoring/Chart.yaml index 4520c3e2..a84fdb1d 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.3 +version: 6.0.4 @@ -14,11 +14,11 @@ dependencies: repository: "https://logzio.github.io/logzio-helm/" condition: logs.enabled - name: logzio-k8s-telemetry - version: "4.2.4" + version: "4.2.5" repository: "https://logzio.github.io/logzio-helm/" condition: metricsOrTraces.enabled - name: logzio-trivy - version: "0.3.1" + version: "0.3.2" repository: "https://logzio.github.io/logzio-helm/" condition: securityReport.enabled - name: opencost diff --git a/charts/logzio-monitoring/README.md b/charts/logzio-monitoring/README.md index c4d42f01..9343718e 100644 --- a/charts/logzio-monitoring/README.md +++ b/charts/logzio-monitoring/README.md @@ -224,6 +224,11 @@ There are two possible approaches to the upgrade you can choose from: ## Changelog +- **6.0.4**: + - Upgrade `logzio-k8s-telemetry` chart to `4.2.5` + - Added 'user-agent' header for telemetry data. + - Upgrade `logzio-trivy` chart to `0.3.2` + - Added 'user-agent' header for telemetry data. - **6.0.3**: - Upgrade `logzio-k8s-events` chart to `0.0.5` - Bugfix/ Remove the duplicate label `app.kubernetes.io/managed-by` @philwelz