Skip to content

Commit 43d515a

Browse files
Merge remote-tracking branch 'upstream/development' into development
2 parents ef4db31 + fe40d34 commit 43d515a

5 files changed

Lines changed: 19 additions & 13 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/zero-downtime.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ With ZDT, Mendix Cloud intelligently manages the deployment process, ensuring yo
1919
To leverage the benefits of zero-downtime deployment, your Mendix application and deployment environment must meet the following criteria:
2020

2121
* **Mendix runtime version** – Must be running on Mendix Runtime version 10.24 or above.
22-
* **Application instances** – The application must be configured to run with a single runtime instance.
2322
* **Change type** – The deployment must involve only [configuration-level changes](/developerportal/deploy/zero-downtime/#zdt-application).
24-
* **Deployment platform** – Must be deployed on Mendix Cloud(Kubernetes).
2523

2624
{{% alert color="info" %}}
2725
No special setup is required to enable ZDT. When your application and deployment meet these prerequisites, ZDT is automatically available for eligible changes.
@@ -71,11 +69,9 @@ During these types of updates, Mendix Cloud performs the deployment in a way tha
7169
Zero-downtime deployment will not apply under the following conditions:
7270

7371
* Mendix Runtime versions below 10.24
74-
* Application runs with more than one runtime instance
7572
* Upgrading to a new Mendix Runtime version
7673
* Deploying a new MDA (application model update)
7774
* Changes involve database structure updates
78-
{{< figure src="/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-scaling-process.png" >}}
7975

8076
For these scenarios, the Cloud Portal will display the standard restart message before deployment.
8177

content/en/docs/releasenotes/deployment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Follow the links in the table below to see the release notes you want:
1515

1616
| Type of Deployment | Last Updated |
1717
| --- | --- |
18-
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | March 8, 2026 |
18+
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | March 15, 2026 |
1919
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | February 5, 2026 |
2020
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | January 29, 2026 |
2121
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | September 28, 2025 |

content/en/docs/releasenotes/deployment/mendix-cloud/2026.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ weight: 1
88

99
## March 2026
1010

11+
### March 15, 2026
12+
13+
#### Improvements
14+
15+
* [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.
16+
17+
#### New Features
18+
19+
* Environments on Mendix Cloud are now labeled **Unlicensed** one day after the contract expires.
20+
1121
### March 8, 2026
1222

1323
#### Deprecations

content/en/docs/releasenotes/studio-pro/lts-mts.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ A patch version is released on an as-needed basis. It includes security fixes an
4444

4545
## Long-Term Support Version (LTS) {#lts}
4646

47-
An LTS version is the last minor release of a major version. Its release is aligned with the GA release of the next major version. For example, the 10.24 LTS version was released in the same month as Mendix 11 GA. Once a minor version becomes an LTS, it will not have new features added to it.
47+
Both LTS and MTS versions are production-grade and fully supported for production use. LTS versions are supported for the longest period of time, allowing to upgrade at a slower pace.
48+
49+
An LTS version is the last minor release of a major version. Its release is aligned with the GA release of the next major version. For example, the 10.24 LTS version was released in the same month as Mendix 11 GA. Once a minor version becomes an LTS, it will not have new features added to it.
4850

4951
These are the current LTS versions of Studio Pro:
5052

@@ -53,12 +55,10 @@ These are the current LTS versions of Studio Pro:
5355

5456
Release notes for the current LTS versions are marked with an LTS badge (<text class="badge badge-pill badge-lts" style="margin-left:0px">LTS</text>) in the left sidebar.
5557

56-
Mendix advises using LTS versions for all production apps, as LTS versions of Studio Pro enjoy the highest security and stability. LTS versions also have the longest support duration compared to other versions.
58+
Recommended LTS upgrade Cycle: 2 to 4 years.
5759

5860
{{% alert color="info" %}}
59-
6061
Mendix recommends using the latest patch version of the release as the latest version will contain the latest fixes.
61-
6262
{{% /alert %}}
6363

6464
### Support Duration
@@ -91,18 +91,18 @@ Upgrading from an LTS to an LTS often has the lowest impact compared to other up
9191

9292
## Medium-Term Support Version (MTS) {#mts}
9393

94-
An MTS is a minor version released approximately every 6 months after a new major version release for general availability.
94+
MTS versions are production-grade and give teams access to new capabilities on a regular cadence. A new MTS version is released every 6 months within the same major version, keeping upgrades straightforward. You can also skip one or more MTS cycles to fit your team's schedule.
9595

9696
For example, version 11.6 is an MTS version which was released in [December, 2025](#major-version).
9797

9898
Release notes for any current MTS versions are marked with an MTS badge (<text class="badge badge-pill badge-mts" style="margin-left:0px">MTS</text>) in the left sidebar.
9999

100100
Mendix MTS versions offer a balance between getting the latest and greatest Mendix has to offer every month, and security and stability.
101101

102-
{{% alert color="info" %}}
102+
Recommended MTS upgrade cycle: 6 to 18 months.
103103

104+
{{% alert color="info" %}}
104105
Mendix recommends using the latest patch version of the release as this will contain the latest fixes.
105-
106106
{{% /alert %}}
107107

108108
### Support Duration

layouts/partials/landingpage/latest-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
17-
<p class="rn-date">March 8, 2026</p>
17+
<p class="rn-date">March 15, 2026</p>
1818
</li>
1919
<li class="lp-panel-list">
2020
<a href="/releasenotes/catalog/">Catalog Release 2.150.0</a>

0 commit comments

Comments
 (0)