Skip to content

Commit 2b25bdd

Browse files
authored
Merge pull request #4536 from richardcase/cameron_reviewer
[PROPOSAL] Reviewer and maintainer changes
2 parents a2e7360 + 9db22be commit 2b25bdd

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-15
lines changed

OWNERS_ALIASES

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,44 @@
1-
# See the OWNERS docs: https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md
1+
# See the OWNERS docs: <https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md>
22

33
aliases:
4-
# Correct as of 2022/10/13
4+
5+
# Correct as of 2023/10/04
6+
57
sig-cluster-lifecycle-leads:
68
- fabriziopandini
79
- justinsb
810
- neolit123
9-
- timothysc
10-
# Correct as of 2022/10/13
11+
- vincepri
12+
13+
# Correct as of 2023/10/04
14+
1115
cluster-api-admins:
1216
- CecileRobertMichon
1317
- vincepri
14-
# Correct as of 2022/10/13
18+
19+
# Correct as of 2023/10/04
20+
1521
cluster-api-maintainers:
1622
- CecileRobertMichon
1723
- enxebre
1824
- fabriziopandini
25+
- killianmuldoon
1926
- sbueringer
2027
- vincepri
21-
# Correct as of 2023/01/04
28+
29+
# Correct as of 2023/01/04
30+
2231
cluster-api-aws-admins:
2332
- richardcase
2433
cluster-api-aws-maintainers:
2534
- richardcase
2635
- Skarlso
2736
- Ankitasw
2837
- dlipovetsky
38+
- vincepri
2939
cluster-api-aws-reviewers:
30-
- dthorsen
31-
- pydctw
32-
- shivi28
3340
- AverageMarcus
3441
- luthermonson
42+
- cnmcavoy
43+
- nrb
44+
- faiq

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,13 @@ See [amis] for the list of most recently published AMIs.
8686

8787
`clusterawsadm` could also be installed via Homebrew on macOS and linux OS.
8888
Install the latest release using homebrew:
89+
8990
```shell
9091
brew install clusterawsadm
9192
```
9293

9394
Test to ensure the version you installed is up-to-date:
95+
9496
```shell
9597
clusterawsadm version
9698
```
@@ -182,11 +184,11 @@ Thank you to all contributors and a special thanks to our current maintainers &
182184

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

191193
and the previous/emeritus maintainers & reviewers:
192194

@@ -198,7 +200,9 @@ and the previous/emeritus maintainers & reviewers:
198200
| [@randomvariable](https://github.com/randomvariable) | [@ingvagabund](https://github.com/ingvagabund) |
199201
| [@rudoi](https://github.com/rudoi) | [@michaelbeaumont](https://github.com/michaelbeaumont) |
200202
| [@sedefsavas](https://github.com/sedefsavas) | [@sethp-nr](https://github.com/sethp-nr) |
201-
| [@vincepri](https://github.com/vincepri) | |
203+
| | [@shivi28](https://github.com/shivi28) |
204+
| | [@dthorsen](https://github.com/dthorsen) |
205+
| | [@pydctw](https://github.com/pydctw) |
202206

203207
All the CAPA contributors:
204208

0 commit comments

Comments
 (0)