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
What is published
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-registrychart and images it extends, pinned deliberately inRP_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
develop builds and release candidates from the GitLab period
develop builds and release candidates from before that
Last updated
Was this helpful?