You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ If deploying to Red Hat OpenShift, you need to specify that specifically when cr
37
37
Mendix on Kubernetes Operator `v2.*.*` is the latest version which officially supports:
38
38
39
39
* Kubernetes versions 1.19 through 1.34
40
-
* OpenShift 4.6 through 4.19
40
+
* OpenShift 4.6 through 4.20
41
41
42
42
{{% alert color="warning" %}}
43
43
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.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,22 @@ For information on the current status of deployment to Mendix on Kubernetes and
12
12
13
13
## 2025
14
14
15
+
### December 15, 2025
16
+
17
+
#### Mendix Operator v2.24.2 {#2.24.2}
18
+
19
+
* We have fixed an issue when it would be impossible to set the `maxUnavailable` attribute for Pod Disruption Budgets.
20
+
* 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.
21
+
22
+
With this release, installing the CSI Secrets Store driver is not necessary to use a Kubernets secret (Ticket 265568).
23
+
24
+
* For Mendix on Azure, we have added an option to remove custom TLS trust certificates.
25
+
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
26
+
27
+
#### License Manager CLI v0.10.6 {#0.10.6}
28
+
29
+
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
30
+
15
31
### November 27, 2025
16
32
17
33
#### Portal Improvements
@@ -23,7 +39,7 @@ For information on the current status of deployment to Mendix on Kubernetes and
23
39
24
40
#### Known Issues
25
41
26
-
* Currently, if you adjust your Pod Disruption Budget settings, those modifications will not take effect until our next Operator release (2.25.0).
42
+
* Currently, if you adjust your Pod Disruption Budget settings, those modifications will not take effect until our next Operator release (2.24.2).
27
43
28
44
### November 7, 2025
29
45
@@ -64,6 +80,10 @@ For information on the current status of deployment to Mendix on Kubernetes and
64
80
* We have updated documentation to indicate that Kubernetes 1.34 is supported by the Mendix Operator.
65
81
* We have made a few adjustments to support changes in upcoming Studio Pro version numbers.
66
82
83
+
#### Known Issues
84
+
85
+
* Currently, if you adjust your Pod Disruption Budget settings, those modifications will not take effect until our next Operator release (2.24.2).
0 commit comments