diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-07-07 23:33:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-07 23:33:07 -0700 |
| commit | a718ccc0f4ae3d90b36db7a3408e49e6fd6b6bd4 (patch) | |
| tree | 611dc586f1c6a48cab1c4bcd6d36b98a164d7e13 | |
| parent | e751972cdf402ddfa4dc4282bf509997030e1735 (diff) | |
| parent | 8ef395e35454f70289318cc60ffcc3be6506f03f (diff) | |
Merge pull request #4926 from joelsmith/master
Add swamymsft to the PSC
| -rw-r--r-- | OWNERS_ALIASES | 1 | ||||
| -rw-r--r-- | committee-product-security/README.md | 1 | ||||
| -rw-r--r-- | sig-list.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
4 files changed, 6 insertions, 1 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index ee660ce2..c1db2b21 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -160,6 +160,7 @@ aliases: - joelsmith - lukehinds - micahhausler + - swamymsft - tallclair committee-steering: - cblecker diff --git a/committee-product-security/README.md b/committee-product-security/README.md index 0ae237c5..4e597834 100644 --- a/committee-product-security/README.md +++ b/committee-product-security/README.md @@ -18,6 +18,7 @@ The Kubernetes Product Security Committee is the body that is responsible for re * Joel Smith (**[@joelsmith](https://github.com/joelsmith)**), Red Hat * Luke Hinds (**[@lukehinds](https://github.com/lukehinds)**), Red Hat * Micah Hausler (**[@micahhausler](https://github.com/micahhausler)**), Amazon +* Swamy Shivaganga Nagaraju (**[@swamymsft](https://github.com/swamymsft)**), Microsoft * Tim Allclair (**[@tallclair](https://github.com/tallclair)**), Google ## Contact diff --git a/sig-list.md b/sig-list.md index 65c3f7eb..be263aa7 100644 --- a/sig-list.md +++ b/sig-list.md @@ -74,7 +74,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) | Name | Label | Members | Contact | |------|--------|---------|---------| |[Code of Conduct](committee-code-of-conduct/README.md)|code-of-conduct|* [Aeva van der Veen](https://github.com/AevaOnline), Microsoft<br>* [Jennifer Rondeau](https://github.com/Bradamant3), Stripe<br>* [Carolyn Van Slyck](https://github.com/carolynvs), Microsoft<br>* [Jaice Singer DuMars](https://github.com/jdumars), Apple<br>* [Tasha Drew](https://github.com/tashimi), VMware<br>|* [Private Mailing List](conduct@kubernetes.io) -|[Product Security](committee-product-security/README.md)|product-security|* [CJ Cullen](https://github.com/cjcullen), Google<br>* [Craig Ingram](https://github.com/cji), Salesforce<br>* [Joel Smith](https://github.com/joelsmith), Red Hat<br>* [Luke Hinds](https://github.com/lukehinds), Red Hat<br>* [Micah Hausler](https://github.com/micahhausler), Amazon<br>* [Tim Allclair](https://github.com/tallclair), Google<br>|* [Private Mailing List](security@kubernetes.io) +|[Product Security](committee-product-security/README.md)|product-security|* [CJ Cullen](https://github.com/cjcullen), Google<br>* [Craig Ingram](https://github.com/cji), Salesforce<br>* [Joel Smith](https://github.com/joelsmith), Red Hat<br>* [Luke Hinds](https://github.com/lukehinds), Red Hat<br>* [Micah Hausler](https://github.com/micahhausler), Amazon<br>* [Swamy Shivaganga Nagaraju](https://github.com/swamymsft), Microsoft<br>* [Tim Allclair](https://github.com/tallclair), Google<br>|* [Private Mailing List](security@kubernetes.io) |[Steering](committee-steering/README.md)|steering|* [Christoph Blecker](https://github.com/cblecker), Red Hat<br>* [Derek Carr](https://github.com/derekwaynecarr), Red Hat<br>* [Davanum Srinivas](https://github.com/dims), VMware<br>* [Lachlan Evenson](https://github.com/lachie83), Microsoft<br>* [Nikhita Raghunath](https://github.com/nikhita), VMware<br>* [Paris Pittman](https://github.com/parispittman), Apple<br>* [Aaron Crickenberger](https://github.com/spiffxp), Google<br>|* [Slack](https://kubernetes.slack.com/messages/steering-committee)<br>* [Mailing List](https://groups.google.com/a/kubernetes.io/forum/#!forum/steering)<br>* [Private Mailing List](steering-private@kubernetes.io) <!-- BEGIN CUSTOM CONTENT --> @@ -2875,6 +2875,9 @@ committees: - github: micahhausler name: Micah Hausler company: Amazon + - github: swamymsft + name: Swamy Shivaganga Nagaraju + company: Microsoft - github: tallclair name: Tim Allclair company: Google |
