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

Add GEP-2659 and updates to GEP overview #2689

Merged
merged 13 commits into from
Dec 22, 2023

Conversation

youngnick
Copy link
Contributor

@youngnick youngnick commented Dec 19, 2023

What type of PR is this?
/kind documentation
/kind gep

What this PR does / why we need it:
This adds GEP-2659 to update the GEP process.

It also makes some changes to GEP layout:

  • GEPs are now stored in individual directories.
  • Each GEP now has a YAML metadata file. The schema is documented in pkg/gep.
  • All existing GEPs have had their YAML metadata fillled out.

Which issue(s) this PR fixes:
Fixes #2659

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/documentation Categorizes issue or PR as related to documentation. kind/gep PRs related to Gateway Enhancement Proposal(GEP) cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Dec 19, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: youngnick

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 19, 2023
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 19, 2023
@youngnick youngnick requested review from robscott and removed request for bowei December 19, 2023 00:29
@youngnick
Copy link
Contributor Author

/hold for multiple review

Copy link
Member

@robscott robscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @youngnick! Didn't quite make it through everything, but lots of great things in here.

geps/gep-1324.yaml Outdated Show resolved Hide resolved
geps/gep-1867.yaml Outdated Show resolved Hide resolved
geps/gep-2257.yaml Outdated Show resolved Hide resolved
geps/gep-2659.md Outdated Show resolved Hide resolved
geps/gep-2659.md Outdated Show resolved Hide resolved
geps/gep-2659.md Outdated Show resolved Hide resolved
geps/gep-2659.md Outdated Show resolved Hide resolved
geps/gep-2659.md Outdated Show resolved Hide resolved
geps/gep-2659.md Outdated Show resolved Hide resolved
geps/gep-1016.yaml Outdated Show resolved Hide resolved
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 19, 2023
This commit adds the text of GEP-2659 and updates the GEP overview
with those details.

Signed-off-by: Nick Young <[email protected]>
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 20, 2023
Copy link
Member

@robscott robscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @youngnick! A few nits but otherwise LGTM. I think it's great to get this in while there are very few changes in flight because this would otherwise result in a lot of merge conflicts. Will give a chance for others to weigh in over the next ~24 hours, but otherwise will plan to merge once that passes + this last bit of feedback has been addressed.

geps/overview.md Outdated Show resolved Hide resolved
geps/overview.md Outdated Show resolved Hide resolved
geps/gep-2659/index.md Outdated Show resolved Hide resolved
geps/gep-2659/index.md Outdated Show resolved Hide resolved
Signed-off-by: Nick Young <[email protected]>
@robscott
Copy link
Member

Thanks @youngnick! This LGTM, but will hold off on merging for another ~24 hours in case someone else has feedback here.

/cc @mikemorris @mlavacca

@robscott
Copy link
Member

Thanks @youngnick!

/lgtm
/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 22, 2023
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 22, 2023
@k8s-ci-robot k8s-ci-robot merged commit f80f447 into kubernetes-sigs:main Dec 22, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. kind/gep PRs related to Gateway Enhancement Proposal(GEP) lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GEP: Document and improve the GEP process
3 participants