Skip to content
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
14 changes: 9 additions & 5 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ The current Maintainers Group for the Shipwright Project consists of:
| Name | Employer | GitHub ID | Responsibilities |
| ----------------- | -------- | ----------------------------------------------------- | -------------------------- |
| Sascha Schwarze | IBM | [SaschaSchwarze0](https://github.com/SaschaSchwarze0) | Administrator, Maintainer |
| Adam Kaplan | Red Hat | [adambkaplan](https://github.com/adambkaplan) | Administrator, Maintainer |
| Enrique Encalada | IBM | [qu1queee](https://github.com/qu1queee) | Administrator, Maintainer |

This list must be kept in sync with the [CNCF Project Maintainers list](https://github.com/cncf/foundation/blob/master/project-maintainers.csv).
Expand All @@ -26,9 +25,14 @@ The current Approvers Group for the Shipwright Project consists of:
Community members are eligible to graduate to the Maintainer and Approver groups in accordance with the project
[Governance](./GOVERNANCE.md) and [Contributor Ladder](./CONTRIBUTOR-LADDER.md).


# Emeritus Maintainers

| Name | Employer | GitHub ID |
| ----------------- | -------- | ----------------------------------------------------- |
| Hasan Awad | Red Hat | [@hasanawad94](https://github.com/hasanawad94) |
The following individuals have stepped down from active maintainer responsibilities but are recognized for their prior contributions to the project:

| Name | GitHub ID | Former Responsibilities |
| ------------- | ----------------------------------------------------- | ------------------------- |
| Adam Kaplan | [adambkaplan](https://github.com/adambkaplan) | Administrator, Maintainer |
| Hasan Awad | [hasanawad94](https://github.com/hasanawad94) | Maintainer |
| Jason Hall | [ImJasonH](https://github.com/ImJasonH) | Founder, Maintainer |
| Jordan | [zhangtbj](https://github.com/zhangtbj) | Founder, Maintainer |
| Shoubhik Bose | [sbose78](https://github.com/sbose78) | Founder, Maintainer |
3 changes: 1 addition & 2 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# The OWNERS file lists individuals who are allowed to approve pull requests by prow

approvers:
- adambkaplan
- qu1queee
- SaschaSchwarze0

reviewers:
- qu1queee
- SaschaSchwarze0
- adambkaplan
- HeavyWombat

emeritus_approvers:
- adambkaplan # 2026-06-17
- sbose78

emeritus_reviewers:
Expand Down