Skip to content

Commit b8923d5

Browse files
authored
chore: emeritify Rauno56 🎉 (#3706)
* chore: emeritify Rauno56 🎉 * chore: add changelog entry * chore: remove myself from the renovate assignees
1 parent 1328ee0 commit b8923d5

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
3232
### :books: (Refine Doc)
3333

3434
* doc(sdk): update NodeSDK example [#3684](https://github.com/open-telemetry/opentelemetry-js/pull/3684) @martinkuba
35+
* docs: change rauno56 status from maintainer to emeritus [#3706](https://github.com/open-telemetry/opentelemetry-js/pull/3706) @rauno56
3536

3637
## 1.10.1
3738

README.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,19 @@ instructions to build and make changes to this project, see the
173173

174174
We have a weekly SIG meeting! See the [community page](https://github.com/open-telemetry/community#javascript-sdk) for meeting details and notes.
175175

176-
Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry/teams/javascript-approvers)):
176+
### Community members
177+
178+
#### Maintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers))
179+
180+
- [Amir Blum](https://github.com/blumamir), Aspecto
181+
- [Chengzhong Wu](https://github.com/legendecas), Alibaba
182+
- [Daniel Dyla](https://github.com/dyladan), Dynatrace
183+
- [Marc Pichler](https://github.com/pichlermarc), Dynatrace
184+
- [Valentin Marchaud](https://github.com/vmarchaud), Open Source Contributor
185+
186+
*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).*
187+
188+
#### Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry/teams/javascript-approvers))
177189

178190
- [Gerhard Stöbich](https://github.com/Flarna), Dynatrace
179191
- [Haddas Bronfman](https://github.com/haddasbronfman), Cisco
@@ -188,31 +200,23 @@ Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry
188200

189201
*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#approver).*
190202

191-
Maintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers)):
203+
#### Emeriti
192204

193-
- [Amir Blum](https://github.com/blumamir), Aspecto
194-
- [Chengzhong Wu](https://github.com/legendecas), Alibaba
195-
- [Daniel Dyla](https://github.com/dyladan), Dynatrace
196-
- [Marc Pichler](https://github.com/pichlermarc), Dynatrace
197-
- [Rauno Viskus](https://github.com/Rauno56), Splunk
198-
- [Valentin Marchaud](https://github.com/vmarchaud), Open Source Contributor
205+
- [Bartlomiej Obecny](https://github.com/obecny), LightStep, Maintainer
206+
- [Daniel Khan](https://github.com/dkhan), Dynatrace, Maintainer
207+
- [Mayur Kale](https://github.com/mayurkale22), Google, Maintainer
208+
- [Rauno Viskus](https://github.com/rauno56), Maintainer
209+
- [Brandon Gonzalez](https://github.com/bg451), LightStep, Approver
210+
- [Roch Devost](https://github.com/rochdev), DataDog, Approver
199211

200-
*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).*
212+
*Find more about the emeritus role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#emeritus-maintainerapprovertriager).*
201213

202-
### Thanks to all the people who already contributed
214+
#### Thanks to all the people who already contributed
203215

204216
<a href="https://github.com/open-telemetry/opentelemetry-js/graphs/contributors">
205217
<img src="https://contributors-img.web.app/image?repo=open-telemetry/opentelemetry-js" />
206218
</a>
207219

208-
### Thanks to all previous approvers and maintainers
209-
210-
- [Bartlomiej Obecny](https://github.com/obecny), LightStep, Maintainer
211-
- [Daniel Khan](https://github.com/dkhan), Dynatrace, Maintainer
212-
- [Mayur Kale](https://github.com/mayurkale22), Google, Maintainer
213-
- [Brandon Gonzalez](https://github.com/bg451), LightStep, Approver
214-
- [Roch Devost](https://github.com/rochdev), DataDog, Approver
215-
216220
## Packages
217221

218222
### API

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"ignoreDeps": ["gcp-metadata", "got", "mocha", "husky", "karma-webpack", "@opentelemetry/api"],
16-
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@Rauno56", "@vmarchaud"],
16+
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@vmarchaud"],
1717
"schedule": ["before 3am on Friday"],
1818
"labels": ["dependencies"]
1919
}

0 commit comments

Comments
 (0)