aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2022-07-01 13:06:30 -0400
committerGravatar GitHub <noreply@github.com> 2022-07-01 10:06:30 -0700
commitc4d02442ef493b4892316fea00128c982d48a914 (patch)
tree6f953ad6ea3ad5a6b8b536d339bc704298790df1
parent390e88637e4307e37b494a70d58e9a2871c5f6bf (diff)
downloadcoredns-c4d02442ef493b4892316fea00128c982d48a914.tar.gz
coredns-c4d02442ef493b4892316fea00128c982d48a914.tar.zst
coredns-c4d02442ef493b4892316fea00128c982d48a914.zip
add tsig to codeowners; update chaos authors (#5479)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r--CODEOWNERS1
-rw-r--r--plugin/chaos/zowners.go2
2 files changed, 2 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 2989ae8eb..6b5525213 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -53,4 +53,5 @@ go.mod @miekg @chrisohaver @johnbelamaric @yongtang @stp-ip
/plugin/tls/ @johnbelamaric
/plugin/trace/ @johnbelamaric @zouyee @Tantalor93
/plugin/transfer/ @miekg @chrisohaver
+/plugin/tsig/ @chrisohaver
/plugin/whoami/ @miekg @chrisohaver @yongtang
diff --git a/plugin/chaos/zowners.go b/plugin/chaos/zowners.go
index f38c51c70..419ca3cf5 100644
--- a/plugin/chaos/zowners.go
+++ b/plugin/chaos/zowners.go
@@ -1,4 +1,4 @@
package chaos
// Owners are all GitHub handlers of all maintainers.
-var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "ihac", "inigohu", "isolus", "johnbelamaric", "miekg", "mqasimsarfraz", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "snebel29", "stp-ip", "superq", "varyoo", "ykhr53", "yongtang", "zouyee"}
+var Owners = []string{"Tantalor93", "bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "greenpau", "ihac", "inigohu", "isolus", "jameshartig", "johnbelamaric", "miekg", "mqasimsarfraz", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "snebel29", "stp-ip", "superq", "varyoo", "ykhr53", "yongtang", "zouyee"}