From e203b41b0d3387a7f59efb42a2f86e32dcb84990 Mon Sep 17 00:00:00 2001 From: Thomas Labarussias Date: Tue, 1 Oct 2024 11:12:58 +0200 Subject: [PATCH] v0.1.1 Signed-off-by: Thomas Labarussias --- CHANGELOG.md | 6 ++++++ deployment/helm/CHANGELOG.md | 7 ++++++- deployment/helm/Chart.yaml | 2 +- deployment/helm/values.yaml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ea3527..0dbc8b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.1 - 2024-10-01 + +- Fix panics with actionners `cilium:networkpolicy` and `calico:networkpolicy` because of a wrong init +- Fix panic when `output` is set in an `action` declared outside a `rule` +- Fix errors with when the label key contains a `/` + ## 0.1.0 - 2024-09-05 - *First GA release.* Official website for the docs: [https://docs.falco-talon.org/](https://docs.falco-talon.org/) diff --git a/deployment/helm/CHANGELOG.md b/deployment/helm/CHANGELOG.md index 7405c06b..388a49c0 100644 --- a/deployment/helm/CHANGELOG.md +++ b/deployment/helm/CHANGELOG.md @@ -3,6 +3,11 @@ This file documents all notable changes to Falco Talon Helm Chart. The release numbering uses [semantic versioning](http://semver.org). -## 0.1.0 +## 0.1.1 - 2024-10-01 + +- Use version `0.1.1` +- Fix wrong port for the `serviceMonitor` + +## 0.1.0 - 2024-09-05 - First release diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 003751a9..da061e5d 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.1.0 +appVersion: 0.1.1 description: React to the events from Falco name: falco-talon version: 0.1.1 diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index 2f9b9433..31b0e93b 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -12,7 +12,7 @@ image: # -- The image repository to pull from repository: issif/falco-talon # -- Override the image tag to pull - tag: "0.1.0" + tag: "" # -- The image pull policy pullPolicy: Always