diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-12-06 09:44:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-06 09:44:34 -0800 |
| commit | 7ca4d55d209eb3cc6cca1528f9cbaf48b720161c (patch) | |
| tree | 7952e8d60e0f7484bffd030001e3831fe1d4d405 | |
| parent | 066f8f04dd4c6a1302df2cf99e74387e4fa567af (diff) | |
| parent | a4dea68e7d105d89633e3e6ef6765d547f0c8b7a (diff) | |
Merge pull request #6260 from justaugustus/c-liaisons
steering: Add Committee liaisons
| -rw-r--r-- | committee-code-of-conduct/README.md | 1 | ||||
| -rw-r--r-- | committee-security-response/README.md | 1 | ||||
| -rw-r--r-- | liaisons.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 6 |
4 files changed, 10 insertions, 0 deletions
diff --git a/committee-code-of-conduct/README.md b/committee-code-of-conduct/README.md index 100f2962..74bb8f54 100644 --- a/committee-code-of-conduct/README.md +++ b/committee-code-of-conduct/README.md @@ -26,6 +26,7 @@ The [charter](charter.md) defines the scope and governance of the Code of Conduc - [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/committee%2Fcode-of-conduct) - GitHub Teams: - [@kubernetes/code-of-conduct-committee](https://github.com/orgs/kubernetes/teams/code-of-conduct-committee) - General Discussion +- Steering Committee Liaison: Tim Pepper (**[@tpepper](https://github.com/tpepper)**) [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects <!-- BEGIN CUSTOM CONTENT --> diff --git a/committee-security-response/README.md b/committee-security-response/README.md index cbf1722f..afb3e65d 100644 --- a/committee-security-response/README.md +++ b/committee-security-response/README.md @@ -26,6 +26,7 @@ The Kubernetes Security Response Committee is the body that is responsible for r - [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/committee%2Fsecurity-response) - GitHub Teams: - [@kubernetes/security-response-committee](https://github.com/orgs/kubernetes/teams/security-response-committee) - General Discussion +- Steering Committee Liaison: Stephen Augustus (**[@justaugustus](https://github.com/justaugustus)**) ## Subprojects diff --git a/liaisons.md b/liaisons.md index 23805b46..6b7ffb8e 100644 --- a/liaisons.md +++ b/liaisons.md @@ -56,6 +56,8 @@ of SIGs, WGs and UGs. | [WG Structured Logging](wg-structured-logging/README.md) | Davanum Srinivas (**[@dims](https://github.com/dims)**) | | [UG Big Data](ug-big-data/README.md) | Tim Pepper (**[@tpepper](https://github.com/tpepper)**) | | [UG VMware Users](ug-vmware-users/README.md) | Tim Pepper (**[@tpepper](https://github.com/tpepper)**) | +| [Committee Code of Conduct](committee-code-of-conduct/README.md) | Tim Pepper (**[@tpepper](https://github.com/tpepper)**) | +| [Committee Security Response](committee-security-response/README.md) | Stephen Augustus (**[@justaugustus](https://github.com/justaugustus)**) | <!-- BEGIN CUSTOM CONTENT --> <!-- END CUSTOM CONTENT --> @@ -3144,6 +3144,9 @@ committees: teams: - name: code-of-conduct-committee description: General Discussion + liaison: + github: tpepper + name: Tim Pepper - dir: committee-security-response name: Security Response mission_statement: > @@ -3180,6 +3183,9 @@ committees: teams: - name: security-response-committee description: General Discussion + liaison: + github: justaugustus + name: Stephen Augustus subprojects: - name: committee-security-response description: Policies and documentation for the Security Response Committee |
