You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-team/role-handbooks/enhancements/README.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -698,6 +698,51 @@ If there is continued unresponsiveness on issues, remove them from the milestone
698
698
699
699
Exception process is outlined [here](https://github.com/kubernetes/sig-release/blob/master/releases/EXCEPTIONS.md)
700
700
701
+
#### Exceptions.yaml File Format
702
+
703
+
When tracking exceptions for a release, create an `exceptions.yaml` file in the release directory (e.g., `releases/release-1.35/exceptions.yaml`). Here's the expected format:
704
+
705
+
```yaml
706
+
# Exception requests in v1.35
707
+
# Google Group: https://groups.google.com/g/kubernetes-sig-release
708
+
# Release Team Lead: [Name] ([@github-handle](https://github.com/github-handle))
709
+
710
+
# Enhancements Freeze Exceptions requested in v1.35
- `issue`: Enhancement issue number in kubernetes/enhancements
740
+
- `date_requested`: Date when the exception was requested (YYYY-MM-DD format)
741
+
- `date_reviewed`: Date when the exception was formally approved/rejected by the release team (YYYY-MM-DD format)
742
+
- `thread`: Link to the Google Groups discussion thread
743
+
- `pull_requests`: List of relevant PRs (enhancements PRs for enhancement freeze, k/k PRs for code freeze)
744
+
- `status`: Either "approved" or "rejected"
745
+
701
746
### CNCF / Media Engagement
702
747
703
748
- You may be called upon by the communications lead to help with media engagement near the end of the release cycle. Please ensure that if there are any restrictions or training required by your company before engaging that you have completed those ahead of Code Thaw.
0 commit comments