diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-08 16:52:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-08 16:52:52 -0800 |
| commit | 9b2720ddae28a4cc92d132222667dc9180d07e6d (patch) | |
| tree | e59306a44ea3b9a041f701e276f3baa40576fe45 | |
| parent | 987460ffb8b223374ccbe293062ee95058afcca3 (diff) | |
| parent | ea000ff04d420ea2c26c5127e22fb759938a1c18 (diff) | |
Merge pull request #1767 from bryanl/update-wg-app-def-leads
Update leads for wg-app-def
| -rw-r--r-- | OWNERS_ALIASES | 3 | ||||
| -rw-r--r-- | sig-list.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 9 | ||||
| -rw-r--r-- | wg-app-def/README.md | 3 |
4 files changed, 11 insertions, 6 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 4ff47881..e299a7ec 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -102,7 +102,8 @@ aliases: - michmike wg-app-def-leads: - ant31 - - sebgoa + - bryanl + - garethr wg-cloud-provider-leads: - wlan0 - jagosan diff --git a/sig-list.md b/sig-list.md index 7e008d72..2768dc14 100644 --- a/sig-list.md +++ b/sig-list.md @@ -56,7 +56,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md) | Name | Organizers | Contact | Meetings | |------|------------|---------|----------| -|[App Def](wg-app-def/README.md)|* [Antoine Legrand](https://github.com/ant31), CoreOS<br>* [Sebastien Goasguen](https://github.com/sebgoa), Bitnami<br>|* [Slack](https://kubernetes.slack.com/messages/wg-app-def)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-app-def)|* Regular WG Meeting: [Wednesdays at 16:00 UTC (bi-weekly)](https://zoom.us/j/748123863)<br> +|[App Def](wg-app-def/README.md)|* [Antoine Legrand](https://github.com/ant31), CoreOS<br>* [Bryan Liles](https://github.com/bryanl), Heptio<br>* [Gareth Rushgrove](https://github.com/garethr), Docker<br>|* [Slack](https://kubernetes.slack.com/messages/wg-app-def)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-app-def)|* Regular WG Meeting: [Wednesdays at 16:00 UTC (bi-weekly)](https://zoom.us/j/748123863)<br> |[Cloud Provider](wg-cloud-provider/README.md)|* [Sidhartha Mani](https://github.com/wlan0), Caascade Labs<br>* [Jago Macleod](https://github.com/jagosan), Google<br>|* [Slack](https://kubernetes.slack.com/messages/wg-cloud-provider)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-cloud-provider)|* Regular WG Meeting: [Wednesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/my/cloudprovider)<br> |[Cluster API](wg-cluster-api/README.md)|* [Kris Nova](https://github.com/kris-nova), Heptio<br>* [Robert Bailey](https://github.com/roberthbailey), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)| |[Container Identity](wg-container-identity/README.md)|* [Clayton Coleman](https://github.com/smarterclayton), Red Hat<br>* [Greg Gastle](https://github.com/destijl), Google<br>|* [Slack](https://kubernetes.slack.com/messages/wg-container-identity)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-container-identity)|* Regular WG Meeting: [Tuesdays at 15:00 UTC (bi-weekly (On demand))](TBD)<br> @@ -1617,9 +1617,12 @@ workinggroups: - name: Antoine Legrand github: ant31 company: CoreOS - - name: Sebastien Goasguen - github: sebgoa - company: Bitnami + - name: Bryan Liles + github: bryanl + company: Heptio + - name: Gareth Rushgrove + github: garethr + company: Docker meetings: - description: Regular WG Meeting day: Wednesday diff --git a/wg-app-def/README.md b/wg-app-def/README.md index 23204c06..7c290de1 100644 --- a/wg-app-def/README.md +++ b/wg-app-def/README.md @@ -17,7 +17,8 @@ Charter can be found [here](https://docs.google.com/document/d/1TzRwzWYRulx4o8Fi ## Organizers * Antoine Legrand (**[@ant31](https://github.com/ant31)**), CoreOS -* Sebastien Goasguen (**[@sebgoa](https://github.com/sebgoa)**), Bitnami +* Bryan Liles (**[@bryanl](https://github.com/bryanl)**), Heptio +* Gareth Rushgrove (**[@garethr](https://github.com/garethr)**), Docker ## Contact * [Slack](https://kubernetes.slack.com/messages/wg-app-def) |
