Skip to content

Commit

Permalink
Merge pull request kubernetes#2253 from saschagrunert/1733-implemented
Browse files Browse the repository at this point in the history
Mark release notes KEP as implemented
  • Loading branch information
k8s-ci-robot authored Jan 12, 2021
2 parents 2ba08b4 + c6a3ead commit 2c10835
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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

0 comments on commit 2c10835

Please sign in to comment.