v0.3.0
get_release without a version
get_release now treats version as optional: omit it and the server returns the project's latest reviewed release. Agents usually know the project but not its newest tag, and the facts endpoints cannot surface routine zero-fact releases — this was the missing discovery path.
- Pairs with the new
/v1/releases/{project}form on ratatosk.io (the version segment is now optional there too). - Calls with an explicit version are unchanged.
- Helm chart
appVersionnow tracks releases — the chart previously defaulted to the 0.1.0 image tag.