diff --git a/content/en/docs/deployment/mx-azure/configuration/_index.md b/content/en/docs/deployment/mx-azure/configuration/_index.md index 4fb25411de6..9a45a4c256e 100644 --- a/content/en/docs/deployment/mx-azure/configuration/_index.md +++ b/content/en/docs/deployment/mx-azure/configuration/_index.md @@ -41,6 +41,12 @@ For more information, see [Configuring Ingress and Egress](/developerportal/depl | AKS Maximum Node Count | The number of available cluster nodes will be increased and decreased automatically based on the combined capacity requirement of all deployed Mendix apps. This setting controls the upper limit to the number of available nodes in order to avoid cost surprises. | Yes | | AKS Service Tier | The [AKS service tier](https://learn.microsoft.com/en-us/azure/aks/free-standard-pricing-tiers) determines the service level Microsoft provides on the Mendix on Azure Kubernetes cluster control plane. This does not impact application performance, only Microsoft's SLA. The Free tier is sufficient in most situations. Standard can be considered by organizations that value a financially backed SLA. For information about the associated costs, refer to Microsoft documentation. The Premium tier does not offer any additional value in combination with Mendix on Azure and is not recommended. | Yes | +### Custom CA Certificate + +When initializing your cluster, you can now select a custom CA certificate. For more information, see [Custom TLS](/developerportal/deploy/standard-operator/#custom-tls). + +{{< figure src="/attachments/deployment/mx-azure/customca.png" class="no-border" >}} + ### Redundancy | Advanced Option | Description | Editable after Initial Creation | diff --git a/content/en/docs/releasenotes/deployment/mendix-azure.md b/content/en/docs/releasenotes/deployment/mendix-azure.md index 0e00e6dc48c..7e8145d3dd4 100644 --- a/content/en/docs/releasenotes/deployment/mendix-azure.md +++ b/content/en/docs/releasenotes/deployment/mendix-azure.md @@ -10,6 +10,19 @@ These release notes cover changes to deployment to [Mendix on Azure](/developerp For information on the current status of Mendix deployment, see [Mendix Status](https://status.mendix.com/). +### Release date: January 8, 2026 + +* We have added an option to upload and enable custom CA certificates in the Mendix on Azure portal. +* A video guiding you through the next steps after cluster initialization, is now available on the **Cluster Overview** page in the Mendix on Azure portal. +* We have fixed an issue where the preflight check of the Platform account would fail. This fix prevents the creation of unnecessary support tickets. +* We have fixed an issue that sometimes prevented cluster managers from viewing the clusters which they had initialized. + +### Known issues: + +* Fields such as **Infrastructure Redundancy** and **Custom CA Certificates** do not have translations available yet. +* Custom CA certificates cannot be enabled during cluster initialisation setup and must be added after initialisation. +* Custom CA certificates cannot be removed once added. This issue will be fixed in a future release. + ### Release date: November 27, 2025 * Operator, Agent, Build, Sidecars, and NGINX logs are now directly accessible within Grafana for monitoring and troubleshooting. 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 fd842bdcf24..dac654ed6ff 100644 --- a/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md @@ -10,6 +10,20 @@ These release notes cover changes to deployment to [Mendix on Kubernetes](/devel For information on the current status of deployment to Mendix on Kubernetes and any planned releases, see [Mendix Status](https://status.mendix.com/). +## 2026 + +### January 8, 2026 + +#### Portal Improvements + +* We have resolved some issues causing inconsistent commit times on the Team Server. +* We have fixed the environment start issue for the Start steps in the Private Cloud pipeline. +* We have fixed an issue with the invitation emails for clusters and namespaces. + +#### Known Issues + +* We are currently working to resolve issues affecting the conversion of existing namespaces and the addition of multiple managed namespaces under the Global Operator installations. + ## 2025 ### December 15, 2025 diff --git a/static/attachments/deployment/mx-azure/customca.png b/static/attachments/deployment/mx-azure/customca.png new file mode 100644 index 00000000000..d1f91f5c1d5 Binary files /dev/null and b/static/attachments/deployment/mx-azure/customca.png differ