From 71b2b02e4c473fdfdab9bb990ea7624e4cea0617 Mon Sep 17 00:00:00 2001 From: Ral G <39119258+ralongit@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:49:27 +0300 Subject: [PATCH] Fix `logzio-trivy` to v0.3.2 (#507) --- charts/logzio-trivy/Chart.yaml | 2 +- charts/logzio-trivy/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/logzio-trivy/Chart.yaml b/charts/logzio-trivy/Chart.yaml index a0305efe..c4c88023 100644 --- a/charts/logzio-trivy/Chart.yaml +++ b/charts/logzio-trivy/Chart.yaml @@ -5,7 +5,7 @@ keywords: - logging - trivy - security -version: 0.3.3 +version: 0.3.2 appVersion: 0.2.2 sources: - https://github.com/logzio/logzio-helm diff --git a/charts/logzio-trivy/README.md b/charts/logzio-trivy/README.md index 6c327a3f..31a7c075 100644 --- a/charts/logzio-trivy/README.md +++ b/charts/logzio-trivy/README.md @@ -75,7 +75,8 @@ In these cases we can use the following `--set` command to use an alternative im ## Changelog - +- **0.3.2**: + - Added 'user-agent' header for telemetry data. - **0.3.0**: - Bump Trivy-Operator version to `0.15.1`. - **0.2.1**: