Changelog

Tiny Systems is not released as one versioned product, so this site does not maintain a unified changelog. Each piece versions independently:

  • Module SDK (github.com/tiny-systems/module) — the substrate every module builds on. Release notes live on the SDK releases page. Current line: v0.13.x.
  • Modules (common, http, llm, kubernetes, ...) — each module repo tags its own releases; the versions actually installable are whatever the module index lists (tiny repo update fetches it, tiny status shows what a cluster runs).
  • tiny CLItiny releases; tiny upgrade self-updates to the latest.
  • Shared operator chart (tinysystems-operator) — versioned in the SDK repo under charts/; each module version pins the chartVersion it installs with in its module.yaml.

To see what changed for a module you run, follow its source: field in the index to the module's own repository and releases.

For breaking SDK changes and how to adapt to them, see the Migration Guide.