Skip to content

v0.3.0

Choose a tag to compare

@garlicKim21 garlicKim21 released this 23 Jul 08:16

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 appVersion now tracks releases — the chart previously defaulted to the 0.1.0 image tag.