From 1b5665a58f6abe6d6cda7907eeeab9ad35abfaf5 Mon Sep 17 00:00:00 2001 From: Barani <70038446+bbarani@users.noreply.github.com> Date: Tue, 28 May 2024 16:42:09 -0700 Subject: [PATCH] Remove @bbarani as maintainer (#545) * Remove @bbarani as maintainer Signed-off-by: bbarani * Fix alignment issue Signed-off-by: bbarani * Update Chart.yaml Signed-off-by: Peter Zhu * Update Chart.yaml Signed-off-by: Peter Zhu --------- Signed-off-by: bbarani Signed-off-by: Peter Zhu Co-authored-by: Peter Zhu Signed-off-by: VILJkid --- .github/CODEOWNERS | 2 +- MAINTAINERS.md | 7 ++++++- charts/opensearch-dashboards/Chart.yaml | 1 - charts/opensearch/Chart.yaml | 1 - 4 files changed, 7 insertions(+), 4 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 15c3e24c..393ad71e 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -6,9 +6,14 @@ This document contains a list of maintainers in this repo. See [opensearch-proje | 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 | + +## Emeritus + +| Maintainer | GitHub ID | Affiliation | +| --------------------- | ----------------------------------------- | ----------- | +| Barani Bikshandi | [bbarani](https://github.com/bbarani) | Amazon | \ No newline at end of file diff --git a/charts/opensearch-dashboards/Chart.yaml b/charts/opensearch-dashboards/Chart.yaml index c8598252..0d1c5077 100644 --- a/charts/opensearch-dashboards/Chart.yaml +++ b/charts/opensearch-dashboards/Chart.yaml @@ -25,7 +25,6 @@ appVersion: "2.14.0" maintainers: - name: DandyDeveloper - - name: bbarani - name: gaiksaya - name: peterzhuamazon - name: prudhvigodithi diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index c120aaae..07ccaaf7 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -25,7 +25,6 @@ appVersion: "2.14.0" maintainers: - name: DandyDeveloper - - name: bbarani - name: gaiksaya - name: peterzhuamazon - name: prudhvigodithi