> 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/platform/platform-services/master-data-service/versions.md).

# Versions

Version history of the OpenG2P Master Data Service (MDS).

MDS source code, Docker images, and the Helm chart all live in the single repository [`master-data-service`](https://github.com/OpenG2P/master-data-service). On the `develop` branch the published chart version is `0.0.0-develop.<run-number>` and Docker images are tagged `develop`. Tagged releases carry semantic versions on both the git tag and the published artefacts.

Images publish to Docker Hub (`openg2p/master-data-api`, `openg2p/master-data-ui`, `openg2p/master-data-db-seed`) and the chart to [`openg2p-helm`](https://openg2p.github.io/openg2p-helm).

| Source / Helm Version                                                                                                  | Runtimes                                                                                                                                                                                                                                                                                                       | Last Modified | Comments                                                                                                                                                 |
| ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [0.0.0-develop.69](https://github.com/OpenG2P/master-data-service/tree/develop/deployments/charts/openg2p-master-data) | <p><a href="https://hub.docker.com/r/openg2p/master-data-api/tags">master-data-api:develop</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-ui/tags">master-data-ui:develop</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-db-seed/tags">master-data-db-seed:develop</a></p> | 01-Sep-2026   | In progress. `openg2p-fastapi-common` `1.2.0`.                                                                                                           |
| [1.1.3](https://github.com/OpenG2P/master-data-service/tree/1.1.3/deployments/charts/openg2p-master-data)              | <p><a href="https://hub.docker.com/r/openg2p/master-data-api/tags">master-data-api:1.1.3</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-ui/tags">master-data-ui:1.1.3</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-db-seed/tags">master-data-db-seed:1.1.3</a></p>       | 04-Sep-2026   | Chart and image tags pinned to `1.1.3`.                                                                                                                  |
| [1.1.2](https://github.com/OpenG2P/master-data-service/tree/1.1.2/deployments/charts/openg2p-master-data)              | <p><a href="https://hub.docker.com/r/openg2p/master-data-api/tags">master-data-api:1.1.2</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-ui/tags">master-data-ui:1.1.2</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-db-seed/tags">master-data-db-seed:1.1.2</a></p>       | 04-Sep-2026   | DB connection pooling via shared `get_async_session_maker`; `openg2p-fastapi-common` `1.2.1`; `iam-core` `1.4.2`.                                        |
| [1.1.1](https://github.com/OpenG2P/master-data-service/tree/1.1.1/deployments/charts/openg2p-master-data)              | <p><a href="https://hub.docker.com/r/openg2p/master-data-api/tags">master-data-api:1.1.1</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-ui/tags">master-data-ui:1.1.1</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-db-seed/tags">master-data-db-seed:1.1.1</a></p>       | 03-Sep-2026   | Geo endpoints added to CSRF-excluded paths for registry ↔ MDS server-to-server validation calls.                                                         |
| [1.1.0](https://github.com/OpenG2P/master-data-service/tree/1.1.0/deployments/charts/openg2p-master-data)              | <p><a href="https://hub.docker.com/r/openg2p/master-data-api/tags">master-data-api:1.1.0</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-ui/tags">master-data-ui:1.1.0</a><br><br><a href="https://hub.docker.com/r/openg2p/master-data-db-seed/tags">master-data-db-seed:1.1.0</a></p>       | 01-Sep-2026   | First tagged 1.1 release. Master Data API + UI + geo seeder; geo hierarchy with data-policy support; country-pack seeding; `get_all_g2p_geo_levels` API. |
| [0.0.0-develop.8](https://github.com/OpenG2P/master-data-service/tree/develop/deployments/charts/openg2p-master-data)  | [master-data-api:develop](https://hub.docker.com/r/openg2p/master-data-api/tags)                                                                                                                                                                                                                               | 10-Jul-2026   | Registry-DB integration + IAM auth for geo data-policy resolution; new geo-level APIs.                                                                   |
| [0.0.0-develop](https://github.com/OpenG2P/master-data-service/tree/develop/deployments/charts/openg2p-master-data)    | [master-data-api:develop](https://hub.docker.com/r/openg2p/master-data-api/tags)                                                                                                                                                                                                                               | 15-Jun-2026   | Single consolidated repository — API, UI, chart, and seeder in one repo.                                                                                 |

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

***

MDS is deployed through the **`commons-services`** umbrella chart, not as a standalone install. The version pinned there is what an environment actually runs — see [Deployment](/platform/platform-services/master-data-service.md#deployment).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/platform/platform-services/master-data-service/versions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
