-
Notifications
You must be signed in to change notification settings - Fork 42
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
Visibility into Feature Graduation Momentum #164
Comments
I am thinking the addition of a Also, leveraging a yaml to csv converter to populate a google sheet with formulas to aid release planning. |
What triggers the syncing of Enhancements repo features.yaml with the Istio.io features.yaml as seen here? istio/istio.io#13519 |
Every day at 2am, this job runs: https://github.com/istio/test-infra/blob/master/prow/config/jobs/istio.io.yaml#L75 It does a |
Improve visibility into our list of Features, their stage and last promotion date.
The source of truth for the user facing Istio Features list is the features.yaml found in this enhancements repo.
Refine the schema and populate with known data so that users can accurately understand:
And for release planning to be able to:
Automatically consume this data to highlight stale/high priority features based on time the feature was last graduated
Update feature stage and graduation history in a given release
Track activity, change notes, etc for a given Feature Area with the aim of indicating feature interest and priority for graduation
Does this overlap with annotations.yaml?
The text was updated successfully, but these errors were encountered: