Skip to content

Commit 3039e4b

Browse files
Merge pull request mendix#10952 from mxashokkhedkar/portuns_release_7_27_0
Added release notes for Private cloud portal release 7.27.0
2 parents 795c175 + a6217c1 commit 3039e4b

5 files changed

Lines changed: 33 additions & 7 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-deploy/_index.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,22 +130,30 @@ All environments are defined as production environments, which means that [secur
130130

131131
8. Click **Next**.
132132

133-
{{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/configureEnvResources.png" class="no-border" >}}
133+
{{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/configure-env-resources.png" class="no-border" >}}
134134

135135
9. Select **Core Resources**.
136136

137137
For core resources, there are two sets of values. The **Request** value is the amount of core resources which are initially requested. The **Limit** value is the maximum amount of resource that the environment can use.
138138

139-
There are three pre-defined sets of resources, **Small**, **Medium**, and **Large**. Choosing these will set the **CPU** and **Memory** values automatically.
139+
There are six pre-defined sets of resources, **XS**, **S**, **M**, **L**, **XL**, and **XXL**.
140+
141+
Legacy plans are still visible with a **Legacy** prefix.
140142

141143
| **Name** | **CPU cores**: Limit | **Memory (GB)**: Limit | **Ephemeral Storage (GB)**: Limit | **CPU cores**: Request | **Memory (GB)**: Request | **Ephemeral Storage (GB)**: Request |
142144
| --- | --- | --- | --- | --- | --- | --- |
143-
| Small | 1 | 0.5 | 1 | 0.1 | 0.5 | 1 |
144-
| Medium | 2 | 2 | 1 | 1 | 1 | 1 |
145-
| Large | 4 | 4 | 1 | 2 | 2 | 1 |
145+
| XS | 0.25 | 1 | 1 | 0.25 | 1 | 1 |
146+
| S | 0.5 | 2 | 1 | 0.5 | 2 | 1 |
147+
| M | 1 | 4 | 1 | 1 | 4 | 1 |
148+
| L | 2 | 8 | 1 | 2 | 8 | 1 |
149+
| XL | 4 | 16 | 1 | 4 | 16 | 1 |
150+
| XXL | 8 | 32 | 1 | 4 | 32 | 1 |
151+
| Legacy Small | 1 | 0.5 | 1 | 0.1 | 0.5 | 1 |
152+
| Legacy Medium | 2 | 2 | 1 | 1 | 1 | 1 |
153+
| Legacy Large | 4 | 4 | 1 | 2 | 2 | 1 |
146154
| Custom | own choice | own choice | own choice | own choice | own choice | own choice |
147155

148-
Alternatively, you can choose **Custom**, and enter your own requirements for **CPU** and **Memory**. Ensure that these values are the same or greater than the values for a *Small* environment, otherwise you may run into problems running your app.
156+
Alternatively, you can choose **Custom**, and enter your own requirements for **CPU** and **Memory**. Ensure that these values are the same or greater than the values for a *Legacy Small* environment, otherwise you may run into problems running your app. Existing environments will continue to utilize their legacy resources.
149157

150158
{{% alert color="info" %}}If the cluster manager has added and enabled customized core resource plan on Cluster manager page, only the configured custom core resource plans will be visible for selection. Once the custom core resources plans are enabled, environments cannot be created using the default plans until all the associated environments using the custom core resource plan are deleted and the custom resource plan is disabled on the **Cluster manager** page.{{% /alert %}}
151159

@@ -521,7 +529,7 @@ For a *connected* cluster, the top level MendixApp CRD will be deleted from the
521529

522530
* The database will be dropped and the database user will be deleted from the database server — databases and users from other environments will remain untouched.
523531

524-
{{% alert color="info" %}}If the storage plan is using a JDBC plan (not Postgres or SQL Server), the database and the user will remain untouched).{{% /alert %}}
532+
{{% alert color="info" %}}If the storage plan is using a JDBC plan (not Postgres or SQL Server), the database and the user will remain untouched.{{% /alert %}}
525533

526534
* Files related to that environment will be deleted from the S3/Minio storage bucket (or prefix if this is using a shared bucket).
527535

@@ -539,6 +547,13 @@ Images are not deleted from the container registry. You should delete those imag
539547
If any of these garbage collection steps fail, you will no longer see the environment in the Mendix Portal, and will have to [delete the storage instances](#delete-storage) manually.
540548
{{% /alert %}}
541549

550+
##### Custom JVM Heap Memory
551+
552+
Adjust the JVM memory usage manually if the default settings are not fully utilizing available memory. The JVM's memory usage must always remain below the total core resource memory to prevent application crashloops.
553+
For more information, see [JVM Memory Tuning for Mendix on Kubernetes](/developerportal/deploy/private-cloud-jvm-memory-tuning/).
554+
555+
{{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/change-jvm-heapmemory.png" class="no-border" >}}
556+
542557
##### Read-Only Root Filesystem
543558

544559
[Read-only Root file system](/developerportal/deploy/private-cloud-cluster/#readonlyrootfs) can be enabled per environment. By default, this option is disabled.

content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ For information on the current status of deployment to Mendix on Kubernetes and
1212

1313
## 2026
1414

15+
### April 2, 2026
16+
17+
#### Portal Improvements
18+
19+
* We have introduced configurable heap memory to align with Public Cloud optimization logic as a default for Operator 2.26.0 and newer.
20+
* We have aligned resource plans with Public Cloud standards and continue to support legacy plans.
21+
* Added a warning clarifying that cross-cluster restores are not supported (this limitation already existed) and environments are only visible within the same cluster.
22+
* We have fixed an issue where replicas with unknown status showed as licensed.
23+
* We have fixed an issue where scheduled events were missing after pipeline deployment and API updates. (Ticket 270822)
24+
* We enhanced namespace and cluster invite emails to clearly identify the Mendix on Kubernetes portal as the sender, and updated the email notification messages accordingly.
25+
1526
### February 25, 2026
1627

1728
#### Mendix Operator v2.26.0 {#2.26.0}
107 KB
Loading
82.7 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)