Skip to content

Commit 1141844

Browse files
Merge pull request #10971 from zlogic/DES-7367_release-operator-2.61.1
Mendix on Kubernetes 2.26.1 release notes (planned for release on Thursday, April 9)
2 parents 45e4338 + e716648 commit 1141844

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-storage-plans.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ The AWS S3 library is also updated in the latest LTS versions of Studio Pro:
156156

157157
Mendix Operator 2.25 (or later versions) will automatically recognise an S3 bucket's region from its endpoint address:
158158

159-
* If the bucket endpoint has a `<subdomains>.<region>.amazonaws.com` format (or `<subdomains>.<region>.amazonaws.com.<suffix>` format for AWS China regions),
160-
the Operator uses `<region>` as the S3 region name.
161-
* 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).
159+
* 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.
160+
* For buckets that use the `<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) detects the bucket region with a [HeadBucket call](https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html#API_HeadBucket_ResponseSyntax). If the call fails, the Mendix Operator uses the default `us-east-1` region instead.
161+
* If the S3 bucket endpoint does not match this format, the Mendix Operator uses a default `us-east-1` region, as this works with most S3-compatible buckets (for example, [Minio](#blob-minio) and [Google Cloud Storage](#blob-gcp-storage-bucket)).
162162

163163
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.
164164

content/en/docs/deployment/private-cloud/private-cloud-supported-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ If deploying to Red Hat OpenShift, you need to specify that specifically when cr
3636

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

39-
* Kubernetes versions 1.19 through 1.34
40-
* OpenShift 4.6 through 4.20
39+
* Kubernetes versions 1.19 through 1.35
40+
* OpenShift 4.6 through 4.21
4141

4242
{{% alert color="warning" %}}
4343
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.

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

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

1313
## 2026
1414

15+
### April 9, 2026
16+
17+
#### Mendix Operator v2.26.1 {#2.26.1}
18+
19+
* We have improved the AWS S3 region detection for bucket endpoints using the [Legacy global endpoint](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#VirtualHostingBackwardsCompatibility) format.
20+
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
21+
* We have updated the list of supported platforms to include Kubernetes 1.35 and OpenShift 4.21.
22+
23+
#### License Manager CLI v0.10.9 {#0.10.9}
24+
25+
* We have updated components to use the latest dependency versions in order to improve security score ratings for container images.
26+
1527
### April 2, 2026
1628

1729
#### Portal Improvements

0 commit comments

Comments
 (0)