diff --git a/stable/falco/CHANGELOG.md b/stable/falco/CHANGELOG.md index db8bbb1372ae..70d073c581b6 100644 --- a/stable/falco/CHANGELOG.md +++ b/stable/falco/CHANGELOG.md @@ -3,6 +3,12 @@ This file documents all notable changes to Sysdig Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v0.9.0 + +### Major Changes + +* Add nestorsalceda as an approver + ## v0.7.10 ### Minor Changes diff --git a/stable/falco/Chart.yaml b/stable/falco/Chart.yaml index e3ee1cf9aab7..1b1565926168 100644 --- a/stable/falco/Chart.yaml +++ b/stable/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: falco -version: 0.8.0 +version: 0.9.0 appVersion: 0.15.3 description: Falco keywords: diff --git a/stable/falco/OWNERS b/stable/falco/OWNERS index cfcffba8c318..a424cc075c05 100644 --- a/stable/falco/OWNERS +++ b/stable/falco/OWNERS @@ -1,5 +1,6 @@ approvers: - bencer +- nestorsalceda reviewers: - bencer - nestorsalceda