From 134b07d7cda86868f6f957cc463a31b225ded354 Mon Sep 17 00:00:00 2001 From: NehaGit30 Date: Fri, 21 Nov 2025 11:38:11 +0100 Subject: [PATCH 1/2] Update mendix-cloud.md New features added - 1. Zero downtime 2. Version pinning --- content/en/docs/releasenotes/deployment/mendix-cloud.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud.md b/content/en/docs/releasenotes/deployment/mendix-cloud.md index 44d0f6d8879..af2e5c87582 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud.md @@ -16,6 +16,14 @@ For information on the current status of deployment to Mendix Cloud and any plan ## 2025 +### November 23, 2025 + +#### New Features + +* It is now possible to deploy Mendix apps with Zero DownTime or without any service interruption in certain cases. User can do so by using the “Deploy without downtime” option in the Cloud Portal deployment flow on UI. It is applicable for changes that do not rebuild or replace your app package +* To ensure consistency across customer environments and avoid unexpected deployment behaviour, we introduce Version Pinning for deployment components on Kubernetes. This can be done using promote option to move an application to a higher environment. + + ### November 9, 2025 #### New Features From 8b452b1cd587f0c0a249379e8335d5f63208faec Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Fri, 21 Nov 2025 17:32:40 +0100 Subject: [PATCH 2/2] feat: techncial writer's review --- content/en/docs/releasenotes/deployment/_index.md | 2 +- content/en/docs/releasenotes/deployment/mendix-cloud.md | 6 +++--- layouts/partials/landingpage/latest-releases.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/releasenotes/deployment/_index.md b/content/en/docs/releasenotes/deployment/_index.md index aa9acee16fa..06ba5893ed7 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/) | November 9, 2025 | +| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | November 23, 2025 | | [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 | diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud.md b/content/en/docs/releasenotes/deployment/mendix-cloud.md index af2e5c87582..6c542198ddf 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud.md @@ -20,10 +20,10 @@ For information on the current status of deployment to Mendix Cloud and any plan #### New Features -* It is now possible to deploy Mendix apps with Zero DownTime or without any service interruption in certain cases. User can do so by using the “Deploy without downtime” option in the Cloud Portal deployment flow on UI. It is applicable for changes that do not rebuild or replace your app package -* To ensure consistency across customer environments and avoid unexpected deployment behaviour, we introduce Version Pinning for deployment components on Kubernetes. This can be done using promote option to move an application to a higher environment. +* We have introduced [Version Pinning](/developerportal/deploy/version-pinning/) for deployment components on Kubernetes to ensure consistency across customer environments and avoid unexpected deployment behavior. You can use this feature by promoting an application from one environment to a higher environment. + +* It is now possible to deploy Mendix applications with [Zero-Downtime](/developerportal/deploy/zero-downtime/) without any service interruption in certain cases. You can enable this by selecting the **Deploy without downtime** option in the **Options Tab** of the [Deploy Wizard](/developerportal/deploy/environments/#deploy-wizard). This feature applies to changes that do not rebuild or replace your app package. - ### November 9, 2025 #### New Features diff --git a/layouts/partials/landingpage/latest-releases.html b/layouts/partials/landingpage/latest-releases.html index 2ea7f7cb8f5..6faaaae8d17 100644 --- a/layouts/partials/landingpage/latest-releases.html +++ b/layouts/partials/landingpage/latest-releases.html @@ -14,6 +14,6 @@

Latest Releases

  • Deployment -

    November 9, 2025

    +

    November 23, 2025