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 updatefetches it,tiny statusshows what a cluster runs). tinyCLI — tiny releases;tiny upgradeself-updates to the latest.- Shared operator chart (
tinysystems-operator) — versioned in the SDK repo undercharts/; each module version pins thechartVersionit installs with in itsmodule.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.