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

Versions

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

The National Social 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-national-social-registry changelog

All OpenG2P components are indexed at openg2p.gitlab.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-nsr

openg2p/charts GitLab Helm registry

Docker images

registry.gitlab.com/openg2p/registry/national-social-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.

Legacy versions

Superseded by the changelog above, and kept for history. These point at the former GitHub repositories, the GitHub-Pages Helm repository and Docker Hub — all of which predate the move to GitLab and are no longer updated.

Legacy location
What it was

The previous CI-generated changelog

The previous Helm chart repository

Docker Hub openg2p/openg2p-nsr-*

The previous image registry

Last updated

Was this helpful?