-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Allow exempting blog articles from staleness notice #31778
Copy link
Copy link
Closed
Labels
area/web-developmentIssues or PRs related to the kubernetes.io's infrastructure, design, or build processesIssues or PRs related to the kubernetes.io's infrastructure, design, or build processeskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
area/web-developmentIssues or PRs related to the kubernetes.io's infrastructure, design, or build processesIssues or PRs related to the kubernetes.io's infrastructure, design, or build processeskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a Feature Request
What would you like to be added
Add a mechanism that lets us update the front matter of a blog article to show that it is never considered stale, and use that to suppress the notice for stale content.
Why is this needed
An article such as https://kubernetes.io/blog/2020/12/08/kubernetes-1-20-release-announcement/ is old, but by its nature doesn't really need an offputting “Outdated article” notice.
It would be nice to be able to mark some articles as never stale, or possible to set a custom freshness duration? Something, anyway.
Comments
/kind feature
/area web-development
This would build on the work from PR #31594