From 9e0d2f23ced8ee73f51a09420b45b097bc89ab04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Salceda?= Date: Fri, 28 Jun 2019 21:23:08 +0200 Subject: [PATCH] [stable/sysdig] Add nestorsalceda as an approver in OWNERS file (#15132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Néstor Salceda --- stable/sysdig/CHANGELOG.md | 6 ++++++ stable/sysdig/Chart.yaml | 2 +- stable/sysdig/OWNERS | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/stable/sysdig/CHANGELOG.md b/stable/sysdig/CHANGELOG.md index a10ae08a78..2a6e18ca36 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 721fab345b..3faf276b6e 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 cfcffba8c3..a424cc075c 100644 --- a/stable/sysdig/OWNERS +++ b/stable/sysdig/OWNERS @@ -1,5 +1,6 @@ approvers: - bencer +- nestorsalceda reviewers: - bencer - nestorsalceda