Skip to content

Commit f630c85

Browse files
sme review
1 parent c7be8f9 commit f630c85

1 file changed

Lines changed: 28 additions & 2 deletions

File tree

  • content/en/docs/releasenotes/private-platform

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

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,46 @@ Version 2.7.0 of Private Mendix Platform introduces a number of new features, up
2020

2121
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.
2222

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+
2327
#### Improvements
2428

29+
##### Deployment Enhancements
30+
31+
To help you streamline your deployment process, we have provided the following enhancements for the **Environment Overview**, **Environment Details**, 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+
2541
##### Enhanced Control over Studio Pro Download Options
2642

2743
Administrators can now use the [Version Settings](#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.
2844

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+
2957
##### UI and UX Improvements
3058

3159
We have improved the UI and UX for the following functionalities:
3260

3361
* Home page
3462
* **Group Apps** page
35-
* **Environment Overview** page
3663

3764
#### Updates
3865

@@ -69,7 +96,6 @@ We have improved the UI and UX for the following functionalities:
6996
* (General) We have fixed some issues related to setting runtime settings in Connected mode.
7097
* (General) We have fixed an error that prevented users from saving their changes after updating log nodes in Connected mode.
7198
* (General) We have fixed an error that was preventing users from deleting log nodes in Standalone mode.
72-
* (General) We have fixed an error that was preventing users from deleting log nodes in Standalone mode.
7399
* (General) We have solved some issues with deployment pipelines which include a Wait Rest Call (WRC) step.
74100
* (General) We have fixed an issue where the Debugger password was not visible in Private Mendix Platform UI after being set through API.
75101
* (Studio Pro) We have fixed an error that occurred when creating a branch in Studio Pro 9.24.4x.

0 commit comments

Comments
 (0)