Skip to content

Commit

Permalink
CODEOWNERS: Assign vendor/ to cilium-cli-maintainers
Browse files Browse the repository at this point in the history
Most of the Go code has been moved to cilium/cilium repo [^1], and the
only direct dependencies are cilium/cilium and google/gops at this
point. I don't think it makes much sense to pull in the vendor team for
reviewing new versions of cilium and / or gops. I'm imagining the new
release process will look something like this:

- Renovate picks up a new cilium/cilium pre-release from main branch.
  Pre-releases happen roughly once a month.
- cilium-cli-maintainers team approves and merges the Renovate PR.
- cilium-cli-maintainers team cuts a new cilium-cli release.

[^1]: cilium/cilium#34178

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Aug 20, 2024
1 parent 62bd451 commit 81d43dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
/.github/tools/ @cilium/ci-structure
/.github/workflows/ @cilium/github-sec @cilium/ci-structure
/cmd/ @cilium/cli
/go.sum @cilium/vendor
/go.mod @cilium/vendor
/go.sum @cilium/cilium-cli-maintainers
/go.mod @cilium/cilium-cli-maintainers
/stable-v0.14.txt @cilium/cilium-cli-maintainers
/stable.txt @cilium/cilium-cli-maintainers
/vendor/ @cilium/vendor
/vendor/ @cilium/cilium-cli-maintainers

0 comments on commit 81d43dd

Please sign in to comment.