> For the complete documentation index, see [llms.txt](https://ed.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed.sunbird.org/older-versions/use/updating-sunbird-releases/5.2.0.md).

# 5.1.0 to 5.2.0

## Overview <a href="#user-content-overview" id="user-content-overview"></a>

This page details out the jobs required to be run as part of the upgrade of Sunbird Ed from release 5.1.0 to release 5.2.0. Use the following table to understand the Jenkins jobs that need to be executed in order to successfully complete the upgrade. Any jenkins job configuration or pre-requisites mentioned under manual configuration section needs to be done first before running any of the mentioned jobs. The order of the jobs should also be run as shown below.

## **Build and Deploy for SunbirdED**

### **SunbirdED:**

<table><thead><tr><th width="142">Service</th><th width="200">Build job</th><th width="119">Build tag</th><th width="164">Deploy Job</th><th width="133">Deploy tag</th><th width="100">Comments</th></tr></thead><tbody><tr><td>Mobile App</td><td>Mobile/job/Sunbird-IONIC-Mobile-App/<br></td><td>release-5.2.0_RC13</td><td></td><td></td><td></td></tr><tr><td>Portal</td><td>Build/Core/Player<br></td><td>release-5.2.0_RC11</td><td>Deploy/Kubernetes/Player</td><td>release-5.2.0</td><td></td></tr><tr><td>ML Services</td><td>Build/managed-learn/ml-projects-service</td><td>release-5.2.0_RC4</td><td>Deploy/managed-learn/ml-projects-service</td><td>release-5.2.0</td><td></td></tr><tr><td></td><td>Build/managed-learn/ml-core-service</td><td>release-5.2.0_RC3</td><td>Deploy/managed-learn/ml-core-service</td><td>release-5.2.0</td><td></td></tr><tr><td></td><td>Build/managed-learn/ml-reports-service</td><td>release-5.2.0_RC2</td><td>Deploy/managed-learn/ml-reports-service</td><td>release-5.2.0</td><td></td></tr><tr><td></td><td>Build/managed-learn/ml-survey-service</td><td>release-5.2.0_RC1</td><td>Deploy/managed-learn/ml-survey-service</td><td>release-5.2.0</td><td></td></tr><tr><td>ML-Analytics</td><td></td><td></td><td>Deploy/managed-learn/ml-analytics-service</td><td>release-5.2.0</td><td>ml_analytics_version: release-5.1.0_RC16</td></tr><tr><td>Nginx</td><td></td><td></td><td>Deploy/Kubernetes/nginx-public-ingress</td><td>release-5.2.0</td><td>Add new variable <strong>mobile_deeplink_url</strong> <a href="https://project-sunbird.atlassian.net/wiki/spaces/SBDES/pages/3276865567/Deep+link+support+in+Android+12+devices">Refer documentation to add assetlinks.json file</a></td></tr></tbody></table>

### [Sunbird Lern](https://lern.sunbird.org/use/release-notes/release-v-5.1.0)

<table><thead><tr><th width="196">Service/Component</th><th width="229">Build job</th><th width="154">Build tag</th><th width="173">Deploy Job</th><th width="117">Deploy tag</th><th>Comments</th></tr></thead><tbody><tr><td>User &#x26; Org service</td><td>Build/Core/Learner</td><td>release-5.1.0_RC2</td><td>Deploy/Kubernetes/Learner</td><td>release-5.2.0</td><td></td></tr><tr><td>LMS</td><td>Build/Core/Lms</td><td>release-5.1.0_RC2</td><td>Deploy/Kubernetes/Lms</td><td>release-5.2.0</td><td></td></tr><tr><td>Lern data products</td><td>Build/Lern/LernDataProducts</td><td>release-5.1.0_RC1</td><td>Deploy/Lern/LernDataProducts</td><td>release-5.1.0_RC1</td><td></td></tr><tr><td>Lern jobs</td><td>Build/Lern/LernFlinkJobs</td><td>release-5.1.1_RC1</td><td>Deploy/Lern/LernFlinkJobs</td><td>release-5.1.1_RC1</td><td>relational-cache-updater, activity-aggregate-updater jobs need to be deployed</td></tr></tbody></table>

### [**Sunbird-Knowlg**](https://knowlg.sunbird.org/use/release-notes/release-5.2.0-ongoing)

| Service/Component       | Build job                         | Build tag          | Deploy Job                         | Deploy tag         | Comments                                                                        |
| ----------------------- | --------------------------------- | ------------------ | ---------------------------------- | ------------------ | ------------------------------------------------------------------------------- |
| Knowledge-platform-jobs | Build/KnowledgePlatform/FlinkJobs | release-5.2.1\_RC1 | Deploy/KnowledgePlatform/FlinkJobs | release-5.2.1\_RC1 | <p>Jobs to be deploy:</p><ol><li>csp-migrator</li><li>content-publish</li></ol> |


---

# 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://ed.sunbird.org/older-versions/use/updating-sunbird-releases/5.2.0.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.
