Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <issif+github@gadz.org>
  • Loading branch information
Issif committed Oct 1, 2024
1 parent ccb30b0 commit e203b41
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
7 changes: 6 additions & 1 deletion deployment/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deployment/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e203b41

Please sign in to comment.