For the complete documentation index, see llms.txt. This page is also available as Markdown.

Versions

Where to find Farmer Registry chart and image versions, and what changed in each.

The Farmer Registry publishes its own Docker images and Helm chart. Every image and the chart built from a commit carry the same version, derived from git by the central pipeline — so a chart version tells you exactly which images it deploys.

Where versions are tracked

Changelog — every released version and what changed in it: registry-farmer-registry changelog

All OpenG2P components are indexed at openg2p.github.io/versions. These are generated by CI on every publish and are the single source of truth — versions are not listed on this site.

What is published

Artifact
Where

Helm chart openg2p-farmer-registry

Docker images

Docker Hub openg2p/openg2p-farmer-registry-<name>

The two version lines

This registry's version and the platform's move independently:

  • This registry's version — the wrapper chart and its images, locked together, stamped by CI on every commit.

  • Platform version — the openg2p-registry chart and images it extends, pinned deliberately in RP_VERSION (each Dockerfile) and in the chart dependency, and changed as a pair. See the Registry Platform changelog.

How versions are derived, frozen and promoted is documented org-wide in Helm & Docker Versioning Strategy and CI.

Earlier catalogues

Every released version (N.N.N) is listed in the changelog above, including those published before the move back to GitHub — their charts are in openg2p-helm. Development builds (0.0.0-develop.N) and release candidates from those earlier periods were not moved and remain where they were published.

Earlier catalogue
What it still holds

develop builds and release candidates from the GitLab period

develop builds and release candidates from before that

Last updated

Was this helpful?