Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ To reduce errors caused by manual typing and speed up configuration, Mendix Pipe
* `$Mendix.Branch` (Git Push only)
* `$Mendix.Revision` (Git Push only)


{{< figure src="/attachments/deployment/general/mx-pipelines/mx-pipelines-variable-selector.png" alt="Image of the Variable Selector dropdown displaying a list of available pipeline variables in a configuration field." >}}

Selecting a variable inserts it into the field.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Follow the links in the table below to see the release notes you want:

| Type of Deployment | Last Updated |
| --- | --- |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | August 4, 2026 |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | August 9, 2026 |
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | June 11, 2026 |
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | July 2, 2026 |
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | September 28, 2025 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ For information on the current status of deployment to Mendix Cloud and any plan

## August 2026

### August 9, 2026

#### Fixes

* Resolved an issue where an incorrect Domain Name System (DNS) configuration warning was displayed for custom domains. Even when DNS was configured correctly, users continued to see a warning prompting them to configure their DNS settings. The warning is now displayed only when an actual DNS configuration issue is detected.
(Tickets #275240, #275338, #275596, #275739, #276031, #276967, #277038, #277864, #278237, #281021, #281197, #282170, #282430, #282980, #283574)

### August 4, 2026

#### New Features
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/landingpage/latest-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
<p class="rn-date">August 6, 2026</p>
<p class="rn-date">August 9, 2026</p>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/catalog/">Catalog Release 2.150.0</a>
Expand Down