From 1c30109c50edbb6d36ade62917fef9de1dec87a7 Mon Sep 17 00:00:00 2001 From: mbyregowMx <47214747+mbyregowMx@users.noreply.github.com> Date: Sun, 5 Oct 2025 09:41:01 +0200 Subject: [PATCH 1/2] Update mendix-cloud.md CP335 release notes --- .../en/docs/releasenotes/deployment/mendix-cloud.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud.md b/content/en/docs/releasenotes/deployment/mendix-cloud.md index 829521b85fe..796ab7c1b53 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud.md @@ -16,6 +16,16 @@ For information on the current status of deployment to Mendix Cloud and any plan ## 2025 +### October 5, 2025 + +#### New Features + +* We have added support for IP blocklisting in the Access Restriction Profile for apps deployed on Kubernetes, allowing you to block incoming requests from specific IPs that match the configured profile. + +#### Bug Fixes + +* We have fixed an issue where duplicate paths were added in Path-based Access Restriction and caused deployment failures for apps on Kubernetes. The fix prevents new duplicates, but existing ones must be manually removed. + ### October 1, 2025 #### Announcement – Deprecation of HTTPS SSL/TLS Weak Ciphers from February 1, 2026 From ec8f5791e6f4260756fdd155d7c8d597af3b1bce Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Mon, 6 Oct 2025 10:54:11 +0200 Subject: [PATCH 2/2] feat: langauge review --- content/en/docs/releasenotes/deployment/mendix-cloud.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud.md b/content/en/docs/releasenotes/deployment/mendix-cloud.md index 796ab7c1b53..e0ebb1885f3 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud.md @@ -20,11 +20,11 @@ For information on the current status of deployment to Mendix Cloud and any plan #### New Features -* We have added support for IP blocklisting in the Access Restriction Profile for apps deployed on Kubernetes, allowing you to block incoming requests from specific IPs that match the configured profile. +* We have added support for IP blocklisting in the **Access Restriction Profile** for apps deployed on Kubernetes, allowing you to block incoming requests from specific IPs that match the configured profile. #### Bug Fixes -* We have fixed an issue where duplicate paths were added in Path-based Access Restriction and caused deployment failures for apps on Kubernetes. The fix prevents new duplicates, but existing ones must be manually removed. +* We have fixed an issue where duplicate paths were added in **Path Based Access Restriction** and caused deployment failures for apps on Kubernetes. The fix prevents new duplicates, but existing ones must be manually removed. ### October 1, 2025