diff --git a/content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md b/content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md index 4b6c59d1fdc..e6804596a88 100644 --- a/content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md +++ b/content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md @@ -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. diff --git a/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md b/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md index 8683832c5a4..30a50cba3a6 100644 --- a/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md @@ -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 @@ -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 @@ -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