Skip to content

Changelog

Yagra publishes release notes with every version. Rather than duplicate them here, this page points to the canonical sources, which are always current.

  • GitHub Releases — every tagged release with its notes and the published container images.
  • RELEASE_NOTES.md in the repository — the full history in one file (English and Japanese).

Behavior changes an operator or API client could notice — response shapes, status codes, defaults, removed behavior — are always listed in the notes. Skim them for the release you are moving to before an upgrade.

Released versions are published to the GitHub Container Registry:

ghcr.io/horryworks/yagra-core:v<version>
ghcr.io/horryworks/yagra-poller:v<version>
ghcr.io/horryworks/yagra-web:v<version>

Pin :v<version> for production. :latest is the latest stable release — pre-releases never move it — and only releases are published at all. The full tag policy, including the immutable per-commit tags used for rollback, is in the installation guide.