Skip to content

Commit 4ffbc80

Browse files
Merge pull request #9285 from zlogic/release-operator-2.21.2
Release notes Mx4PC 2.21.2 (planned for release around April 3)
2 parents 3decb06 + bef3bcc commit 4ffbc80

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

content/en/docs/deployment/private-cloud/reduced-downtime-deployment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ spec:
116116
* If the new app version has UI changes, all clients are automatically logged out and will need to sign back into the app.
117117
* Deploying a new version of the app will cause downtime if there are changes in the domain model, or the Mendix version.
118118
* 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.
120+

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

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ For information on the current status of deployment to Mendix for Private Cloud
1212

1313
## 2025
1414

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+
1528
### March 20, 2025
1629

1730
#### Portal Improvements
@@ -26,7 +39,7 @@ For information on the current status of deployment to Mendix for Private Cloud
2639

2740
### March 10, 2025
2841

29-
#### License Manage CLI v0.10.1
42+
#### License Manager CLI v0.10.1 {#license-manage-cli-v0101}
3043

3144
* 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.
3245

@@ -35,9 +48,9 @@ For information on the current status of deployment to Mendix for Private Cloud
3548
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
3649
* 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.
3750
* 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.
3952

40-
##### Known Issues
53+
##### Known Issue
4154

4255
After completing the base installation, the Operator pod may enter a crash loop, reporting a missing endpoint.
4356

@@ -64,7 +77,7 @@ For the Global Operator, follow these steps to resolve the issue:
6477
type: service
6578
```
6679

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.
6881

6982
### March 6, 2025
7083

0 commit comments

Comments
 (0)