File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed
committee-code-of-conduct
committee-security-response Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,23 @@ The [charter](charter.md) defines the scope and governance of the Code of Conduc
20
20
* Jeremy Rickard (** [ @jeremyrickard ] ( https://github.com/jeremyrickard ) ** ), Microsoft
21
21
* Xander Grzywinski (** [ @salaxander ] ( https://github.com/salaxander ) ** ), Microsoft
22
22
23
+ ## Emeritus Members
24
+
25
+ * Aeva Black (** [ @AevaOnline ] ( https://github.com/AevaOnline ) ** )
26
+ * Jennifer Rondeau (** [ @Bradamant3 ] ( https://github.com/Bradamant3 ) ** )
27
+ * Carolyn Van Slyck (** [ @carolynvs ] ( https://github.com/carolynvs ) ** )
28
+ * Celeste Horgan (** [ @celestehorgan ] ( https://github.com/celestehorgan ) ** )
29
+ * Carlos Tadeu Panato Jr. (** [ @cpanato ] ( https://github.com/cpanato ) ** )
30
+ * Jason DeTiberus (** [ @detiber ] ( https://github.com/detiber ) ** )
31
+ * Eric Paris (** [ @eparis ] ( https://github.com/eparis ) ** )
32
+ * Jaice Singer DuMars (** [ @jdumars ] ( https://github.com/jdumars ) ** )
33
+ * Karen Chu (** [ @karenhchu ] ( https://github.com/karenhchu ) ** )
34
+ * Nabarun Pal (** [ @palnabarun ] ( https://github.com/palnabarun ) ** )
35
+ * Paris Pittman (** [ @parispittman ] ( https://github.com/parispittman ) ** )
36
+ * Tasha Drew (** [ @tashimi ] ( https://github.com/tashimi ) ** )
37
+ * Tim Pepper (** [ @tpepper ] ( https://github.com/tpepper ) ** )
38
+ * Vallery Lancey (** [ @vllry ] ( https://github.com/vllry ) ** )
39
+
23
40
## Contact
24
41
- Slack: [ #code-of-conduct] ( https://kubernetes.slack.com/messages/code-of-conduct )
25
42
- Private Mailing List:
[email protected]
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ The Kubernetes Security Response Committee is the body that is responsible for r
22
22
* Rita Zhang (** [ @ritazh ] ( https://github.com/ritazh ) ** ), Microsoft
23
23
* Tabitha Sable (** [ @tabbysable ] ( https://github.com/tabbysable ) ** ), Datadog
24
24
25
+ ## Emeritus Members
26
+
27
+ * Luke Hinds (** [ @lukehinds ] ( https://github.com/lukehinds ) ** )
28
+ * Swamy Shivaganga Nagaraju (** [ @swamymsft ] ( https://github.com/swamymsft ) ** )
29
+ * Tim Allclair (** [ @tallclair ] ( https://github.com/tallclair ) ** )
30
+
25
31
## Contact
26
32
- Private Mailing List:
[email protected]
27
33
- [ Open Community Issues/PRs] ( https://github.com/kubernetes/community/labels/committee%2Fsecurity-response )
Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
32
32
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
33
33
{{- end }}
34
34
{{- end }}
35
+
36
+ {{- if .Leadership.EmeritusLeads }}
37
+
38
+ ## Emeritus Members
39
+ {{ range .Leadership.EmeritusLeads }}
40
+ * {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**)
41
+ {{- end }}
42
+ {{- end }}
35
43
{{- end }}
36
44
37
45
## Contact
@@ -82,7 +90,7 @@ The following [subprojects][subproject-definition] are owned by the {{.Name}} Co
82
90
- [Mailing List]({{.Contact.MailingList}})
83
91
{{- end }}
84
92
{{- if .Contact.GithubTeams }}
85
- - GitHub Teams:
93
+ - GitHub Teams:
86
94
{{- range .Contact.GithubTeams }}
87
95
- [@kubernetes/{{.Name}}](https://github.com/orgs/kubernetes/teams/{{.Name}}) {{- if .Description }} - {{.Description}}{{- end}}
88
96
{{- end }}
You can’t perform that action at this time.
0 commit comments