> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/products/registry/registry/versions.md).

# Versions

This page tracks the released and in-progress versions of the OpenG2P Registry (Gen 2) Helm chart (`openg2p-registry`). For full deployment details of the current line, see [Helm Chart 4.x](/products/registry/registry/deployment/helm-chart-4.x.md).

| Helm Chart Version                                                                    | Components                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Last Modified | Comments                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [4.2.0-develop](https://github.com/OpenG2P/openg2p-registry-gen2-deployment/tree/4.2) | <p>Same as 4.1.0, plus:<br>openg2p-awe:develop<br>openg2p-awe-ui:develop</p>                                                                                                                                                                                                                                                                                                                                                                                                                                               | 12 May 2026   | <p><strong>In progress.</strong> Key difference vs 4.1.0:</p><ul><li>Integrated <strong>AWE (Approval Workflow Engine)</strong> as a platform subchart (<code>openg2p-awe 0.0.0-develop</code>) — backend + admin UI + its own Keycloak clients (<code>awe-admin-portal</code>, <code>awe-admin-resolver</code>) and a dedicated <code>\<release>\_awe</code> database.</li></ul>                                                                                                                                    |
| [4.1.0](https://github.com/OpenG2P/openg2p-registry-gen2-deployment/tree/v4.1.0)      | Same as 4.0.0.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | 08 May 2026   | <p>Changes vs 4.0.0:</p><ul><li>Intra-cluster service-to-service calls switched to internal Kubernetes service DNS (ID Generator, Staff Portal API).</li><li>MinIO endpoint corrected to the S3 API host (<code>minio-api.\<ns></code>), now operator-configurable.</li><li>Release-name length validator (max 18 chars).</li><li>Resource requests/limits added for all components.</li><li>Master Data DB names aligned with commons-services.</li><li>Audit Manager connection; uninstall script added.</li></ul> |
| [4.0.0](https://github.com/OpenG2P/openg2p-registry-gen2-deployment/tree/v4.0.0)      | <p><a href="https://hub.docker.com/r/openg2p/openg2p-farmer-registry-staff-portal-api">farmer-registry-staff-portal-api:v1.0.2</a><br><a href="https://hub.docker.com/r/openg2p/openg2p-farmer-registry-partner-api">farmer-registry-partner-api:v1.0.2</a><br><a href="https://hub.docker.com/r/openg2p/openg2p-farmer-registry-celery">farmer-registry-celery:v1.0.2</a> (beat-producer + worker)<br><a href="https://hub.docker.com/r/openg2p/openg2p-registry-staff-portal-ui">registry-staff-portal-ui:v1.0.2</a></p> | 21 Apr 2026   | First release of Registry Gen 2 — the domain-agnostic registry platform. 4.0.0 manifests the **Farmer Registry** (farmer domain models supplied via the extensions repository). Stable version.                                                                                                                                                                                                                                                                                                                      |

{% hint style="info" %}
The **Last Modified** date for in-progress (`-develop`) versions is updated as work continues. Released versions carry the date of their tag.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openg2p.org/products/registry/registry/versions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
