From dc7b55c34f3b62ff6e5a8ba02cbe5674f57cdee8 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:41:35 +0100 Subject: [PATCH 1/3] PMP relnotes 1.17 for Dec 31st --- .../releasenotes/private-platform/1.17.md | 50 +++++++++++++++++++ .../releasenotes/private-platform/_index.md | 1 + 2 files changed, 51 insertions(+) create mode 100644 content/en/docs/releasenotes/private-platform/1.17.md diff --git a/content/en/docs/releasenotes/private-platform/1.17.md b/content/en/docs/releasenotes/private-platform/1.17.md new file mode 100644 index 00000000000..cb6efd894dc --- /dev/null +++ b/content/en/docs/releasenotes/private-platform/1.17.md @@ -0,0 +1,50 @@ +--- +title: "1.17" +url: /releasenotes/private-platform/1-17/ +description: "Release notes for version 1.17 of Private Mendix Platform" +weight: 90 +--- + +These release notes cover changes made to the [Private Mendix Platform](/private-mendix-platform/) in version 1.17. + +## 1.17.0 + +### Release date: December 31, 2024 + +Version 1.17.0 of Private Mendix Platform introduces a number of improvements and bug fixes. + +#### Improvements + +##### App Import Enabled for Azure DevOps + +On the **Import Apps** page, administrators can import existing Mendix apps that are in their version control host but not yet in Private Mendix Platform. Previously, this function was available only for GitHub, GitLab, and Bitbucket. We have now enabled it for Azure DevOps hosts as well. + +##### PCLM Installation Supports Aws-irsa as Authentication Method + +When installing Private Cloud License Manager, you can now select aws-irsa as authentication method. For more information, see [Private Mendix Platform Quickstart Guide: Installing Private Cloud License Manager](/private-mendix-platform-quickstart/#install-pclm). + +##### Webhook Improvements + +When adding a webhook step to the Build or Deployment pipelines, you no longer need to specify the webhook type. + +##### Engineering Improvements + +* Azure DevOps has been updated to use the new *mxbuild* tool. +* We have implemented performance improvements for SBOM. + +#### Updates + +##### Studio Pro Updates + +* Studio Pro 9.24 LTS latest patch version updated to [9.24.31](/releasenotes/studio-pro/9.24/#92431) (production support) +* Studio Pro 10.6 MTS latest patch version updated to [10.6.18](/releasenotes/studio-pro/10.6/#10618) (innovation track, limited support) +* Studio Pro 10.12 MTS latest patch version updated to [10.12.10](/releasenotes/studio-pro/10.12/#101210) (innovation track, limited support) + +#### Fixes + +We have provided the following fixes: + +* (Platform) We have fixed an issue where the **Build & Deploy** capability could not be enabled in the **Capabilities** menu. +* (Platform) We have fixed an issue where SSO login using SAML would fail if the user account already existed in Private Mendix Platform. +* (UI) We have resolved an issue with GitLab pagination in GitLab 17.5.2-ee. +* (UI) We have resolved some pagination issues in the Chinese translation of Private Mendix Platform. \ 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 ab15eeb13ec..bb3dfc2e21c 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.17](/releasenotes/private-platform/1-17/) * [1.16](/releasenotes/private-platform/1-16/) * [1.15](/releasenotes/private-platform/1-15/) * [1.14](/releasenotes/private-platform/1-14/) From 040c5f9d92efc150a6bdfe3207971ab41abf5208 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:49:15 +0100 Subject: [PATCH 2/3] corrected order --- content/en/docs/releasenotes/private-platform/1.17.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/private-platform/1.17.md b/content/en/docs/releasenotes/private-platform/1.17.md index cb6efd894dc..883e37cca4f 100644 --- a/content/en/docs/releasenotes/private-platform/1.17.md +++ b/content/en/docs/releasenotes/private-platform/1.17.md @@ -2,7 +2,7 @@ title: "1.17" url: /releasenotes/private-platform/1-17/ description: "Release notes for version 1.17 of Private Mendix Platform" -weight: 90 +weight: 80 --- These release notes cover changes made to the [Private Mendix Platform](/private-mendix-platform/) in version 1.17. From 724345b1fcf0ba6b50a93900f54d9d45391920ac Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:37:57 +0100 Subject: [PATCH 3/3] fixed link --- content/en/docs/releasenotes/private-platform/1.17.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/private-platform/1.17.md b/content/en/docs/releasenotes/private-platform/1.17.md index 883e37cca4f..eb47ef234ed 100644 --- a/content/en/docs/releasenotes/private-platform/1.17.md +++ b/content/en/docs/releasenotes/private-platform/1.17.md @@ -21,7 +21,7 @@ On the **Import Apps** page, administrators can import existing Mendix apps that ##### PCLM Installation Supports Aws-irsa as Authentication Method -When installing Private Cloud License Manager, you can now select aws-irsa as authentication method. For more information, see [Private Mendix Platform Quickstart Guide: Installing Private Cloud License Manager](/private-mendix-platform-quickstart/#install-pclm). +When installing Private Cloud License Manager, you can now select aws-irsa as authentication method. For more information, see [Private Mendix Platform Quickstart Guide: Installing Private Cloud License Manager](/private-mendix-platform/quickstart/#install-pclm). ##### Webhook Improvements