diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a95e9100..c767ff9893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/ ### :books: (Refine Doc) * doc(sdk): update NodeSDK example [#3684](https://github.com/open-telemetry/opentelemetry-js/pull/3684) @martinkuba +* docs: change rauno56 status from maintainer to emeritus [#3706](https://github.com/open-telemetry/opentelemetry-js/pull/3706) @rauno56 ## 1.10.1 diff --git a/README.md b/README.md index c5ff1f2b0e..22f6df9f2f 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,19 @@ instructions to build and make changes to this project, see the We have a weekly SIG meeting! See the [community page](https://github.com/open-telemetry/community#javascript-sdk) for meeting details and notes. -Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry/teams/javascript-approvers)): +### Community members + +#### Maintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers)) + +- [Amir Blum](https://github.com/blumamir), Aspecto +- [Chengzhong Wu](https://github.com/legendecas), Alibaba +- [Daniel Dyla](https://github.com/dyladan), Dynatrace +- [Marc Pichler](https://github.com/pichlermarc), Dynatrace +- [Valentin Marchaud](https://github.com/vmarchaud), Open Source Contributor + +*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).* + +#### Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry/teams/javascript-approvers)) - [Gerhard Stöbich](https://github.com/Flarna), Dynatrace - [Haddas Bronfman](https://github.com/haddasbronfman), Cisco @@ -188,31 +200,23 @@ Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry *Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#approver).* -Maintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers)): +#### Emeriti -- [Amir Blum](https://github.com/blumamir), Aspecto -- [Chengzhong Wu](https://github.com/legendecas), Alibaba -- [Daniel Dyla](https://github.com/dyladan), Dynatrace -- [Marc Pichler](https://github.com/pichlermarc), Dynatrace -- [Rauno Viskus](https://github.com/Rauno56), Splunk -- [Valentin Marchaud](https://github.com/vmarchaud), Open Source Contributor +- [Bartlomiej Obecny](https://github.com/obecny), LightStep, Maintainer +- [Daniel Khan](https://github.com/dkhan), Dynatrace, Maintainer +- [Mayur Kale](https://github.com/mayurkale22), Google, Maintainer +- [Rauno Viskus](https://github.com/rauno56), Maintainer +- [Brandon Gonzalez](https://github.com/bg451), LightStep, Approver +- [Roch Devost](https://github.com/rochdev), DataDog, Approver -*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).* +*Find more about the emeritus role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#emeritus-maintainerapprovertriager).* -### Thanks to all the people who already contributed +#### Thanks to all the people who already contributed -### Thanks to all previous approvers and maintainers - -- [Bartlomiej Obecny](https://github.com/obecny), LightStep, Maintainer -- [Daniel Khan](https://github.com/dkhan), Dynatrace, Maintainer -- [Mayur Kale](https://github.com/mayurkale22), Google, Maintainer -- [Brandon Gonzalez](https://github.com/bg451), LightStep, Approver -- [Roch Devost](https://github.com/rochdev), DataDog, Approver - ## Packages ### API diff --git a/renovate.json b/renovate.json index 0e91ce6425..deba9c951a 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,7 @@ } ], "ignoreDeps": ["gcp-metadata", "got", "mocha", "husky", "karma-webpack", "@opentelemetry/api"], - "assignees": ["@blumamir", "@dyladan", "@legendecas", "@Rauno56", "@vmarchaud"], + "assignees": ["@blumamir", "@dyladan", "@legendecas", "@vmarchaud"], "schedule": ["before 3am on Friday"], "labels": ["dependencies"] }