Skip to content

Commit b685014

Browse files
Cloud release Feb 1, 2026
1 parent 2b80a9a commit b685014

5 files changed

Lines changed: 26 additions & 11 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/version-pinning.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ description: "Version Pinning guarantees consistent platform configurations acro
88
# The anchors in this document are referenced from other documents. Do NOT remove!
99
---
1010

11-
{{% alert color="warning" %}}
12-
This feature is in Limited Availability. For more information, see [Release Status](/releasenotes/release-status/#limited-availability).
13-
{{% /alert %}}
14-
1511
## Introduction
1612

17-
Mendix Cloud(Kubernetes) provides version pinning to guarantee consistent and predictable application behavior across all environments. For example, when you promote a Mendix application from acceptance to production, version pinning ensures that the same underlying platform configuration is reused across both environments. This configuration includes components critical to how your application runs in Mendix Cloud, such as runtime images, buildpacks, and supporting services, all of which remain identical across environments.
13+
Mendix Cloud (Kubernetes) provides version pinning to guarantee consistent and predictable application behavior across all environments. For example, when you promote a Mendix application from acceptance to production, version pinning ensures that the same underlying platform configuration is reused across both environments.
14+
15+
This configuration includes components critical to how your application runs in Mendix Cloud, such as runtime images, buildpacks, and supporting services, all of which remain identical across environments.
1816

1917
By maintaining a consistent runtime stack, version pinning effectively eliminates subtle environmental differences, leading to more reliable and predictable application behavior throughout your development and deployment landscape.
2018

@@ -26,7 +24,6 @@ This feature is only applicable to promotions between environments on Mendix Clo
2624

2725
You must meet the following conditions to use version pinning:
2826

29-
* **Company-level enablement** – Version Pinning must first be enabled at the company-level.
3027
* **Mendix Cloud (Kubernetes) environment** – Your Mendix applications must be deployed to and running within environments hosted on Mendix Cloud (Kubernetes)
3128
* **Environment promotion** – You must be promoting an application from one environment to another (for example from test to acceptance, or acceptance to production).
3229
* **Same application, same company** – Both the source and target environments must belong to the same application within the same company.

content/en/docs/releasenotes/control-center/2026.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ numberless_headings: true
1313

1414
#### New Features
1515

16-
* We have added **Certificate Management** in Control Center, enabling Mendix Admins to centrally manage SSL/TLS certificates for custom domains. From the [Certificate Management](/control-center/certificate-management/) page, Mendix Admins can configure [Centralized Certificates](/developerportal/deploy/certificates/centralized-certificates/) and make certificates available to Technical Contacts when [configuring custom domains](/developerportal/deploy/custom-domains/#Configuring) at the application level.
16+
* We have added **Certificate Management** in Control Center, enabling Mendix Admins to centrally manage SSL/TLS certificates for custom domains. From the [Certificate Management](/control-center/certificate-management/) page, Mendix Admins can configure [centralized certificates](/developerportal/deploy/certificates/centralized-certificates/) and make certificates available to Technical Contacts when [configuring custom domains](/developerportal/deploy/custom-domains/#Configuring) at the application level.
1717

1818
## January 2026
1919

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ 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/) | January 18, 2026 |
19-
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | January 8, 2026 |
20-
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | January 8, 2026 |
18+
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | February 1, 2026 |
19+
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | January 29, 2026 |
20+
| [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 |
2222
| [Other Deployment Options](/releasenotes/developer-portal/on-premises/) | September 15, 2023 |
2323

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ description: "2026 Release notes for Mendix Cloud"
66
weight: 1
77
---
88

9+
## February 2026
10+
11+
### February 1, 2026
12+
13+
#### General Availability Release
14+
15+
* [Version Pinning](/developerportal/deploy/version-pinning/) is now in general availability (GA) and enabled by default for all Mendix Cloud (Kubernetes) users. Company-level enablement is no longer required.
16+
17+
#### New Features
18+
19+
* Technical Contacts can now [configure custom domains](/developerportal/deploy/custom-domains/#Configuring) at the application level using [centralized certificates](/developerportal/deploy/certificates/centralized-certificates/) created by a Mendix Admin on the [Certificate Management](/control-center/certificate-management/) page in Control Center.
20+
21+
#### Bug Fixes
22+
23+
* We fixed an issue where the database version was not displayed. (Tickets #257091, #260360, #262575)
24+
* We fixed an issue with the display of trimmed constant values; values now appear as-is. (Ticket #262456)
25+
* We fixed an issue with the incorrect **Mendix Pipelines** link in the deploy pop-up.
26+
927
## January 2026
1028

1129
### January 18, 2026

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">January 18, 2026</p>
17+
<p class="rn-date">February 1, 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)