You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/mendix-cloud-deploy/version-pinning.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: "Version Pinning"
3
3
linktitle: "Version Pinning"
4
4
url: /developerportal/deploy/version-pinning/
5
5
weight: 80
6
-
description: ""
6
+
description: "Version Pinning guarantees consistent platform configurations across environments. Deploy your app on the exact same tested versions for predictable, secure, and stable results."
7
7
8
-
#Do NOT remove any of the anchors in this document as they are all referenced from other documents
8
+
# The anchors in this document are referenced from other documents. Do NOT remove!
9
9
---
10
10
11
11
{{% alert color="warning" %}}
@@ -14,7 +14,7 @@ This feature is in Limited Availability. For more information, see [Release Stat
14
14
15
15
## Introduction
16
16
17
-
Mendix Cloud provides version pinning to guarantee consistency and predictability when promoting your Mendix applications between different environments on Mendix Cloud (Kubernetes). For example, when you move an application from an acceptance environment to a production environment, version pinning ensures that the exact same underlying platform configuration is reused. This includes components critical to how your application runs in Mendix Cloud, such as runtime images, buildpacks, and supporting services, all of which remain identical across environments.
17
+
Mendix Cloud(Kubernetes) provides version pinning to guarantee consistent and predictable application behavior across all environments. For example, when you promote a Mendix application from acceptance to production, version pinning ensures that the same underlying platform configuration is reused across both environments. This configuration includes components critical to how your application runs in Mendix Cloud, such as runtime images, buildpacks, and supporting services, all of which remain identical across environments.
18
18
19
19
By maintaining a consistent runtime stack, version pinning effectively eliminates subtle environmental differences, leading to more reliable and predictable application behavior throughout your development and deployment landscape.
20
20
@@ -67,8 +67,6 @@ Initiate a promotion directly through the Mendix Cloud Portal:
For automated or programmatic deployments, use the Mendix Cloud API:
73
71
74
72
1.**API call** – Call the Mendix Cloud Start API, specifying the target environment and including the `pinEnvironment` parameter to indicate the source environment from which to pin the configuration.
@@ -89,5 +87,3 @@ The following table summarizes the expected behavior of version pinning in diffe
0 commit comments