-
Notifications
You must be signed in to change notification settings - Fork 794
added Maia Make for PMP #11593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
added Maia Make for PMP #11593
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,117 @@ | ||
| --- | ||
| title: "2.8" | ||
| url: /releasenotes/private-platform/2-8/ | ||
| description: "Release notes for version 2.8 of Private Mendix Platform" | ||
| weight: 5 | ||
| --- | ||
|
|
||
| These release notes cover changes made to the [Private Mendix Platform](/private-mendix-platform/) in version 2.8. | ||
|
|
||
| ## 2.8.0 | ||
|
|
||
| ### Release date: July 31, 2026 | ||
|
|
||
| Version 2.8.0 of Private Mendix Platform introduces a number of new features, updates, and fixes. | ||
|
|
||
| #### New Features | ||
|
|
||
| ##### Dynamic Role Management through Platform Roles and Resource Roles | ||
|
|
||
| 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. | ||
|
|
||
| ##### SSO Integration for Dynamic Role Management | ||
|
|
||
| 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. | ||
|
|
||
| #### Improvements | ||
|
|
||
| ##### Deployment Enhancements | ||
|
|
||
| To help you streamline your deployment process, we have provided the following enhancements for the **Environment Overview** and **Create Package** pages: | ||
|
|
||
| * When creating a deployment package, you can now specify a tag description. The package version and tag are displayed on the Environment Overview page. | ||
| * If you want to deploy and start your package immediately, you can enable the **Autodeploy** option during package creation. | ||
| * 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. | ||
| * 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. | ||
| * You can reorder environments on the Environment Overview page. | ||
|
|
||
| For more information, see [Deploying Your App](/private-mendix-platform/user-guide/#deploy). | ||
|
|
||
| ##### Enhanced Control over Studio Pro Download Options | ||
|
|
||
| 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. | ||
|
|
||
| ##### API Enhancements | ||
|
|
||
| To support the new features of Private Mendix Platform, we have updated the following APIs: | ||
|
|
||
| * Group | ||
| * Pipeline | ||
| * Project | ||
| * Build | ||
| * Deploy | ||
|
|
||
| For more information, refer to [APIs for Private Mendix Platform](/apidocs-mxsdk/apidocs/private-platform/). | ||
|
|
||
| ##### UI and UX Improvements | ||
|
|
||
| We have improved the UI and UX for the following functionalities: | ||
|
|
||
| * Home page | ||
| * **Group Apps** page | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [vale] reported by reviewdog 🐶 |
||
| * **Environment Details** page - Various app configuration options | ||
| * **Environments Overview** page - **Deployment Packages** tab | ||
|
|
||
| #### Updates | ||
|
|
||
| ##### Studio Pro Updates | ||
|
|
||
| * Studio Pro 9.24 LTS latest patch version updated to [9.24.43](/releasenotes/studio-pro/9.24/#92443) | ||
| * Studio Pro 10.24 LTS latest patch version updated to [10.24.21](/releasenotes/studio-pro/10.24/#102421) | ||
| * Studio Pro 11.6 MTS latest patch version updated to [11.6.6](/releasenotes/studio-pro/11.6/#1166) | ||
|
|
||
| ##### Other Platform Components | ||
|
|
||
| * Mendix on Kubernetes Operator version [2.27.1](/releasenotes/developer-portal/mendix-for-private-cloud/#2.27.1) | ||
| * Private Cloud License Manager (PCLM) version [0.10.11](/releasenotes/developer-portal/mendix-for-private-cloud/#0.10.11) | ||
| * [Interactor v1.25.4](https://gitlab.rnd.mendix.com/digital_ecosystems/interactor/-/pipelines/1949339) | ||
| * [Interactor Bridge v1.24.5](https://gitlab.rnd.mendix.com/digital_ecosystems/interactor-bridge/-/pipelines/1949340) | ||
| * [Collector v1.22.3](https://gitlab.rnd.mendix.com/digital_ecosystems/privatecloud-collector/-/pipelines/1949351) | ||
| * [Authenticator v1.22.3](https://gitlab.rnd.mendix.com/digital_ecosystems/privatecloud-collector/-/pipelines/1949351) | ||
| * Maia 0.39.0 | ||
| * DocGen 1.0.4 | ||
|
|
||
| #### Fixes | ||
|
|
||
| * (General) We have fixed an issue where it was impossible to assign a role directly to a user. | ||
| * (General) We have fixed an issue that was preventing users from leaving an app after being added as contributors. | ||
| * (General) We have resolved an issue where the **View All** button for activity logs would take users to the wrong page. | ||
| * (General) We have resolved an issue where the *Changed* tag was not displayed for updated constants in standalone deployment mode. | ||
| * (General) We have solved some issues related to creating and editing users. | ||
| * (General) We have solved an issue where the **Edit in Studio Pro** button for Private Mendix Platform apps did not work. | ||
| * (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. | ||
| * (General) We have solved some issues that occurred when selecting custom resources during environment creation. | ||
| * (General) We have fixed some build issues that occurred in Connected mode. | ||
| * (General) We have fixed some issues related to deploying app packages in Connected mode. | ||
| * (General) We have fixed an issue related to scaling replicas in Connected mode. | ||
| * (General) We have fixed some issues related to setting runtime settings in Connected mode. | ||
| * (General) We have fixed an error that prevented users from saving their changes after updating log nodes in Connected mode. | ||
| * (General) We have fixed an error that was preventing users from deleting log nodes in Standalone mode. | ||
| * (General) We have solved some issues with deployment pipelines which include a Wait Rest Call (WRC) step. | ||
| * (General) We have fixed an issue where the Debugger password was not visible in Private Mendix Platform UI after being set through API. | ||
| * (Studio Pro) We have fixed an error that occurred when creating a branch in Studio Pro 9.24.4x. | ||
| * (UI) We have fixed some UI-related issues. | ||
|
|
||
| #### Known Issues {#known-issues} | ||
|
|
||
| ##### Apps Created through Studio Pro Assigned to the Mendix Group | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [vale] reported by reviewdog 🐶 |
||
|
|
||
| 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. | ||
|
|
||
| ##### Error When Creating User | ||
|
|
||
| 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. | ||
|
|
||
| ##### Disabled Publish Option | ||
|
|
||
| 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. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[Mendix.ProductNames] Use 'Projects' instead of 'Apps'