From ecec3306c0505b1e2277e60cb3bbacbe29b96c9d Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Tue, 10 Mar 2026 15:01:35 +0100 Subject: [PATCH 1/2] ZDT improvement update for M15 --- .../en/docs/deployment/mendix-cloud-deploy/zero-downtime.md | 3 --- content/en/docs/releasenotes/deployment/_index.md | 2 +- .../en/docs/releasenotes/deployment/mendix-cloud/2026.md | 6 ++++++ layouts/partials/landingpage/latest-releases.html | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md b/content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md index 18764c6e29e..134ef8690c6 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md @@ -19,7 +19,6 @@ With ZDT, Mendix Cloud intelligently manages the deployment process, ensuring yo To leverage the benefits of zero-downtime deployment, your Mendix application and deployment environment must meet the following criteria: * **Mendix runtime version** – Must be running on Mendix Runtime version 10.24 or above. -* **Application instances** – The application must be configured to run with a single runtime instance. * **Change type** – The deployment must involve only [configuration-level changes](/developerportal/deploy/zero-downtime/#zdt-application). * **Deployment platform** – Must be deployed on Mendix Cloud(Kubernetes). @@ -71,11 +70,9 @@ During these types of updates, Mendix Cloud performs the deployment in a way tha Zero-downtime deployment will not apply under the following conditions: * Mendix Runtime versions below 10.24 -* Application runs with more than one runtime instance * Upgrading to a new Mendix Runtime version * Deploying a new MDA (application model update) * Changes involve database structure updates - {{< figure src="/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-scaling-process.png" >}} For these scenarios, the Cloud Portal will display the standard restart message before deployment. diff --git a/content/en/docs/releasenotes/deployment/_index.md b/content/en/docs/releasenotes/deployment/_index.md index 922bc3f6d0f..2b6eb657c69 100644 --- a/content/en/docs/releasenotes/deployment/_index.md +++ b/content/en/docs/releasenotes/deployment/_index.md @@ -15,7 +15,7 @@ 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/) | March 8, 2026 | +| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | March 15, 2026 | | [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | February 5, 2026 | | [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | January 29, 2026 | | [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | September 28, 2025 | diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md index 7194d579f14..de3f3cc8621 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md @@ -8,6 +8,12 @@ weight: 1 ## March 2026 +### March 15, 2026 + +#### Improvements + +* [Zero-downtime deployment](/developerportal/deploy/zero-downtime/) now supports multiple runtime instances without service interruption. Previously, this feature was only available for applications with a single runtime instance. + ### March 8, 2026 #### Deprecations diff --git a/layouts/partials/landingpage/latest-releases.html b/layouts/partials/landingpage/latest-releases.html index 17e5ce1d599..cb540129a07 100644 --- a/layouts/partials/landingpage/latest-releases.html +++ b/layouts/partials/landingpage/latest-releases.html @@ -14,7 +14,7 @@

Latest Releases

  • Deployment -

    March 8, 2026

    +

    March 15, 2026

  • Catalog Release 2.150.0 From af9551a8df781e486e436f30e3609669ef3d128d Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Thu, 12 Mar 2026 09:52:46 +0100 Subject: [PATCH 2/2] Update release with new feature and remove k8s reference --- .../en/docs/deployment/mendix-cloud-deploy/zero-downtime.md | 1 - content/en/docs/releasenotes/deployment/mendix-cloud/2026.md | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md b/content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md index 134ef8690c6..156432b2c8f 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md @@ -20,7 +20,6 @@ To leverage the benefits of zero-downtime deployment, your Mendix application an * **Mendix runtime version** – Must be running on Mendix Runtime version 10.24 or above. * **Change type** – The deployment must involve only [configuration-level changes](/developerportal/deploy/zero-downtime/#zdt-application). -* **Deployment platform** – Must be deployed on Mendix Cloud(Kubernetes). {{% alert color="info" %}} No special setup is required to enable ZDT. When your application and deployment meet these prerequisites, ZDT is automatically available for eligible changes. diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md index de3f3cc8621..60f0723764e 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md @@ -14,6 +14,10 @@ weight: 1 * [Zero-downtime deployment](/developerportal/deploy/zero-downtime/) now supports multiple runtime instances without service interruption. Previously, this feature was only available for applications with a single runtime instance. +#### New Features + +* Environments on Mendix Cloud are now labeled **Unlicensed** one day after the contract expires. + ### March 8, 2026 #### Deprecations