From 159f94fba401d3d21a6177a34a5471aed609a704 Mon Sep 17 00:00:00 2001 From: Bar <51476543+bardabun@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:09:32 +0300 Subject: [PATCH] Bump Trivy-Operator version to `0.24.1` (#533) * Bump Trivy-Operator version to `0.24.1` --- charts/logzio-trivy/Chart.yaml | 4 ++-- charts/logzio-trivy/README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/logzio-trivy/Chart.yaml b/charts/logzio-trivy/Chart.yaml index b98161a3..a5b63549 100644 --- a/charts/logzio-trivy/Chart.yaml +++ b/charts/logzio-trivy/Chart.yaml @@ -5,13 +5,13 @@ keywords: - logging - trivy - security -version: 0.3.3 +version: 0.3.4 appVersion: 0.2.3 sources: - https://github.com/logzio/logzio-helm dependencies: - name: trivy-operator - version: "0.24.0" + version: "0.24.1" repository: "https://aquasecurity.github.io/helm-charts/" maintainers: - name: Miri Bar diff --git a/charts/logzio-trivy/README.md b/charts/logzio-trivy/README.md index 79de32c1..0731c092 100644 --- a/charts/logzio-trivy/README.md +++ b/charts/logzio-trivy/README.md @@ -75,6 +75,8 @@ In these cases we can use the following `--set` command to use an alternative im ## Changelog +- **0.3.4** + - Bump Trivy-Operator version to `0.24.1`. - **0.3.3**: - Upgrade to image `logzio/trivy-to-logzio:0.3.3`. - Upgrade python version to 3.12.5.