Skip to content

Commit cc6357f

Browse files
Merge pull request #10409 from mendix/olu-version-pinning-nov2525
Updating Version Pinning and removing image
2 parents 8184967 + 8b647b8 commit cc6357f

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/version-pinning.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: "Version Pinning"
33
linktitle: "Version Pinning"
44
url: /developerportal/deploy/version-pinning/
55
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."
77

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!
99
---
1010

1111
{{% alert color="warning" %}}
@@ -14,7 +14,7 @@ This feature is in Limited Availability. For more information, see [Release Stat
1414

1515
## Introduction
1616

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

1919
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.
2020

@@ -67,8 +67,6 @@ Initiate a promotion directly through the Mendix Cloud Portal:
6767

6868
### Option 2 – Deployment via API
6969

70-
{{< figure src="/attachments/deployment/mendix-cloud-deploy/version-pinning/version-pinning-using-start-api.png" >}}
71-
7270
For automated or programmatic deployments, use the Mendix Cloud API:
7371

7472
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
8987
| :------------------------------------------ | :------------------------------------------------------------ |
9088
| Deploying a new MDA or first-time deployment | Uses the latest Mendix Cloud platform configuration |
9189
| Promoting between environments | Uses the same platform configuration as the source environment |
92-
93-

0 commit comments

Comments
 (0)