Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROPOSAL] Reviewer and maintainer changes #4536

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 19 additions & 9 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -1,34 +1,44 @@
# See the OWNERS docs: https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md
# See the OWNERS docs: <https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md>

aliases:
# Correct as of 2022/10/13

# Correct as of 2023/10/04

sig-cluster-lifecycle-leads:
- fabriziopandini
- justinsb
- neolit123
- timothysc
# Correct as of 2022/10/13
- vincepri

# Correct as of 2023/10/04

cluster-api-admins:
- CecileRobertMichon
- vincepri
# Correct as of 2022/10/13

# Correct as of 2023/10/04

cluster-api-maintainers:
- CecileRobertMichon
- enxebre
- fabriziopandini
- killianmuldoon
- sbueringer
- vincepri
# Correct as of 2023/01/04

# Correct as of 2023/01/04

cluster-api-aws-admins:
- richardcase
cluster-api-aws-maintainers:
- richardcase
- Skarlso
- Ankitasw
- dlipovetsky
- vincepri
cluster-api-aws-reviewers:
- dthorsen
- pydctw
- shivi28
- AverageMarcus
- luthermonson
- cnmcavoy
- nrb
- faiq
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,13 @@ See [amis] for the list of most recently published AMIs.

`clusterawsadm` could also be installed via Homebrew on macOS and linux OS.
Install the latest release using homebrew:

```shell
brew install clusterawsadm
```

Test to ensure the version you installed is up-to-date:

```shell
clusterawsadm version
```
Expand Down Expand Up @@ -182,11 +184,11 @@ Thank you to all contributors and a special thanks to our current maintainers &

| Maintainers | Reviewers |
|------------------------------------------------------------------| -------------------------------------------------------------------- |
| [@richardcase](https://github.com/richardcase) (from 2020-12-04) | [@shivi28](https://github.com/shivi28) (from 2021-08-27) |
| [@Skarlso](https://github.com/Skarlso) (from 2022-10-19) | [@dthorsen](https://github.com/dthorsen) (from 2020-12-04) |
| [@Ankitasw](https://github.com/Ankitasw) (from 2022-10-19) | [@pydctw](https://github.com/pydctw) (from 2021-12-09) |
| [@dlipovetsky](https://github.com/dlipovetsky) (from 2021-10-31) | [@AverageMarcus](https://github.com/AverageMarcus) (from 2022-10-19) |
| | [@luthermonson](https://github.com/luthermonson ) (from 2023-03-08) |
| [@richardcase](https://github.com/richardcase) (from 2020-12-04) | [@cnmcavoy](https://github.com/cnmcavoy) (from 2023-10-16) |
| [@Skarlso](https://github.com/Skarlso) (from 2022-10-19) | [@AverageMarcus](https://github.com/AverageMarcus) (from 2022-10-19) |
| [@Ankitasw](https://github.com/Ankitasw) (from 2022-10-19) | [@luthermonson](https://github.com/luthermonson ) (from 2023-03-08) |
| [@dlipovetsky](https://github.com/dlipovetsky) (from 2021-10-31) | [@nrb](https://github.com/nrb) (from 2023-10-16) |
| [@vincepri](https://github.com/vincepri) (og & from 2023-10-16) | [@faiq](https://github.com/faiq) (from 2023-10-16) |

and the previous/emeritus maintainers & reviewers:

Expand All @@ -198,7 +200,9 @@ and the previous/emeritus maintainers & reviewers:
| [@randomvariable](https://github.com/randomvariable) | [@ingvagabund](https://github.com/ingvagabund) |
| [@rudoi](https://github.com/rudoi) | [@michaelbeaumont](https://github.com/michaelbeaumont) |
| [@sedefsavas](https://github.com/sedefsavas) | [@sethp-nr](https://github.com/sethp-nr) |
| [@vincepri](https://github.com/vincepri) | |
| | [@shivi28](https://github.com/shivi28) |
| | [@dthorsen](https://github.com/dthorsen) |
| | [@pydctw](https://github.com/pydctw) |

All the CAPA contributors:

Expand Down