Skip to content

Commit 2c10835

Browse files
authored
Merge pull request kubernetes#2253 from saschagrunert/1733-implemented
Mark release notes KEP as implemented
2 parents 2ba08b4 + c6a3ead commit 2c10835

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

keps/sig-release/1733-release-notes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ approach:
5959
- [x] Replace the "Detailed Bug Fixes And Changes" section in the release notes with a new
6060
website that allows user to filter and search.
6161
- [x] Generate a consumable JSON file via `release-notes` as part of the Release Team duties
62-
- [ ] Identify and stop tracking any "External Dependencies" that a vanilla Kubernetes install
62+
- [x] Identify and stop tracking any "External Dependencies" that a vanilla Kubernetes install
6363
does not rely on. (eg. Things in `cluster/addons`)
6464
- Automation
6565
- [x] Build additional labels to classify:
6666
- [x] API Changes (done, since we now sort the release notes by `kind/`)
6767
- [x] Deprecations (see above)
6868
- [x] Urgent Upgrade Notes
69-
- [ ] Put the generated release notes JSON in to a Google Cloud Bucket
70-
- [ ] Use milestones to capture "Known Issues" at time of release notes generation
69+
- [x] Put the generated release notes JSON in to a Google Cloud Bucket
70+
- [x] Use milestones to capture "Known Issues" at time of release notes generation
7171

7272
### Non-Goals
7373

keps/sig-release/1733-release-notes/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: Release Notes Improvements
22
authors:
33
- "@jeefy"
4+
- "@saschagrunert"
45
owning-sig: sig-release
56
participating-sigs:
67
- sig-contributor-experience
@@ -14,5 +15,5 @@ approvers:
1415
- "@justaugustus"
1516
editor: "@saschagrunert"
1617
creation-date: 2019-03-31
17-
last-updated: 2019-03-31
18-
status: implementable
18+
last-updated: 2021-01-12
19+
status: implemented

0 commit comments

Comments
 (0)