Skip to content
Open
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 @@ -37,7 +37,7 @@ If deploying to Red Hat OpenShift, you need to specify that specifically when cr
Mendix on Kubernetes Operator `v2.*.*` is the latest version which officially supports:

* Kubernetes versions 1.19 through 1.34
* OpenShift 4.6 through 4.19
* OpenShift 4.6 through 4.20

{{% alert color="warning" %}}
Kubernetes 1.22 is a [new release](https://kubernetes.io/blog/2021/08/04/kubernetes-1-22-release-announcement/) which removes support for several deprecated APIs and features.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ For information on the current status of deployment to Mendix on Kubernetes and

## 2025

### December 15, 2025

#### Mendix Operator v2.24.2 {#2.24.2}

* We have fixed an issue when it would be impossible to set the `maxUnavailable` attribute for Pod Disruption Budgets.
* We have fixed an issue where using regular Kubernetes secrets in place of Kubernetes CSI Secrets Store would only work if a CSI Secrets Store driver is installed in the cluster.
With this release, installing the CSI Secrets Store driver is not necessary to use a Kubernets secret (Ticket 265568).
* For Mendix on Azure, we've added an option to remove custom TLS trust certificates.
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.

#### License Manager CLI v0.10.6{#0.10.6}

* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.

### November 27, 2025

#### Portal Improvements
Expand All @@ -23,7 +37,7 @@ For information on the current status of deployment to Mendix on Kubernetes and

#### Known Issues

* Currently, if you adjust your Pod Disruption Budget settings, those modifications will not take effect until our next Operator release (2.25.0).
* Currently, if you adjust your Pod Disruption Budget settings, those modifications will not take effect until our next Operator release (2.24.2).

### November 7, 2025

Expand Down Expand Up @@ -64,6 +78,10 @@ For information on the current status of deployment to Mendix on Kubernetes and
* We have updated documentation to indicate that Kubernetes 1.34 is supported by the Mendix Operator.
* We have made a few adjustments to support changes in upcoming Studio Pro version numbers.

#### Known Issues

* Currently, if you adjust your Pod Disruption Budget settings, those modifications will not take effect until our next Operator release (2.24.2).

### September 25, 2025

#### Portal Improvements
Expand Down