Merge pull request #7488 from palnabarun/committee-generated-emeritus

generator: add generated section in committee README for emeritus members
This commit is contained in:
Kubernetes Prow Robot 2023-08-23 04:54:21 -07:00 committed by GitHub
commit 6fe635851e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 1 deletions

View File

@ -20,6 +20,23 @@ The [charter](charter.md) defines the scope and governance of the Code of Conduc
* Jeremy Rickard (**[@jeremyrickard](https://github.com/jeremyrickard)**), Microsoft
* Xander Grzywinski (**[@salaxander](https://github.com/salaxander)**), Microsoft
## Emeritus Members
* Aeva Black (**[@AevaOnline](https://github.com/AevaOnline)**)
* Jennifer Rondeau (**[@Bradamant3](https://github.com/Bradamant3)**)
* Carolyn Van Slyck (**[@carolynvs](https://github.com/carolynvs)**)
* Celeste Horgan (**[@celestehorgan](https://github.com/celestehorgan)**)
* Carlos Tadeu Panato Jr. (**[@cpanato](https://github.com/cpanato)**)
* Jason DeTiberus (**[@detiber](https://github.com/detiber)**)
* Eric Paris (**[@eparis](https://github.com/eparis)**)
* Jaice Singer DuMars (**[@jdumars](https://github.com/jdumars)**)
* Karen Chu (**[@karenhchu](https://github.com/karenhchu)**)
* Nabarun Pal (**[@palnabarun](https://github.com/palnabarun)**)
* Paris Pittman (**[@parispittman](https://github.com/parispittman)**)
* Tasha Drew (**[@tashimi](https://github.com/tashimi)**)
* Tim Pepper (**[@tpepper](https://github.com/tpepper)**)
* Vallery Lancey (**[@vllry](https://github.com/vllry)**)
## Contact
- Slack: [#code-of-conduct](https://kubernetes.slack.com/messages/code-of-conduct)
- Private Mailing List: conduct@kubernetes.io

View File

@ -22,6 +22,12 @@ The Kubernetes Security Response Committee is the body that is responsible for r
* Rita Zhang (**[@ritazh](https://github.com/ritazh)**), Microsoft
* Tabitha Sable (**[@tabbysable](https://github.com/tabbysable)**), Datadog
## Emeritus Members
* Luke Hinds (**[@lukehinds](https://github.com/lukehinds)**)
* Swamy Shivaganga Nagaraju (**[@swamymsft](https://github.com/swamymsft)**)
* Tim Allclair (**[@tallclair](https://github.com/tallclair)**)
## Contact
- Private Mailing List: security@kubernetes.io
- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/committee%2Fsecurity-response)

View File

@ -32,6 +32,14 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
{{- end }}
{{- end }}
{{- if .Leadership.EmeritusLeads }}
## Emeritus Members
{{ range .Leadership.EmeritusLeads }}
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**)
{{- end }}
{{- end }}
{{- end }}
## Contact
@ -82,7 +90,7 @@ The following [subprojects][subproject-definition] are owned by the {{.Name}} Co
- [Mailing List]({{.Contact.MailingList}})
{{- end }}
{{- if .Contact.GithubTeams }}
- GitHub Teams:
- GitHub Teams:
{{- range .Contact.GithubTeams }}
- [@kubernetes/{{.Name}}](https://github.com/orgs/kubernetes/teams/{{.Name}}) {{- if .Description }} - {{.Description}}{{- end}}
{{- end }}