list_facts
Sync incremental release facts (security fixes, deprecations, breaking changes) for CNCF projects. Use filters and cursor pagination to maintain an up-to-date local copy.
Instructions
Incremental SYNC feed of release facts (typed, entity-level changes: security fixes, removals, deprecations, renames, defaults) for CNCF/cloud-native projects. Ordered by fact_id ascending — OLDEST analyzed first, so a single page is NOT the newest data; page through with since= until next_since comes back null. Built for keeping a local copy up to date. For 'what is the latest release of X' or 'recent releases of X', use get_release (omit version for the newest) instead. Optionally filter by project/type/severity. Facts citing an upstream security advisory carry advisory_group_key (the official notice id, e.g. GHSA-… on GitHub; facts citing only CVE ids get a cve:… key) and group_severity — the maximum severity across all releases sharing that key — the group-maximum reading, with per-release severity as the per-release evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | fact_type filter: security_fix|dependency_bump|capability_removed|capability_deprecated|api_version_changed|identifier_renamed|validation_tightened|default_changed|behavior_changed | |
| limit | No | page size, default 50, max 200 | |
| since | No | cursor: return facts with fact_id greater than this | |
| project | No | project slug filter, e.g. envoy, istio, cilium | |
| severity | No | info|low|medium|high|critical |