Skip to content

Release notes Mx4PC 2.21.2 (planned for release around April 3) #9285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ spec:
* If the new app version has UI changes, all clients are automatically logged out and will need to sign back into the app.
* Deploying a new version of the app will cause downtime if there are changes in the domain model, or the Mendix version.
* 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.
* 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.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ For information on the current status of deployment to Mendix for Private Cloud

## 2025

### April 03, 2025

#### Mendix Operator v2.21.2 {#2.21.2}

* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
* 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).
* 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.
* 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.

#### License Manager CLI v0.10.2

* We have updated this component to use the latest dependency versions in order to improve security score ratings for container images.

### March 20, 2025

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

### March 10, 2025

#### License Manage CLI v0.10.1
#### License Manager CLI v0.10.1 {#license-manage-cli-v0101}

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

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

##### Known Issues
##### Known Issue

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

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

We are working on a patch which will resolve the crash loop issue.
This issue is addressed in Mendix Operator version 2.21.2.

### March 6, 2025

Expand Down