From 3bd787b6ad66c9700be849e02714ebb12f719b0b Mon Sep 17 00:00:00 2001 From: mxashokkhedkar <86304253+mxashokkhedkar@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:50:56 +0530 Subject: [PATCH 1/3] Added release notes for Private cloud portal release 7.27.0 --- .claude/settings.json | 2 +- .../deployment/mendix-for-private-cloud.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index b26bb12516e..d3383de7f32 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,7 +3,7 @@ "CLAUDE_CODE_ENABLE_TELEMETRY": "0", "DISABLE_TELEMETRY": "1", "OTEL_METRICS_EXPORTER": "otlp", - "AWS_PROFILE": "my-sandbox", + "AWS_PROFILE": "mysandbox-ashok", "AWS_REGION": "eu-central-1", "CLAUDE_CODE_USE_BEDROCK": "1", "ANTHROPIC_MODEL": "eu.anthropic.claude-sonnet-4-5-20250929-v1:0", 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 56542dcf120..3e911ffc2a8 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,18 @@ For information on the current status of deployment to Mendix on Kubernetes and ## 2026 +### April 2, 2026 + +#### Portal Improvements + +* We have introduced configurable heap memory to align with Public Cloud optimization logic as a default for Operator 2.26.0 and newer. +* We have aligned resource plans with Public Cloud standards and continue to support legacy plans. +* We have moved the Mendix on Azure information banner to the Cluster Manager homepage. +* Cross-cluster restores are not supported. Environments are visible only within the same cluster. +* We have fixed an issue where replicas with unknown status showed as licensed. +* We have fixed an issue where scheduled events were missing after pipeline deployment. +* We have added context to namespace and clusters invite emails to identify the Mendix on Kubernetes portal as the sender. + ### February 25, 2026 #### Mendix Operator v2.26.0 {#2.26.0} From 780a1a23f20fc0a8abf07035ce10c3a9f416df9b Mon Sep 17 00:00:00 2001 From: mxashokkhedkar <86304253+mxashokkhedkar@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:03:39 +0530 Subject: [PATCH 2/3] Added release notes for Private cloud portal release 7.27.0 --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index d3383de7f32..5612493ba60 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,7 +3,7 @@ "CLAUDE_CODE_ENABLE_TELEMETRY": "0", "DISABLE_TELEMETRY": "1", "OTEL_METRICS_EXPORTER": "otlp", - "AWS_PROFILE": "mysandbox-ashok", + "AWS_PROFILE": "mysandbox", "AWS_REGION": "eu-central-1", "CLAUDE_CODE_USE_BEDROCK": "1", "ANTHROPIC_MODEL": "eu.anthropic.claude-sonnet-4-5-20250929-v1:0", From 143cd56eee62cb469a15d96d28680cded4f579e4 Mon Sep 17 00:00:00 2001 From: mxashokkhedkar <86304253+mxashokkhedkar@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:05:10 +0530 Subject: [PATCH 3/3] Added release notes for Private cloud portal release 7.27.0 --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 5612493ba60..b26bb12516e 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,7 +3,7 @@ "CLAUDE_CODE_ENABLE_TELEMETRY": "0", "DISABLE_TELEMETRY": "1", "OTEL_METRICS_EXPORTER": "otlp", - "AWS_PROFILE": "mysandbox", + "AWS_PROFILE": "my-sandbox", "AWS_REGION": "eu-central-1", "CLAUDE_CODE_USE_BEDROCK": "1", "ANTHROPIC_MODEL": "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",