From 967911e4c1e57e6a4cb7a47a1fdf760e618435d9 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Thu, 25 Feb 2021 21:36:22 -0600 Subject: [PATCH 1/2] Move Inactive Maintainers to Emeritus Status For roughly the past year damemi has been the only active approver for the descheduler. Therefore move the inactive approvers to emeritus status. This will help clarify to contributors who should be assigned to pull requests. --- OWNERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/OWNERS b/OWNERS index 85c757185..f4f3483ac 100644 --- a/OWNERS +++ b/OWNERS @@ -1,8 +1,7 @@ approvers: -- aveshagarwal -- k82cn -- ravisantoshgudimetla - damemi +- ingvagabund +- seanmalloy reviewers: - aveshagarwal - k82cn @@ -11,3 +10,7 @@ reviewers: - seanmalloy - ingvagabund - lixiang233 +emeritus_approvers: +- aveshagarwal +- k82cn +- ravisantoshgudimetla From 5f4dfbc9221154527bf4bff2713e8ee7ed463c65 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Mon, 1 Mar 2021 23:19:42 -0600 Subject: [PATCH 2/2] Update Maintainer Field in Dockerfiles Set the maintainer field to use the more generic SIG scheduling name and email address. --- Dockerfile | 2 +- Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a965ce363..913a46da5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN VERSION=${VERSION} make build.$ARCH FROM scratch -MAINTAINER Avesh Agarwal +MAINTAINER Kubernetes SIG Scheduling USER 1000 diff --git a/Dockerfile.dev b/Dockerfile.dev index 0783c193a..c5522f1ca 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -13,7 +13,7 @@ # limitations under the License. FROM scratch -MAINTAINER Avesh Agarwal +MAINTAINER Kubernetes SIG Scheduling USER 1000