From b21a1bc3b9b19170da71a69a7a5749920ed18b06 Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Mon, 9 Feb 2026 18:37:57 +0100 Subject: [PATCH 1/5] PMP 2.6 relnotes --- .../docs/releasenotes/private-platform/2.6.md | 49 +++++++++++++++++++ .../releasenotes/private-platform/_index.md | 1 + 2 files changed, 50 insertions(+) create mode 100644 content/en/docs/releasenotes/private-platform/2.6.md diff --git a/content/en/docs/releasenotes/private-platform/2.6.md b/content/en/docs/releasenotes/private-platform/2.6.md new file mode 100644 index 00000000000..9634f00cd2a --- /dev/null +++ b/content/en/docs/releasenotes/private-platform/2.6.md @@ -0,0 +1,49 @@ +--- +title: "2.6" +url: /releasenotes/private-platform/2-6/ +description: "Release notes for version 2.6 of Private Mendix Platform" +weight: 6 +--- + +These release notes cover changes made to the [Private Mendix Platform](/private-mendix-platform/) in version 2.6. + +## 2.6 + +### Release date: February 13, 2025 + +Version 2.6 of Private Mendix Platform introduces a number of new features, updates, and fixes. + +#### New Features + +##### + + + +##### + + + +#### Updates + +##### Studio Pro Updates + +* Studio Pro 9.24 LTS latest patch version updated to [9.24.41](/releasenotes/studio-pro/9.24/#92441) +* Studio Pro 10.24 LTS latest patch version updated to [10.24.14](/releasenotes/studio-pro/10.24/#102414) +* Studio Pro 11.6 MTS latest patch version updated to [11.6.2](/releasenotes/studio-pro/11.6/#1162) + +##### Other Platform Components + +* Mendix on Kubernetes Operator version [2.25.1](/releasenotes/developer-portal/mendix-for-private-cloud/#2.25.1) +* Private Cloud License Manager (PCLM) version [0.10.7](/releasenotes/developer-portal/mendix-for-private-cloud/#license-manage-cli-v0107) +* Mendix Agents: + + * Interactor v1.23.2 + * Interactor v1.24.1 + * Collector v1.21.1 + * Authenticator v1.17.1 + +#### Fixes + +* (General) We have fixed an issue where group creation sometimes created duplicates. +* +* (UI) We have fixed some UI-related issues. \ No newline at end of file diff --git a/content/en/docs/releasenotes/private-platform/_index.md b/content/en/docs/releasenotes/private-platform/_index.md index 552cd0755bb..9bf518d5755 100644 --- a/content/en/docs/releasenotes/private-platform/_index.md +++ b/content/en/docs/releasenotes/private-platform/_index.md @@ -12,6 +12,7 @@ These release notes cover changes made to the [Private Mendix Platform](/private Release notes are available for the following versions of Private Mendix Platform: +* [2.6](/releasenotes/private-platform/2-6/) * [2.4](/releasenotes/private-platform/2-4/) * [2.0](/releasenotes/private-platform/2-0/) * [1.24](/releasenotes/private-platform/1-24/) From e11ca96ea201e1b7905c407e20338f6e33c38c0b Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Thu, 12 Feb 2026 10:40:32 +0100 Subject: [PATCH 2/5] known issues --- .../docs/releasenotes/private-platform/2.6.md | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/private-platform/2.6.md b/content/en/docs/releasenotes/private-platform/2.6.md index 9634f00cd2a..8c1fe2cd9e2 100644 --- a/content/en/docs/releasenotes/private-platform/2.6.md +++ b/content/en/docs/releasenotes/private-platform/2.6.md @@ -44,6 +44,27 @@ Version 2.6 of Private Mendix Platform introduces a number of new features, upda #### Fixes +* (General) We have fixed an issue where admins were not prompted to confirm deletion after deleting a user. * (General) We have fixed an issue where group creation sometimes created duplicates. -* -* (UI) We have fixed some UI-related issues. \ No newline at end of file +* (General) We have fixed an issue that sometimes resulted in the creation of empty clusters. +* (General) We have fixed an issue where admins could not access the **Environment Overview** page. +* (General) We have fixed an issue that sometimes resulted in crashes after creating a deployment package. +* (General) We have fixed some issues with downloading deployment packages. +* (General) We have fixed an issue where it was possible to select the current environment after clicking **Promote**. +* (General) We have fixed some errors that occurred when adding namespaces. +* (General) We have fixed some issues that resulted in unclear error messages appearing to the user. +* (UI) We have fixed some UI-related issues. + +#### Known Issues + +The following functionalities are not currently supported in Connected mode: + +* Environment Overview dashboard +* Metrics & Logs page +* Activity logs +* Webhooks +* Events +* SBOM Admin page +* Global Operator + +Support for the functionalities will be added in future releases of Private Mendix Platform. From 5bd36eda0e55faf1c59f2e9b64e70c51155cbab0 Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Thu, 12 Feb 2026 10:48:45 +0100 Subject: [PATCH 3/5] maia --- content/en/docs/releasenotes/private-platform/2.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/private-platform/2.6.md b/content/en/docs/releasenotes/private-platform/2.6.md index 8c1fe2cd9e2..6bf279534d3 100644 --- a/content/en/docs/releasenotes/private-platform/2.6.md +++ b/content/en/docs/releasenotes/private-platform/2.6.md @@ -15,9 +15,9 @@ Version 2.6 of Private Mendix Platform introduces a number of new features, upda #### New Features -##### - +##### Streamline Your App Creation with Mendix AI Assistance +Mendix AI Assistance (Maia) is now available for Private Mendix Platform. All app creation, recommender, and generator functionalities are supported. In addition, Private Mendix Platform supports connectivity to a broad set of Large Language Models. For more information, see [Maia in Private Mendix Platform](/private-mendix-platform/maia/). ##### From 2bc0a1981ca9dad2ecaa7805102dea58b3d0c0bc Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Thu, 12 Feb 2026 11:13:06 +0100 Subject: [PATCH 4/5] known issues --- .../docs/releasenotes/private-platform/2.6.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/private-platform/2.6.md b/content/en/docs/releasenotes/private-platform/2.6.md index 6bf279534d3..51ab4360367 100644 --- a/content/en/docs/releasenotes/private-platform/2.6.md +++ b/content/en/docs/releasenotes/private-platform/2.6.md @@ -15,13 +15,26 @@ Version 2.6 of Private Mendix Platform introduces a number of new features, upda #### New Features -##### Streamline Your App Creation with Mendix AI Assistance +##### Streamlined App Creation with Mendix AI Assistance Mendix AI Assistance (Maia) is now available for Private Mendix Platform. All app creation, recommender, and generator functionalities are supported. In addition, Private Mendix Platform supports connectivity to a broad set of Large Language Models. For more information, see [Maia in Private Mendix Platform](/private-mendix-platform/maia/). -##### +##### Support for Connected Mode for Private Mendix Platform +Private Mendix Platform now supports installation in [Connected mode](/developerportal/deploy/private-cloud/#connected-standalone). +{{% alert color="info" %}} +Some functionalities are not yet available in Connected mode, and will be added in future releases. For more information, see [Known Issues](#known-issues). +{{% /alert %}} + +##### Improved and Unified Deployment UX + +We have improved the UI and UX for the **Environment Overview** page, including the following functionalities: + +* Environment creation +* Environment deletion +* Deploying packages +* Promoting packages #### Updates @@ -55,7 +68,7 @@ Mendix AI Assistance (Maia) is now available for Private Mendix Platform. All ap * (General) We have fixed some issues that resulted in unclear error messages appearing to the user. * (UI) We have fixed some UI-related issues. -#### Known Issues +#### Known Issues {#known-issues} The following functionalities are not currently supported in Connected mode: From 1511658a44467ab240f1f9d15432bee572f38d5e Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Thu, 12 Feb 2026 11:58:41 +0100 Subject: [PATCH 5/5] improvement --- content/en/docs/releasenotes/private-platform/2.6.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/private-platform/2.6.md b/content/en/docs/releasenotes/private-platform/2.6.md index 51ab4360367..e4ca7048222 100644 --- a/content/en/docs/releasenotes/private-platform/2.6.md +++ b/content/en/docs/releasenotes/private-platform/2.6.md @@ -11,7 +11,7 @@ These release notes cover changes made to the [Private Mendix Platform](/private ### Release date: February 13, 2025 -Version 2.6 of Private Mendix Platform introduces a number of new features, updates, and fixes. +Version 2.6 of Private Mendix Platform introduces a number of new features, improvements, updates, and fixes. #### New Features @@ -27,6 +27,8 @@ Private Mendix Platform now supports installation in [Connected mode](/developer Some functionalities are not yet available in Connected mode, and will be added in future releases. For more information, see [Known Issues](#known-issues). {{% /alert %}} +#### Improvements + ##### Improved and Unified Deployment UX We have improved the UI and UX for the **Environment Overview** page, including the following functionalities: