Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/docs/releasenotes/deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Follow the links in the table below to see the release notes you want:

| Type of Deployment | Last Updated |
| --- | --- |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | January 5, 2026 |
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | November 6, 2025 |
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | November 6, 2025 |
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | August 27, 2024 |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | January 11, 2026 |
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | January 8, 2026 |
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | January 8, 2026 |
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | September 28, 2025 |
| [Other Deployment Options](/releasenotes/developer-portal/on-premises/) | September 15, 2023 |

The release notes for the buildpacks are held in their respective GitHub repos:
Expand Down
13 changes: 13 additions & 0 deletions content/en/docs/releasenotes/deployment/mendix-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ For information on the current status of deployment to Mendix Cloud and any plan

## 2026

### January 11, 2026

#### Improvements

* During [deployment package creation](/developerportal/deploy/environments/#create-package-wizard), **App highest tag** and **Branch highest tag** on the **Options** tab have been renamed to **App latest tag** and **Branch latest tag** respectively to ensure consistency with other Mendix applications.
* A new **Ineligible** status has been added to the [Plan Change Requests statuses](/developerportal/deploy/change-plan/#plan-change-status).
* The warning banner about APM tools for Kubernetes applications has been removed from the custom environment variable configuration dialog, as APM tools are now fully supported.

#### Bug Fixes

* We fixed an issue on the [Permissions tab](/developerportal/deploy/environments/#permissions-tab) where the environment selection dropdown did not correctly display the selected environment name. (Ticket 264653)
* We fixed the banner shown when free app deployment is blocked so that it now links to the correct **Control Center** page.

### January 5, 2026

#### New Features
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/landingpage/latest-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ <h4 class="lp-panel-title">Latest Releases</h4>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
<p class="rn-date">January 5, 2026</p>
<p class="rn-date">January 11, 2026</p>
</li>
</ul>