Skip to content
Open
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 @@ -158,6 +158,8 @@ Mendix Operator 2.25 (or later versions) will automatically recognise an S3 buck

* If the bucket endpoint has a `<subdomains>.<region>.amazonaws.com` format (or `<subdomains>.<region>.amazonaws.com.<suffix>` format for AWS China regions),
the Operator uses `<region>` as the S3 region name.
* If the bucket has a `<bucketname>.s3.amazonaws.com` [Legacy global endpoint](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#VirtualHostingBackwardsCompatibility) format, Mendix Operator 2.26.1 (or later versions) will detect the bucket region with a [HeadBucket call](https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html#API_HeadBucket_ResponseSyntax).
In case the HeadBucket call fails, the Mendix Operator will use the default `us-east-1` region (only for bucket endpoints that match the `<bucketname>.s3.amazonaws.com` _Legacy global endpoint_ format).
* If the S3 bucket endpoint does not match this format, the Mendix Operator will use a default `us-east-1` region, as this works with most S3-compatible buckets like [Minio](#blob-minio) and [Google Cloud Storage](#blob-gcp-storage-bucket).

In some scenarios (legacy or custom S3 endpoints), this autodetection might not work correctly. In this case, you can manually specify the S3 bucket region by setting the [com.mendix.storage.s3.Region](/refguide/custom-settings/#commendixstorages3Region) Custom Runtime Setting. A manually specified `com.mendix.storage.s3.Region` will override the autodetected bucket region.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ If deploying to Red Hat OpenShift, you need to specify that specifically when cr

Mendix on Kubernetes Operator `v2.*.*` is the latest version which officially supports:

* Kubernetes versions 1.19 through 1.34
* OpenShift 4.6 through 4.20
* Kubernetes versions 1.19 through 1.35
* OpenShift 4.6 through 4.21

{{% alert color="warning" %}}
Kubernetes 1.22 is a [new release](https://kubernetes.io/blog/2021/08/04/kubernetes-1-22-release-announcement/) which removes support for several deprecated APIs and features.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ For information on the current status of deployment to Mendix on Kubernetes and

## 2026

### April 9, 2026

#### Mendix Operator v2.26.1 {#2.26.1}

* We have improved AWS S3 region detection for bucket endpoints using the [Legacy global endpoint](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#VirtualHostingBackwardsCompatibility) format.
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
* We have updated the list of supported platforms to include Kubernetes 1.35 and OpenShift 4.21.

#### License Manager CLI v0.10.9 {#0.10.9}

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

### April 2, 2026

#### Portal Improvements
Expand Down