diff --git a/stable/sysdig/CHANGELOG.md b/stable/sysdig/CHANGELOG.md index a10ae08a78c9..2a6e18ca365c 100644 --- a/stable/sysdig/CHANGELOG.md +++ b/stable/sysdig/CHANGELOG.md @@ -3,6 +3,12 @@ This file documents all notable changes to Sysdig Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v1.4.11 + +### Minor Changes + +* Add nestorsalceda as an approver in the OWNERS file + ## v1.4.10 ### Minor Changes diff --git a/stable/sysdig/Chart.yaml b/stable/sysdig/Chart.yaml index 721fab345b47..3faf276b6e40 100755 --- a/stable/sysdig/Chart.yaml +++ b/stable/sysdig/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: sysdig -version: 1.4.10 +version: 1.4.11 appVersion: 0.90.3 description: Sysdig Monitor and Secure agent keywords: diff --git a/stable/sysdig/OWNERS b/stable/sysdig/OWNERS index cfcffba8c318..a424cc075c05 100644 --- a/stable/sysdig/OWNERS +++ b/stable/sysdig/OWNERS @@ -1,5 +1,6 @@ approvers: - bencer +- nestorsalceda reviewers: - bencer - nestorsalceda