Skip to content

Commit 4703b21

Browse files
leogrpoiana
authored andcommitted
release(charts/falco): v8.0.1
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
1 parent 3ecb38a commit 4703b21

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

charts/falco/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This file documents all notable changes to Falco Helm Chart. The release
44
numbering uses [semantic versioning](http://semver.org).
55

6+
## v8.0.1
7+
8+
* Fix serviceMonitor template to properly merge custom selector labels with defaults using mustMergeOverwrite, avoiding duplicate YAML keys
9+
* Fix serviceAccount unit test to handle empty template output with newer terratest versions
10+
611
## v8.0.0
712

813
* Upgrade Falco to v0.43.0

charts/falco/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: falco
3-
version: 8.0.0
3+
version: 8.0.1
44
appVersion: "0.43.0"
55
description: Falco
66
keywords:

charts/falco/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ If you use a Proxy in your cluster, the requests between `Falco` and `Falcosidek
592592

593593
## Configuration
594594

595-
The following table lists the main configurable parameters of the falco chart v8.0.0 and their default values. See [values.yaml](./values.yaml) for full list.
595+
The following table lists the main configurable parameters of the falco chart v8.0.1 and their default values. See [values.yaml](./values.yaml) for full list.
596596

597597
## Values
598598

0 commit comments

Comments
 (0)