From e8f3e243ee09bbf77e71485fe1d89b811c362ec3 Mon Sep 17 00:00:00 2001 From: Arnaud Lemaire Date: Wed, 27 Nov 2019 00:49:20 +0100 Subject: [PATCH] [stable/unbound] Add n0rad as maintainer (#18950) Signed-off-by: Arnaud Lemaire --- stable/unbound/Chart.yaml | 4 +++- stable/unbound/OWNERS | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 stable/unbound/OWNERS diff --git a/stable/unbound/Chart.yaml b/stable/unbound/Chart.yaml index eb325b9d75..cea23933d5 100644 --- a/stable/unbound/Chart.yaml +++ b/stable/unbound/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Unbound is a fast caching DNS resolver home: https://www.unbound.net/ name: unbound -version: 1.1.0 +version: 1.1.1 appVersion: 1.6.7 sources: - http://unbound.nlnetlabs.nl/svn/ @@ -11,3 +11,5 @@ sources: maintainers: - name: Markbnj email: betz.mark@gmail.com +- name: n0rad + email: alemaire@norad.fr diff --git a/stable/unbound/OWNERS b/stable/unbound/OWNERS new file mode 100644 index 0000000000..d6917a9483 --- /dev/null +++ b/stable/unbound/OWNERS @@ -0,0 +1,6 @@ +approvers: +- Markbnj +- n0rad +reviewers: +- Markbnj +- n0rad