> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.2.0/roadmap-and-releases/releases/1.2.0.4.md).

# 1.2.0.4

**Release Version:** v1.2.0.4

**Release Type:** Patch Release

**Release Date:** 27th October, 2025

### Overview

This release focuses on aligning MOSIP components with the new infrastructure repository to support a rapid deployment model. As part of this initiative, several configuration updates and stability improvements have been made across modules. Key enhancements include Helm chart dependency corrections, removal of redundant configurations, database and production hardening updates, and optimization of pod stability. These changes collectively ensure smoother deployments, improved system reliability, and readiness for production-scale environments.

### Major Areas of Work

* Helm chart dependency corrections and deployment stability improvements
* Configuration and security hardening for production readiness
* Optimizations for pod stability and startup performance

### Bug Fixes

* **Dependency chart directory missing for keycloak-init**\
  Fixed a missing dependency chart directory in the Keycloak-init Helm chart to ensure smooth and complete deployment of the Keycloak initialisation module. [MOSIP-41067](https://mosip.atlassian.net/browse/MOSIP-41067)
* **Requirement to create separate secret.yaml manually have been removed**\
  Simplified mosip-file-server deployment by removing the requirement to manually create a separate `secret.yaml` file. The configuration now automatically handles required secrets during installation. [MOSIP-41771](https://mosip.atlassian.net/browse/MOSIP-41771)
* **Configuration updates for database placeholders and production hardening**\
  Updated configurations to standardize database placeholders and incorporate production-level security and performance settings, enhancing the overall system robustness and maintainability. [MOSIP-43116](https://mosip.atlassian.net/browse/MOSIP-43116)
* **ID Generator Pod Takes Multiple Restarts and \~1 Hour to Become Stable**\
  Resolved an issue causing the ID Generator pod to undergo multiple restarts before stabilizing. Improvements were made to pod initialization and resource handling, significantly reducing startup time. [MOSIP-41426](https://mosip.atlassian.net/browse/MOSIP-41426)

### Repository Released

| Repository        | Tags                                                                |
| ----------------- | ------------------------------------------------------------------- |
| keycloak          | [1.2.0.2](https://github.com/mosip/keycloak/tree/v1.2.0.2)          |
| k8s-infra         | [1.2.1.0](https://github.com/mosip/k8s-infra/tree/v1.2.1.0)         |
| mosip-file-server | [1.2.0.2](https://github.com/mosip/mosip-file-server/tree/v1.2.0.2) |
| mosip-config      | [1.2.4.3](https://github.com/mosip/mosip-config/tree/v1.2.4.3-beta) |
| mosip-helm        | [1.2.0.3](https://github.com/mosip/mosip-helm/tree/v1.2.0.3)        |

### Documentation

* [MOSIP Rapid Deployment Infrastructure](/1.2.0/setup/deploymentnew/v3-installation/1.2.0.3.md)
* [Deployment Guide](https://github.com/mosip/infra/blob/master/README.md)


---

# 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.mosip.io/1.2.0/roadmap-and-releases/releases/1.2.0.4.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.
