From 1d6e66e4cd7fdb754e8121bac0060c4f196977fd Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:37:15 +0530 Subject: [PATCH] Add new maintainers to repo (#600) (#601) Signed-off-by: Khushboo Rajput (cherry picked from commit 43367b1d3af866cd40d2233098c1ac187932a6b5) Co-authored-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- MAINTAINERS.md | 40 ++++++++++++++++++++++++---------------- build.gradle | 2 +- 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 63e39fdc..11a40ca4 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 -* @praveensameneni @khushbr @ansjcy @goyamegh @getsaurabh02 @sbcd90 @sgup432 +* @khushbr @ansjcy @sbcd90 @devagarwal1803 @Shephalimittal @atharvasharma61 @nishchay21 @DevJhaAbhishek @varunsrivathsav @rramachand21 diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 7f5e5d2c..69980a4b 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,22 +4,30 @@ This document contains a list of maintainers in this repo. See [opensearch-proje ## Current Maintainers -| Maintainer | GitHub ID | Affiliation | -|------------------|-------------------------------------------------------| ----------- | -| Praveen Sameneni | [praveensameneni](https://github.com/praveensameneni) | Amazon | -| Khushboo Rajput | [khushbr](https://github.com/khushbr) | Amazon | -| Chenyang Ji | [ansjcy](https://github.com/ansjcy) | Amazon | -| Megha Goyal | [goyamegh](https://github.com/goyamegh) | Amazon | -| Saurabh Singh | [getsaurabh02](https://github.com/getsaurabh02) | Amazon | -| Subhobrata Dey | [sbcd90](https://github.com/sbcd90) | Amazon | -| Sagar | [sgup432](https://github.com/sgup432) | Amazon | +| Maintainer | GitHub ID | Affiliation | +|---------------------------|-------------------------------------------------------| ----------- | +| Khushboo Rajput | [khushbr](https://github.com/khushbr) | Amazon | +| Chenyang Ji | [ansjcy](https://github.com/ansjcy) | Amazon | +| Subhobrata Dey | [sbcd90](https://github.com/sbcd90) | Amazon | +| Dev Agarwal | [devagarwal1803](https://github.com/devagarwal1803) | Amazon | +| shephali mittal | [Shephalimittal](https://github.com/Shephalimittal) | Amazon | +| Atharva Sharma | [atharvasharma61](https://github.com/atharvasharma61) | Amazon | +| Nishchay Malhotra | [nishchay21](https://github.com/nishchay21) | Amazon | +| DevJhaAbhishek | [DevJhaAbhishek](https://github.com/DevJhaAbhishek) | Amazon | +| Varunsrivathsa Venkatesha | [varunsrivathsav](https://github.com/varunsrivathsav) | Amazon | +| Ranjith Ramachandra | [rramachand21](https://github.com/rramachand21) | Amazon | + ## Previous Maintainers -| Maintainer | GitHub ID | Affiliation | -|-----------------|---------------------------------------------|-------------| -| Joshua Tokle | [jotok](https://github.com/jotok) | Amazon | -| Ruizhen Guo | [rguo-aws](https://github.com/rguo-aws) | Amazon | -| Yujia Sun | [yujias0706](https://github.com/yujias0706) | Amazon | -| Kunal Khatua | [kkhatua](https://github.com/kkhatua) | Amazon | -| Sruti Parthiban | [sruti1312](https://github.com/sruti1312) | Amazon | +| Maintainer | GitHub ID | Affiliation | +|-------------------|-------------------------------------------------------|-------------| +| Joshua Tokle | [jotok](https://github.com/jotok) | Amazon | +| Ruizhen Guo | [rguo-aws](https://github.com/rguo-aws) | Amazon | +| Yujia Sun | [yujias0706](https://github.com/yujias0706) | Amazon | +| Kunal Khatua | [kkhatua](https://github.com/kkhatua) | Amazon | +| Sruti Parthiban | [sruti1312](https://github.com/sruti1312) | Amazon | +| Praveen Sameneni | [praveensameneni](https://github.com/praveensameneni) | Amazon | +| Saurabh Singh | [getsaurabh02](https://github.com/getsaurabh02) | Amazon | +| Megha Goyal | [goyamegh](https://github.com/goyamegh) | Amazon | +| Sagar | [sgup432](https://github.com/sgup432) | Amazon | \ No newline at end of file diff --git a/build.gradle b/build.gradle index bac56115..8a677753 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { // The PA Commons (https://github.com/opensearch-project/performance-analyzer-commons) // is a library dependency with hardcoded versioning in PA and RCA repos. - paCommonsVersion = "1.1.0" + paCommonsVersion = "1.3.0" // 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT version_tokens = opensearch_version.tokenize('-')