Skip to content

Commit 4ed3ce8

Browse files
authored
Merge pull request #10674 from mendix/MvM=-SemVer
Add information on impact of change in Mendix versioning
2 parents 0d61c46 + b55fd7c commit 4ed3ce8

4 files changed

Lines changed: 16 additions & 7 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-cluster/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ You can install and run the Mendix Operator in either Global or Standard mode. I
138138
* [Running the Mendix Operator in Global Mode](/developerportal/deploy/global-operator/)
139139
* [Running the Mendix Operator in Standard Mode](/developerportal/deploy/standard-operator/)
140140

141+
{{% alert color="info" %}}
142+
For Mendix version 11.5.0 and above, you will need to install Mendix Operator version 2.24 or above.
143+
{{% /alert %}}
144+
141145
### Licensing the Application with Private Cloud License Manager
142146

143147
You can license the Operator and Runtime of your application by configuring the Operator configuration with License Manager details. In order to start using Private Cloud License Manager, you need to first download the PCLM executable available in the Installation page. For more information, see [Private Cloud License Manager](/developerportal/deploy/private-cloud/private-cloud-license-manager/). The PCLM executable is available for download from this page.

content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-global-operator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ It is essential to ensure that each namespace is exclusively managed by a single
1515

1616
Global Operator installation is supported officially from Operator version v2.20.0 and above.
1717

18+
{{% alert color="info" %}}
19+
For Mendix version 11.5.0 and above, you will need to install Mendix Operator version 2.24 or above.
20+
{{% /alert %}}
21+
1822
## Installing the Global Operator
1923

2024
While installing the Mendix Operator in Global mode, you must first deploy the Mendix Operator and Agent within the *Global Operator namespace*. A Global Operator namespace comprises the Operator itself, the Agent, and the configuration that instructs the Operator on the namespaces it should oversee.

content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-standard-operator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ When running the Mendix Operator in Standard mode, you must install it separatel
1313
It is essential to ensure that each namespace is exclusively managed by a single Operator. The deployment of two Operators, particularly with distinct versions, to manage the same namespace, may lead to conflicts, resulting in the cancellation and rollback of each operator's modifications.
1414
{{% /alert %}}
1515

16+
{{% alert color="info" %}}
17+
For Mendix version 11.5.0 and above, you will need to install Mendix Operator version 2.24 or above.
18+
{{% /alert %}}
19+
1620
## Downloading the Configuration Tool {#download-configuration-tool}
1721

1822
Before you can use the Mendix Operator in your namespace you need to install it and configure the services your app will use. Mendix provides you with a **Configuration Tool** which guides you through the process.

content/en/docs/refguide/general/mxbuild.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,16 @@ The table below can help you find the correct MxBuild. Copy a URL from the corre
1515

1616
| Operating System | Mendix Version | URL |
1717
| ---------------- | ---------------------------- | ------------------------------------------------------------ |
18-
| Linux (x64) | All versions | `https://cdn.mendix.com/runtime/mxbuild-{mxversion}.tar.gz` |
19-
| Windows (x64) | All version of Studio Pro 11 | `https://cdn.mendix.com/runtime/win-mxbuild-{mxversion}.tar.gz` |
18+
| Linux (x64) | All | `https://cdn.mendix.com/runtime/mxbuild-{mxversion}.tar.gz` |
19+
| Windows (x64) | 11 | `https://cdn.mendix.com/runtime/win-mxbuild-{mxversion}.tar.gz` |
2020

2121
{{% alert color="info" %}}
22+
In Mendix version 11.5.0 and above, `{mxversion}` follows a SemVer pattern `major.minor.patch` with the occasional pre-release suffix (for example, `11.5.0` or `11.6.0-beta.1` for planned pre-releases).
2223

23-
A build number is included in the version, which has to be included in the link path mentioned above (for example, `11.0.0.9976` is the 9976 build of the 11.0.0 Studio Pro release).
24-
25-
You can find the build number in path of your Mendix installation (for example, if your installation looks like this `C:\Program Files\Mendix\11.0.0.9976`, use this URL to get your files: [https://cdn.mendix.com/runtime/mxbuild-11.0.0.9976.tar.gz](https://cdn.mendix.com/runtime/mxbuild-11.0.0.9976.tar.gz)).
24+
In Mendix versions below 11.5.0, a build number is included in the version, which has to be included in `{mxversion}` in the link path mentioned above (for example, `11.0.0.73100` is the 73100 build of the 11.0.0 Studio Pro release). You can find the build number in the path of your Mendix installation (for example, if your installation looks like this `C:\Program Files\Mendix\11.0.0.73100`, use this URL to get your files: [https://cdn.mendix.com/runtime/mxbuild-11.0.0.73100.tar.gz](https://cdn.mendix.com/runtime/mxbuild-11.0.0.73100.tar.gz)).
2625

2726
Any public version of Studio Pro in this [Studio Pro Releases List](https://marketplace.mendix.com/link/studiopro/) will allow you to download MxBuild files. If you experience trouble downloading files, make sure your build is listed there.
2827

29-
As of Studio Pro 11.5.0, Mendix introduced a change in the versioning schema by dropping the fourth element, known as the build number. Versions now follow a SemVer pattern `major.minor.patch` with the occasional pre-release suffix (for example, `11.5.0` or `11.6.0-beta.1` for planned pre-releases).
30-
3128
{{% /alert %}}
3229

3330
You can extract the files using an archival tool, such as [7-Zip](https://www.7-zip.org/).

0 commit comments

Comments
 (0)