From 5ba0753855743ecc4fcb30628574bfba43de43ce Mon Sep 17 00:00:00 2001 From: Sanny Ramirez Date: Fri, 27 Feb 2026 16:05:26 +0100 Subject: [PATCH 1/7] Update 2026.md --- .../en/docs/releasenotes/deployment/mendix-cloud/2026.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md index dd6e0b9757e..178ac135fb7 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md @@ -8,6 +8,13 @@ weight: 1 ## February 2026 +### February 27, 2026 + +#### Bug Fixes + +* We fixed an issue where the Environments list changed order after multiple refreshes. (Ticket #260516) +* We fixed an issue where customers received an error, when attempting to create a Certificate Request in the portal. (Ticket #272519) + ### February 26, 2026 #### New Features From 71080f56736cace24bc1a901d07185b7471031a7 Mon Sep 17 00:00:00 2001 From: Sanny Ramirez Date: Fri, 27 Feb 2026 16:08:09 +0100 Subject: [PATCH 2/7] Update last updated date for Mendix Cloud release notes --- content/en/docs/releasenotes/deployment/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/deployment/_index.md b/content/en/docs/releasenotes/deployment/_index.md index 9408b5c3c17..e328bd46055 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/) | February 26, 2026 | +| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | February 27, 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 | From 5cbd2c43e28d50bcfb8dfb4790fa0cc2f56d0a64 Mon Sep 17 00:00:00 2001 From: Sanny Ramirez Date: Fri, 27 Feb 2026 16:08:55 +0100 Subject: [PATCH 3/7] Update release date for Deployment entry --- layouts/partials/landingpage/latest-releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/landingpage/latest-releases.html b/layouts/partials/landingpage/latest-releases.html index c2cdfb7db58..3113899552d 100644 --- a/layouts/partials/landingpage/latest-releases.html +++ b/layouts/partials/landingpage/latest-releases.html @@ -14,7 +14,7 @@

Latest Releases

  • Deployment -

    February 26, 2026

    +

    February 29, 2026

  • Catalog Release 2.150.0 From 2f838b122b5366db3e81765855b424ab5465ffb1 Mon Sep 17 00:00:00 2001 From: Sanny Ramirez Date: Fri, 27 Feb 2026 16:09:47 +0100 Subject: [PATCH 4/7] Update release date for Deployment entry --- layouts/partials/landingpage/latest-releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/landingpage/latest-releases.html b/layouts/partials/landingpage/latest-releases.html index 3113899552d..1abc5d9aa4a 100644 --- a/layouts/partials/landingpage/latest-releases.html +++ b/layouts/partials/landingpage/latest-releases.html @@ -14,7 +14,7 @@

    Latest Releases

  • Deployment -

    February 29, 2026

    +

    March 1, 2026

  • Catalog Release 2.150.0 From 9b126131b2adcc5f05d09f6c77bcf201744a4a24 Mon Sep 17 00:00:00 2001 From: Sanny Ramirez Date: Fri, 27 Feb 2026 16:10:23 +0100 Subject: [PATCH 5/7] Update _index.md --- content/en/docs/releasenotes/deployment/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/deployment/_index.md b/content/en/docs/releasenotes/deployment/_index.md index e328bd46055..0924f3ab121 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/) | February 27, 2026 | +| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | March 1, 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 | From c8eb4ed8d65e73e6be3fedcc4947648eed613144 Mon Sep 17 00:00:00 2001 From: Sanny Ramirez Date: Fri, 27 Feb 2026 16:11:28 +0100 Subject: [PATCH 6/7] Revise release notes for March 2026 Updated release notes to reflect the March 2026 release date and added new features section. --- .../en/docs/releasenotes/deployment/mendix-cloud/2026.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md index 178ac135fb7..4a574fe386b 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md @@ -6,15 +6,17 @@ description: "2026 Release notes for Mendix Cloud" weight: 1 --- -## February 2026 +## March 2026 -### February 27, 2026 +### March 1, 2026 #### Bug Fixes * We fixed an issue where the Environments list changed order after multiple refreshes. (Ticket #260516) * We fixed an issue where customers received an error, when attempting to create a Certificate Request in the portal. (Ticket #272519) +## February 2026 + ### February 26, 2026 #### New Features From 389a9db2ab684a94dbda6e76e4f5c02e0886fb28 Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Fri, 27 Feb 2026 16:35:17 +0100 Subject: [PATCH 7/7] Refine bug fix notes in 2026 release Updated bug fix descriptions for clarity and consistency. --- content/en/docs/releasenotes/deployment/mendix-cloud/2026.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md index 4a574fe386b..14a03c099ad 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud/2026.md @@ -12,8 +12,8 @@ weight: 1 #### Bug Fixes -* We fixed an issue where the Environments list changed order after multiple refreshes. (Ticket #260516) -* We fixed an issue where customers received an error, when attempting to create a Certificate Request in the portal. (Ticket #272519) +* We fixed an issue where the **Environments** list changed order after multiple refreshes. (Ticket #260516) +* We fixed an issue where attempting to create certificate requests resulted in errors. (Ticket #272519) ## February 2026