Skip to content

Commit

Permalink
update(falco): add new configuration entries for Falco
Browse files Browse the repository at this point in the history
This commit adds new config keys introduces in Falco 0.39.0.
Furthermore, updates the unit tests for the latest changes
in the values.yaml.

Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku committed Sep 17, 2024
1 parent 4e87255 commit d00f760
Show file tree
Hide file tree
Showing 7 changed files with 582 additions and 30 deletions.
8 changes: 8 additions & 0 deletions charts/falco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This file documents all notable changes to Falco Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## v4.9.0
* Bump Falco to v0.39.0
* update(falco): add new configuration entries for Falco
This commit adds new config keys introduces in Falco 0.39.0.
Furthermore, updates the unit tests for the latest changes
in the values.yaml.


## v4.8.3

* The init container, when driver.kind=auto, automatically generates
Expand Down
4 changes: 2 additions & 2 deletions charts/falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: falco
version: 4.8.3
appVersion: "0.38.2"
version: 4.9.0
appVersion: "0.39.0-rc1"
description: Falco
keywords:
- monitoring
Expand Down
11 changes: 7 additions & 4 deletions charts/falco/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit d00f760

Please sign in to comment.