Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support RSS feeds by generating data in Atom format #77

Closed
Tracked by #1
PushkarJ opened this issue Jan 12, 2023 · 4 comments · Fixed by kubernetes/website#39513
Closed
Tracked by #1

Support RSS feeds by generating data in Atom format #77

PushkarJ opened this issue Jan 12, 2023 · 4 comments · Fixed by kubernetes/website#39513
Assignees
Labels
sig/docs Categorizes an issue or PR as relevant to SIG Docs. sig/security Categorizes an issue or PR as relevant to SIG Security. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@PushkarJ
Copy link
Member

Description

We want to maintain an index.xml equivalent of https://kubernetes.io/docs/reference/issues-security/official-cve-feed/index.json
so folks can subscribe to the auto-refreshing CVE feed when a new CVE comes up.

Details

We can use the kubernetes blog RSS feed to get started as an example:

The CVE feed items can be iterated similar to how it is done for index.json

Hugo RSS generator: https://gohugo.io/templates/rss/

Testing / Validation

https://validator.w3.org/feed/#validate_by_input

@mtardy
Copy link
Member

mtardy commented Feb 16, 2023

Ok, I can do this, I just spent one hour wondering why no index.xml appeared and it was just because the Kubernetes website had the "good" idea to rename the default index to feed for RSS in the global config 🙃

/assign

@sftim
Copy link
Contributor

sftim commented Feb 27, 2023

/triage accepted
(why not?)

@k8s-ci-robot k8s-ci-robot added the triage/accepted Indicates an issue or PR is ready to be actively worked on. label Feb 27, 2023
@PushkarJ
Copy link
Member Author

/sig security docs
/area security

@k8s-ci-robot k8s-ci-robot added the sig/security Categorizes an issue or PR as relevant to SIG Security. label Mar 23, 2023
@k8s-ci-robot
Copy link
Contributor

@PushkarJ: The label(s) area/security cannot be applied, because the repository doesn't have them.

In response to this:

/sig security docs
/area security

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the sig/docs Categorizes an issue or PR as relevant to SIG Docs. label Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/docs Categorizes an issue or PR as relevant to SIG Docs. sig/security Categorizes an issue or PR as relevant to SIG Security. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants