Skip to content

Commit d463d28

Browse files
Merge pull request #11486 from mendix/kk-pmp-relnots-27
release notes PMP 2.7
2 parents 523027f + 3045774 commit d463d28

4 files changed

Lines changed: 129 additions & 2 deletions

File tree

content/en/docs/private-platform/reference/admin/pmp-ref-admin-manage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Each app is owned by a specific user, who can change settings such as the applic
6161

6262
In addition to specifying the owner, you can also assign ownership of the app to a specific group. If an app is owned by a group, the owner must be a user who belongs to that group.
6363

64+
{{% alert color="info" %}}
65+
Ownership of Private Mendix Platform apps created through Studio Pro is automatically given to the `Mendix` root user group. If required, you can transfer the ownership to another group after creation.
66+
{{% /alert %}}
67+
6468
##### Sharing the App with Selected User Groups {#share}
6569

6670
You can share your app with any user groups by selecting the **More Actions** > **Share with Groups** option from the **App Management** page. Sharing makes the app visible to groups that otherwise may not be able to see or access your app. Members of the group with which you have shared the app do not have automatic access. Instead, they can request access from the app's owner.

content/en/docs/private-platform/reference/admin/pmp-ref-admin-system.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,13 @@ To enable content import from a Content Delivery Network, follow these steps:
104104
6. Click **Save** to enable content import from this bundle.
105105
7. Click **Go to Marketplace Import** to view the available downloads in the **Import Content** > **Import from CDN** tab.
106106

107-
#### Version Support
107+
#### Version Settings {#version-settings}
108108

109-
In this section, you can view or disable the versions of Mendix Studio Pro that your users are allowed to download.
109+
In this section, you can perform the following tasks:
110+
111+
* View or disable the versions of Mendix Studio Pro that your users are allowed to download.
112+
* Disable the option to download Studio Pro and patch content from the home page, **My Apps** page, and **Get Studio Pro** page.
113+
* Enter instructions for your users on how to request a Studio Pro download.
110114

111115
### Integrations
112116

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
title: "2.7"
3+
url: /releasenotes/private-platform/2-7/
4+
description: "Release notes for version 2.7 of Private Mendix Platform"
5+
mts: true
6+
weight: 5
7+
---
8+
9+
These release notes cover changes made to the [Private Mendix Platform](/private-mendix-platform/) in version 2.7.
10+
11+
## 2.7.0
12+
13+
### Release date: July 3, 2026
14+
15+
Version 2.7.0 of Private Mendix Platform introduces a number of new features, updates, and fixes.
16+
17+
#### New Features
18+
19+
##### Dynamic Role Management through Platform Roles and Resource Roles
20+
21+
You can now manage your access permissions in a more granular way by using platform and resource roles. Roles with platform-wide permissions can make changes and take actions that affect the whole instance. Roles with resource-scoped permissions can take actions on a group level without affecting the whole platform. Permissions that can be managed through platform and resource roles include portal access, app creation, Marketplace management, Environment Details, Build Packages, and App Settings.
22+
23+
##### SSO Integration for Dynamic Role Management
24+
25+
To help safely onboard users from my the customer's IdP onto Private Mendix Platform, System Admins can configure default group and resource roles for new users logging in using SSO. New users are placed in the default group and role before they can be assigned their target role, for example, by using an external orchestration app. In this way, customers can carefully manage permissions for new users incoming from an external system.
26+
27+
#### Improvements
28+
29+
##### Deployment Enhancements
30+
31+
To help you streamline your deployment process, we have provided the following enhancements for the **Environment Overview** and **Create Package** pages:
32+
33+
* When creating a deployment package, you can now specify a tag description. The package version and tag are displayed on the Environment Overview page.
34+
* If you want to deploy and start your package immediately, you can enable the **Autodeploy** option during package creation.
35+
* When deploying a package to an environment, you can provide the required configuration by uploading a .yaml file, either manually or through a secret manager.
36+
* If an environment has a deployed package, you can promote the package to another environment (for example, from *Test* to *Acceptance*) by clicking **Promote** directly on the Environment Overview page.
37+
* You can reorder environments on the Environment Overview page.
38+
39+
For more information, see [Deploying Your App](/private-mendix-platform/user-guide/#deploy).
40+
41+
##### Enhanced Control over Studio Pro Download Options
42+
43+
Administrators can now use the [Version Settings](/private-mendix-platform/reference-guide/admin/system/#version-settings) page to manage the download options for Studio Pro. If you do not want your users to be able to download Studio Pro or patch files directly from the user interface of Private Mendix Platform, you can hide the download option from the onboarding banner on the home page and **My Apps** pages. You can also hide the option to download Studio Pro, patch, or offline dependencies from the **Get Studio Pro** page, and provide any custom instruction that you want to share with your users.
44+
45+
##### API Enhancements
46+
47+
To support the new features of Private Mendix Platform, we have updated the following APIs:
48+
49+
* Group
50+
* Pipeline
51+
* Project
52+
* Build
53+
* Deploy
54+
55+
For more information, refer to [APIs for Private Mendix Platform](/apidocs-mxsdk/apidocs/private-platform/).
56+
57+
##### UI and UX Improvements
58+
59+
We have improved the UI and UX for the following functionalities:
60+
61+
* Home page
62+
* **Group Apps** page
63+
* **Environment Details** page - Various app configuration options
64+
* **Environments Overview** page - **Deployment Packages** tab
65+
66+
#### Updates
67+
68+
##### Studio Pro Updates
69+
70+
* Studio Pro 9.24 LTS latest patch version updated to [9.24.43](/releasenotes/studio-pro/9.24/#92443)
71+
* Studio Pro 10.24 LTS latest patch version updated to [10.24.21](/releasenotes/studio-pro/10.24/#102421)
72+
* Studio Pro 11.6 MTS latest patch version updated to [11.6.6](/releasenotes/studio-pro/11.6/#1166)
73+
74+
##### Other Platform Components
75+
76+
* Mendix on Kubernetes Operator version [2.27.1](/releasenotes/developer-portal/mendix-for-private-cloud/#2.27.1)
77+
* Private Cloud License Manager (PCLM) version [0.10.11](/releasenotes/developer-portal/mendix-for-private-cloud/#0.10.11)
78+
* [Interactor v1.25.4](https://gitlab.rnd.mendix.com/digital_ecosystems/interactor/-/pipelines/1949339)
79+
* [Interactor Bridge v1.24.5](https://gitlab.rnd.mendix.com/digital_ecosystems/interactor-bridge/-/pipelines/1949340)
80+
* [Collector v1.22.3](https://gitlab.rnd.mendix.com/digital_ecosystems/privatecloud-collector/-/pipelines/1949351)
81+
* [Authenticator v1.22.3](https://gitlab.rnd.mendix.com/digital_ecosystems/privatecloud-collector/-/pipelines/1949351)
82+
* Maia 0.39.0
83+
* DocGen 1.0.4
84+
85+
#### Fixes
86+
87+
* (General) We have fixed an issue where it was impossible to assign a role directly to a user.
88+
* (General) We have fixed an issue that was preventing users from leaving an app after being added as contributors.
89+
* (General) We have resolved an issue where the **View All** button for activity logs would take users to the wrong page.
90+
* (General) We have resolved an issue where the *Changed* tag was not displayed for updated constants in standalone deployment mode.
91+
* (General) We have solved some issues related to creating and editing users.
92+
* (General) We have solved an issue where the **Edit in Studio Pro** button for Private Mendix Platform apps did not work.
93+
* (General) We have solved an issue where users could not open the **App URL** link on the **Environment Details** page. This issue affected instances running in Standalone mode.
94+
* (General) We have solved some issues that occurred when selecting custom resources during environment creation.
95+
* (General) We have fixed some build issues that occurred in Connected mode.
96+
* (General) We have fixed some issues related to deploying app packages in Connected mode.
97+
* (General) We have fixed an issue related to scaling replicas in Connected mode.
98+
* (General) We have fixed some issues related to setting runtime settings in Connected mode.
99+
* (General) We have fixed an error that prevented users from saving their changes after updating log nodes in Connected mode.
100+
* (General) We have fixed an error that was preventing users from deleting log nodes in Standalone mode.
101+
* (General) We have solved some issues with deployment pipelines which include a Wait Rest Call (WRC) step.
102+
* (General) We have fixed an issue where the Debugger password was not visible in Private Mendix Platform UI after being set through API.
103+
* (Studio Pro) We have fixed an error that occurred when creating a branch in Studio Pro 9.24.4x.
104+
* (UI) We have fixed some UI-related issues.
105+
106+
#### Known Issues {#known-issues}
107+
108+
##### Apps Created through Studio Pro Assigned to the Mendix Group
109+
110+
Ownership of Private Mendix Platform apps created through Studio Pro is automatically given to the `Mendix` root user group. If required, you can transfer the ownership to another group after creation.
111+
112+
##### Error When Creating User
113+
114+
When creating a new installation of Private Mendix Platform, there is an error while adding a local user. This issue wil be resolved in an upcoming release. As a workaround, the admin can create the user on the **User Management** page instead.
115+
116+
##### Disabled Publish Option
117+
118+
The **Publish** option in Studio Pro is disabled for Private Mendix Platform apps even after the environment is created. This issue will be resolved in an upcoming release.

content/en/docs/releasenotes/private-platform/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ These release notes cover changes made to the [Private Mendix Platform](/private
1212

1313
Release notes are available for the following versions of Private Mendix Platform:
1414

15+
* [2.7](/releasenotes/private-platform/2-7/)
1516
* [2.6](/releasenotes/private-platform/2-6/)
1617
* [2.4](/releasenotes/private-platform/2-4/)
1718
* [2.0](/releasenotes/private-platform/2-0/)

0 commit comments

Comments
 (0)