get_release
Retrieve a reviewed release and its facts from CNCF project release notes. Specify a version or omit it for the default release; include raw notes to see the original source.
Instructions
One reviewed release: envelope (coverage, assessment, source URL) plus all its facts. facts=[] with coverage=full_reviewed means the release was read and is routine — auditable silence. Omit version for the latest reviewed release of the project. version is accepted with or without the leading 'v' (projects disagree on the spelling); a wrong tag returns an error listing the project's recent reviewed tags — retry with one of those. Set include_raw for the original release note body (raw_notes); when the review is not the full story (coverage insufficient, or zero facts) raw_notes is included automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | project slug, e.g. envoy | |
| version | No | release tag exactly as published, e.g. v1.38.3; omit for the latest reviewed release | |
| include_raw | No | also return the original release note body as raw_notes — judge from the source instead of the extracted facts |