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
15 changes: 12 additions & 3 deletions geps/gep-1709/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# GEP-1709: Conformance Profiles

* Issue: [#1709](https://github.com/kubernetes-sigs/gateway-api/issues/1709)
* Status: Experimental
* Probationary Period: Re-evaluate in April 2024
* Status: Standard

## Important Notes

Unlike our APIs, CRDs, or `gwctl` conformance profiles and their reports are
not user facing in the traditional sense. As trends in Gateway API utilization
grow and change, it may make sense to adjust how profiles work to align better
with what implementations are doing. As such conformance profiles (that is,
the test suite and the reports) might be subject to backwards incompatible
changes at times in ways the rest of the API wouldn't be (e.g. significant
features may need to be added or removed on a profile).

## TLDR

Expand Down Expand Up @@ -669,7 +678,7 @@ The following are items that **MUST** be resolved to move this GEP to
merit, and doesn't appear to be redundant.
- [x] Finalize the report organization structure based on feedback during the
experimental phase.
- [ ] Base documentation must exist for implementations to run the tests via
- [x] Base documentation must exist for implementations to run the tests via
the CLI and via the Golang library.

[sig-arch-feedback]:https://groups.google.com/g/kubernetes-sig-architecture/c/YjrVZ4NJQiA/m/7Qg7ScddBwAJ
Expand Down
2 changes: 1 addition & 1 deletion geps/gep-1709/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: internal.gateway.networking.k8s.io/v1alpha1
kind: GEPDetails
number: 1709
name: Conformance Profiles
status: Experimental
status: Standard
authors:
- shaneutt
- mlavacca
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ nav:
- Experimental:
- geps/gep-713/index.md
- geps/gep-1016/index.md
- geps/gep-1709/index.md
- geps/gep-1742/index.md
- geps/gep-1748/index.md
- geps/gep-1762/index.md
Expand All @@ -141,6 +140,7 @@ nav:
- geps/gep-1364/index.md
- geps/gep-1426/index.md
- geps/gep-1686/index.md
- geps/gep-1709/index.md
- Memorandum:
- geps/gep-917/index.md
- geps/gep-922/index.md
Expand Down