Skip to content

Commit 6986b77

Browse files
committed
KEP-5073: add Release Signoff Checklist section
1 parent e7ff6a2 commit 6986b77

File tree

1 file changed

+40
-0
lines changed
  • keps/sig-api-machinery/5073-declarative-validation-with-validation-gen

1 file changed

+40
-0
lines changed

keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen
22
<!-- toc -->
3+
- [Release Signoff Checklist](#release-signoff-checklist)
34
- [KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen](#kep-5073-declarative-validation-of-kubernetes-native-types-with-validation-gen)
45
- [Summary](#summary)
56
- [Motivation](#motivation)
@@ -85,6 +86,45 @@
8586
- [&quot;New K8s Native APIs&quot; Design Partner For Declarative Validation in 1.34](#new-k8s-native-apis-design-partner-for-declarative-validation-in-134)
8687
<!-- /toc -->
8788

89+
90+
## Release Signoff Checklist
91+
92+
<!--
93+
**ACTION REQUIRED:** In order to merge code into a release, there must be an
94+
issue in [kubernetes/enhancements] referencing this KEP and targeting a release
95+
milestone **before the [Enhancement Freeze](https://git.k8s.io/sig-release/releases)
96+
of the targeted release**.
97+
98+
For enhancements that make changes to code or processes/procedures in core
99+
Kubernetes—i.e., [kubernetes/kubernetes], we require the following Release
100+
Signoff checklist to be completed.
101+
102+
Check these off as they are completed for the Release Team to track. These
103+
checklist items _must_ be updated for the enhancement to be released.
104+
-->
105+
106+
Items marked with (R) are required *prior to targeting to a milestone / release*.
107+
108+
- [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
109+
- [X] (R) KEP approvers have approved the KEP status as `implementable`
110+
- [X] (R) Design details are appropriately documented
111+
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
112+
- [ ] e2e Tests for all Beta API Operations (endpoints)
113+
- [X] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
114+
- [X] (R) Minimum Two Week Window for GA e2e tests to prove flake free
115+
- [X] (R) Graduation criteria is in place
116+
- [X] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
117+
- [X] (R) Production readiness review completed
118+
- [X] (R) Production readiness review approved
119+
- [ ] "Implementation History" section is up-to-date for milestone
120+
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
121+
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
122+
123+
<!--
124+
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
125+
-->
126+
127+
88128
# KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen
89129

90130
## Summary

0 commit comments

Comments
 (0)