From a73cadd3e997e0b3380166e5028cbac951a7d36f Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 29 May 2024 15:12:15 -0400 Subject: [PATCH] Remove @bbarani as maintainer (#545) (#546) * Remove @bbarani as maintainer * Fix alignment issue * Update Chart.yaml * Update Chart.yaml --------- Signed-off-by: bbarani Signed-off-by: Peter Zhu Co-authored-by: Barani <70038446+bbarani@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- MAINTAINERS.md | 30 +++++++++++++++---------- charts/opensearch-dashboards/Chart.yaml | 1 - charts/opensearch/Chart.yaml | 1 - 4 files changed, 19 insertions(+), 15 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index edd03dff..4f1a5611 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # This should match the owning team set up in https://github.com/orgs/opensearch-project/teams -* @bbarani @TheAlgo @DandyDeveloper @peterzhuamazon @prudhvigodithi @gaiksaya +* @TheAlgo @DandyDeveloper @peterzhuamazon @prudhvigodithi @gaiksaya diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 9aca7d07..7c309a14 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,12 +1,18 @@ -## Maintainers - -| Maintainer | GitHub ID | Affiliation | -| --------------- | --------- | ----------- | -| Barani Bikshandi | [bbarani](https://github.com/bbarani) | Amazon | -| Peter Zhu | [peterzhuamazon](https://github.com/peterzhuamazon) | Amazon | -| Sayali Gaikawad | [gaiksaya](https://github.com/gaiksaya) | Amazon | -| Prudhvi Godithi | [prudhvigodithi](https://github.com/prudhvigodithi) | Amazon | -| Dhiraj Kumar Jain | [TheAlgo](https://github.com/TheAlgo) | Amazon | -| Aaron Layfield | [DandyDeveloper](https://github.com/DandyDeveloper) | Community | - -[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md). +## Overview +This document contains a list of maintainers in this repo. See [opensearch-project/.github/RESPONSIBILITIES.md](https://github.com/opensearch-project/.github/blob/main/RESPONSIBILITIES.md#maintainer-responsibilities) that explains what the role of maintainer means, what maintainers do in this and other repos, and how they should be doing it. If you're interested in contributing, and becoming a maintainer, see [CONTRIBUTING](CONTRIBUTING.md). + +## Current Maintainers + +| Maintainer | GitHub ID | Affiliation | +| ----------------- | --------------------------------------------------- | ----------- | +| Peter Zhu | [peterzhuamazon](https://github.com/peterzhuamazon) | Amazon | +| Sayali Gaikawad | [gaiksaya](https://github.com/gaiksaya) | Amazon | +| Prudhvi Godithi | [prudhvigodithi](https://github.com/prudhvigodithi) | Amazon | +| Dhiraj Kumar Jain | [TheAlgo](https://github.com/TheAlgo) | Amazon | +| Aaron Layfield | [DandyDeveloper](https://github.com/DandyDeveloper) | Community | + +## Emeritus + +| Maintainer | GitHub ID | Affiliation | +| --------------------- | ----------------------------------------- | ----------- | +| Barani Bikshandi | [bbarani](https://github.com/bbarani) | Amazon | diff --git a/charts/opensearch-dashboards/Chart.yaml b/charts/opensearch-dashboards/Chart.yaml index be212151..34df6e46 100644 --- a/charts/opensearch-dashboards/Chart.yaml +++ b/charts/opensearch-dashboards/Chart.yaml @@ -25,7 +25,6 @@ appVersion: "1.3.16" maintainers: - name: DandyDeveloper - - name: bbarani - name: gaiksaya - name: peterzhuamazon - name: prudhvigodithi diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index 438efaab..df5ecf8d 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -25,7 +25,6 @@ appVersion: "1.3.16" maintainers: - name: DandyDeveloper - - name: bbarani - name: gaiksaya - name: peterzhuamazon - name: prudhvigodithi