Skip to content

Commit 065422a

Browse files
committed
DES-7367 Prepared release notes for MxOK 2.26.1.
1 parent f32cf82 commit 065422a

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Mendix Operator 2.25 (or later versions) will automatically recognise an S3 buck
158158

159159
* If the bucket endpoint has a `<subdomains>.<region>.amazonaws.com` format (or `<subdomains>.<region>.amazonaws.com.<suffix>` format for AWS China regions),
160160
the Operator uses `<region>` as the S3 region name.
161+
* 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).
162+
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).
161163
* 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).
162164

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

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 7, 2026
16+
17+
#### Mendix Operator v2.26.1 {#2.26.1}
18+
19+
* 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.
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)