Skip to content

Commit

Permalink
Alpha->Beta Graduation Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PushkarJ authored Feb 2, 2023
1 parent cc74f30 commit 350b25f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ provide it to users of my platform.
Google Cloud Bucket)
- Using Hugo and other tooling (such as Netlify), publish the list from this
JSON blob on official k8s website during `k/website` build
- Generate an RSS feed (atom format) with hugo templates using the generated
JSON blob

### Risks and Mitigations

Expand Down Expand Up @@ -305,6 +307,8 @@ The steps to implement this design will involve a prow job that:

- A GCS bucket needs to be created. Example PR for this looks
like [this](https://github.com/kubernetes/k8s.io/pull/2570/files)
- Additional custom fields need to be added to make JSON feed compliant with
https://validator.jsonfeed.org/

### Test Plan

Expand All @@ -326,7 +330,15 @@ This is a process KEP implemented using periodic prow job. This KEP is not imple

#### Alpha

- KEP implementation is still in alpha and will be moved to beta based on community feedback within the next couple of release cycles.
- Feature implemented with working JSON feed and tabular list
- Initial e2e testing completed and alerting setup for detecting failures

#### Beta

- Gather feedback from developers and end users
- Make JSON feed compliant with `jsonfeed` spec
- Add `RSS` feed for the CVE list
- Add fields that signal freshness of the data

<!--
**Note:** *Not required until targeted at a release.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ see-also:

#replaces: []
#
stage: alpha
stage: beta

latest-milestone: "v1.25"
latest-milestone: "v1.27"

milestone:
alpha: "v1.25"
beta: "TBD"
beta: "v1.27"
stable: "TBD"

## This KEP enhances Kubernetes testing. It does not directly impact any component.
Expand Down

0 comments on commit 350b25f

Please sign in to comment.