Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Private Mendix Platform supports the following types of Git repositories as the

* GitLab (both SaaS and self-managed)
* GitHub Enterprise Server
* GitHub Enterprise Cloud
* Bitbucket
* Azure DevOps

Expand Down
46 changes: 46 additions & 0 deletions content/en/docs/releasenotes/private-platform/1.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,52 @@ weight: 20

These release notes cover changes made to the [Private Mendix Platform](/private-mendix-platform/) in version 1.23.

## 1.23.1

### Release date: July 31, 2025

Version 1.23.1 of Private Mendix Platform introduces a number of new features, improvements, and bug fixes.

#### New Features

##### AWS Secret Manager Available as Secret Storage

We have enabled the use of AWS Secret Manager as external secret storage for Private Mendix Platform. For more information, see [Configuring External Secret Management with AWS Secret Manager](/private-mendix-platform/configure-aws-secret-manager/).

##### GitHub Enterprise Cloud Available as Version Control System

We have enabled the use of GitHub Enterprise Cloud as the version control system for Private Mendix Platform. For more information, see [Configuring the Version Control System for Private Mendix Platform](/private-mendix-platform/version-control/).

#### Improvements

##### Cluster Management Improvements

When registering a new cluster for manual production deployment, you can now select different types and authentication methods for the MDA package storage or OCI registry.

#### Updates

##### Studio Pro Updates

* Studio Pro 9.24 LTS latest patch version updated to [9.24.36](/releasenotes/studio-pro/9.24/#92436) (production support)
* Studio Pro 10.6 MTS latest patch version updated to [10.6.24](/releasenotes/studio-pro/10.6/#10624) (innovation track, limited support)
* Studio Pro 10.12 MTS latest patch version updated to [10.12.17](/releasenotes/studio-pro/10.12/#101217) (innovation track, limited support)
* Studio Pro 10.18 MTS support has been postponed due to incompatibility issues

##### Other Platform Components

* Mendix on Kubernetes Operator version [2.22.0](/releasenotes/developer-portal/mendix-for-private-cloud/#2.22.0)
* Private Cloud License Manager (PCLM) version [0.10.3](/releasenotes/developer-portal/mendix-for-private-cloud/#license-manage-cli-v0103)
* SVIX webhooks service v.1.65.0

#### Fixes

We have provided the following fixes:

* (Platform) We have resolved an issue where users could not manually register GitLab credentials for their account.
* (Platform) We have resolved an issue where manual production deployment did not work for OCI registries which used a secret name.
* (Platform) We have removed the **Register Cluster** setting from the Private Mendix Platform Configuration Wizard.
* (UI) We have made other, minor UI improvements and fixes.

## 1.23.0

### Release date: June 26, 2025
Expand Down