From 20f7b679216ffd4e7ac15d07fb42203ba204b942 Mon Sep 17 00:00:00 2001 From: Thomas Labarussias Date: Tue, 9 Apr 2024 11:42:30 +0200 Subject: [PATCH] bump falcosidekick dependency version to v0.7.17 install latest version through falco chart Signed-off-by: Thomas Labarussias --- charts/falco/CHANGELOG.md | 4 ++++ charts/falco/Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index 004968a45..a60b547b0 100644 --- a/charts/falco/CHANGELOG.md +++ b/charts/falco/CHANGELOG.md @@ -3,6 +3,10 @@ This file documents all notable changes to Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v4.2.6 + +* bump falcosidekick dependency version to v0.7.17 install latest version through falco chart + ## v4.2.5 * fix docs diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index 2e22d78bc..fbc15ff80 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: falco -version: 4.2.5 +version: 4.2.6 appVersion: "0.37.1" description: Falco keywords: @@ -19,7 +19,7 @@ maintainers: email: cncf-falco-dev@lists.cncf.io dependencies: - name: falcosidekick - version: "0.7.15" + version: "0.7.17" condition: falcosidekick.enabled repository: https://falcosecurity.github.io/charts - name: k8s-metacollector