You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/reduced-downtime-deployment.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,3 +116,5 @@ spec:
116
116
* If the new app version has UI changes, all clients are automatically logged out and will need to sign back into the app.
117
117
* Deploying a new version of the app will cause downtime if there are changes in the domain model, or the Mendix version.
118
118
* If an app is based on Mendix 9.12 or a later version, a Rolling update can run scheduled events on any replica. During an update, scheduled events might use a newer or older version of their associated microflows, which will be random. If there are major changes in a scheduled event microflow, consider temporarily disabling scheduled events during an update.
119
+
* To ensure that scheduled events [are correctly synchronized at startup](/releasenotes/studio-pro/10.20/#improvements), it is recommended to use Mendix 10.20 or later.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,19 @@ For information on the current status of deployment to Mendix for Private Cloud
12
12
13
13
## 2025
14
14
15
+
### April 03, 2025
16
+
17
+
#### Mendix Operator v2.21.2 {#2.21.2}
18
+
19
+
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
20
+
* We have fixed a regression that caused the `mendix-operator` pod to enter a crash loop after running the base installation in a new namespace (Ticket 244619).
21
+
* We have fixed an issue in the connection retry mechanism for the image builder and storage provisioners. Previously, when a retryable action failed for 63 times in a row, any following retry attempts would no longer wait for a delay. In this update, all retry attempts will wait for a variable, random delay regardless of the number of retry attempts.
22
+
* Upgrading to Mendix Operator v2.21.2 from a previous version now restarts environments managed by that version of the Operator. Environments with two or more replicas and a **PreferRolling** update strategy are restarted without downtime.
23
+
24
+
#### License Manager CLI v0.10.2
25
+
26
+
* We have updated this component to use the latest dependency versions in order to improve security score ratings for container images.
27
+
15
28
### March 20, 2025
16
29
17
30
#### Portal Improvements
@@ -26,7 +39,7 @@ For information on the current status of deployment to Mendix for Private Cloud
* We have updated this component to use the latest dependency versions in order to improve security score ratings for container images. This update will allow us to address CVE-2024-45337 and CVE-2024-45338.
32
45
@@ -35,9 +48,9 @@ For information on the current status of deployment to Mendix for Private Cloud
35
48
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
36
49
* For new installations, the Operator now uses ubi9 as the base image for Mendix apps. Existing installations will keep their configuration and stay on ubi8. For more information on base image versions, see the [Runtime Base Image](/developerportal/deploy/private-cloud-cluster/#runtime-base-image) section.
37
50
* We have fixed a regression that caused the `model/resources` directory to appear empty and caused problems with some Marketplace modules, such as SAML (Ticket 242648).
38
-
* Upgrading to Mendix Operator v2.21.0 from a previous version now restarts environments managed by that version of the Operator. Environments with 2 or more replicas and a **PreferRolling** update strategy are restarted without downtime.
51
+
* Upgrading to Mendix Operator v2.21.1 from a previous version now restarts environments managed by that version of the Operator. Environments with 2 or more replicas and a **PreferRolling** update strategy are restarted without downtime.
39
52
40
-
##### Known Issues
53
+
##### Known Issue
41
54
42
55
After completing the base installation, the Operator pod may enter a crash loop, reporting a missing endpoint.
43
56
@@ -64,7 +77,7 @@ For the Global Operator, follow these steps to resolve the issue:
64
77
type: service
65
78
```
66
79
67
-
We are working on a patch which will resolve the crash loop issue.
80
+
This issue is addressed in Mendix Operator version 2.21.2.
0 commit comments