From f4c6c7f76ab2ce83579f0350255dd9631af5c9e0 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 28 Mar 2025 16:39:03 +0100 Subject: [PATCH 1/3] PMP release notes 1.20 --- .../releasenotes/private-platform/1.20.md | 53 +++++++++++++++++++ .../releasenotes/private-platform/_index.md | 1 + 2 files changed, 54 insertions(+) create mode 100644 content/en/docs/releasenotes/private-platform/1.20.md diff --git a/content/en/docs/releasenotes/private-platform/1.20.md b/content/en/docs/releasenotes/private-platform/1.20.md new file mode 100644 index 00000000000..e236e383b53 --- /dev/null +++ b/content/en/docs/releasenotes/private-platform/1.20.md @@ -0,0 +1,53 @@ +--- +title: "1.20" +url: /releasenotes/private-platform/1-20/ +description: "Release notes for version 1.20 of Private Mendix Platform" +weight: 50 +--- + +These release notes cover changes made to the [Private Mendix Platform](/private-mendix-platform/) in version 1.20. + +## 1.20.0 + +### Release date: April 1, 2025 + +Version 1.20.0 of Private Mendix Platform introduces a number of new features, improvements, and bug fixes. + +#### New Features + +##### Build Timeout Setting Added + +You can now customize the time after which your build process will automatically time out. You can configure this timeout period in your build image settings. + +#### Improvements + +##### Exporting Customized Resource Presets + +The export and import feature now includes the **CIAdmin.ResourceSettings** entity, allowing you to export and import customized resource settings. + +##### UX Improvements + +The pipeline ID is automatically updated when you trigger a new deployment pipeline. + +#### Updates + +##### Studio Pro Updates + +* Studio Pro 9.24 LTS latest patch version updated to [9.24.33](/releasenotes/studio-pro/9.24/#92433) (production support) +* Studio Pro 10.6 MTS latest patch version updated to [10.6.21](/releasenotes/studio-pro/10.6/#10621) (innovation track, limited support) +* Studio Pro 10.12 MTS latest patch version updated to [10.12.15](/releasenotes/studio-pro/10.12/#101215) (innovation track, limited support) + +#### Fixes + +We have provided the following fixes: + +* (Platform) We have resolved some vulnerabilities in the *pmp-pipeline-tools* image. +* (Platform) We have resolved an issue that resulted in error 500 when accessing the Private Mendix Platform API server. +* (Platform) We have fixed an issue where the version of the Blank Web App template in Studio Pro was always 10.6.18 instead of the latest version on Private Mendix Platform. +* (Platform) We have resolved an issue where custom resource settings for an environment were overwritten by default Mendix Operator settings in some cases. +* (Platform) We have fixed an issue where some webhooks were triggered multiple times for each pipeline execution. +* (Platform) We have fixed an issue where the starter app templates did not appear in Studio Pro in the MTS version. +* (Platform) We have fixed an issue where sending notification to multiple recipients would show an error in the logs, even though the notifications were sent successfully. +* (Platform) We have resolved an issue with creating new users. +* (UI) We have corrected some missing translations for the Chinese and Korean localizations. +* (UI) We have resolved an issue where the user would be returned to the same page after logging off and logging in again. diff --git a/content/en/docs/releasenotes/private-platform/_index.md b/content/en/docs/releasenotes/private-platform/_index.md index 3e9f295d281..428028fe536 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: +* [1.20](/releasenotes/private-platform/1-20/) * [1.19](/releasenotes/private-platform/1-19/) * [1.18](/releasenotes/private-platform/1-18/) * [1.17](/releasenotes/private-platform/1-17/) From ee9c57a9e2a2cab686403a248d3f3b04dce5e270 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:08:16 +0200 Subject: [PATCH 2/3] PMP relnotes --- .../releasenotes/private-platform/1.20.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/en/docs/releasenotes/private-platform/1.20.md b/content/en/docs/releasenotes/private-platform/1.20.md index e236e383b53..18bb872e904 100644 --- a/content/en/docs/releasenotes/private-platform/1.20.md +++ b/content/en/docs/releasenotes/private-platform/1.20.md @@ -21,13 +21,21 @@ You can now customize the time after which your build process will automatically #### Improvements -##### Exporting Customized Resource Presets +##### Installer refactor -The export and import feature now includes the **CIAdmin.ResourceSettings** entity, allowing you to export and import customized resource settings. +PMP installation integrated with AWS Secret Manager + +##### Add build timeout configuration in build pipeline + +Move Build Timeout from build image setting page to build pipeline + +##### OIDC Module Supported for Mapping Custom IdP Claims + + provide same functionality as SAML SSO module in ability to map custom IdP claims using ‘Just in Time Provisioning’ functionality. ##### UX Improvements -The pipeline ID is automatically updated when you trigger a new deployment pipeline. +The **MDA/OCI source URL** on the **Deployment Steps** page is now marked as optional. #### Updates @@ -41,13 +49,5 @@ The pipeline ID is automatically updated when you trigger a new deployment pipel We have provided the following fixes: -* (Platform) We have resolved some vulnerabilities in the *pmp-pipeline-tools* image. -* (Platform) We have resolved an issue that resulted in error 500 when accessing the Private Mendix Platform API server. -* (Platform) We have fixed an issue where the version of the Blank Web App template in Studio Pro was always 10.6.18 instead of the latest version on Private Mendix Platform. -* (Platform) We have resolved an issue where custom resource settings for an environment were overwritten by default Mendix Operator settings in some cases. -* (Platform) We have fixed an issue where some webhooks were triggered multiple times for each pipeline execution. -* (Platform) We have fixed an issue where the starter app templates did not appear in Studio Pro in the MTS version. -* (Platform) We have fixed an issue where sending notification to multiple recipients would show an error in the logs, even though the notifications were sent successfully. -* (Platform) We have resolved an issue with creating new users. -* (UI) We have corrected some missing translations for the Chinese and Korean localizations. -* (UI) We have resolved an issue where the user would be returned to the same page after logging off and logging in again. +* (Platform) We have resolved an issue where the build template would occasionally become blank after removing a manual step. +* (UI) We have resolved an issue where the user would be returned to the same page after logging off and logging in with another user account. From d59e2d56fe3833ba8e725b5c5b24d330561de25e Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:45:28 +0200 Subject: [PATCH 3/3] PMP relnotes --- .../docs/releasenotes/private-platform/1.20.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/content/en/docs/releasenotes/private-platform/1.20.md b/content/en/docs/releasenotes/private-platform/1.20.md index 18bb872e904..11b5c04200e 100644 --- a/content/en/docs/releasenotes/private-platform/1.20.md +++ b/content/en/docs/releasenotes/private-platform/1.20.md @@ -15,27 +15,23 @@ Version 1.20.0 of Private Mendix Platform introduces a number of new features, i #### New Features -##### Build Timeout Setting Added +##### AWS Secret Manager Supported during Installation -You can now customize the time after which your build process will automatically time out. You can configure this timeout period in your build image settings. +Instead of manually configuring the database and storage plans during installation, you can now use the information stored in AWS Secret Manager. For more information, see [Private Mendix Platform Quick Start Guide](/private-mendix-platform/quickstart/). #### Improvements -##### Installer refactor +##### Build Timeout Configuration in the Build Pipeline -PMP installation integrated with AWS Secret Manager - -##### Add build timeout configuration in build pipeline - -Move Build Timeout from build image setting page to build pipeline +We have moved the **Build Timeout** configuration from the **Build Image Settings** page to the Build pipeline configuration for easier access. ##### OIDC Module Supported for Mapping Custom IdP Claims - provide same functionality as SAML SSO module in ability to map custom IdP claims using ‘Just in Time Provisioning’ functionality. +Private Mendix Platform now provides the same Just-in-Time provisioning functionality for mapping custom IdP claims as the [SAML module](/appstore/modules/saml/). ##### UX Improvements -The **MDA/OCI source URL** on the **Deployment Steps** page is now marked as optional. +The **MDA/OCI source URL** field on the **Deployment Steps** page is now marked as optional. #### Updates