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
6 changes: 3 additions & 3 deletions keps/sig-release/1733-release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ approach:
- [x] Replace the "Detailed Bug Fixes And Changes" section in the release notes with a new
website that allows user to filter and search.
- [x] Generate a consumable JSON file via `release-notes` as part of the Release Team duties
- [ ] Identify and stop tracking any "External Dependencies" that a vanilla Kubernetes install
- [x] Identify and stop tracking any "External Dependencies" that a vanilla Kubernetes install
does not rely on. (eg. Things in `cluster/addons`)
- Automation
- [x] Build additional labels to classify:
- [x] API Changes (done, since we now sort the release notes by `kind/`)
- [x] Deprecations (see above)
- [x] Urgent Upgrade Notes
- [ ] Put the generated release notes JSON in to a Google Cloud Bucket
- [ ] Use milestones to capture "Known Issues" at time of release notes generation
- [x] Put the generated release notes JSON in to a Google Cloud Bucket
- [x] Use milestones to capture "Known Issues" at time of release notes generation

### Non-Goals

Expand Down
5 changes: 3 additions & 2 deletions keps/sig-release/1733-release-notes/kep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: Release Notes Improvements
authors:
- "@jeefy"
- "@saschagrunert"
owning-sig: sig-release
participating-sigs:
- sig-contributor-experience
Expand All @@ -14,5 +15,5 @@ approvers:
- "@justaugustus"
editor: "@saschagrunert"
creation-date: 2019-03-31
last-updated: 2019-03-31
status: implementable
last-updated: 2021-01-12
status: implemented