diff --git a/content/en/docs/deployment/private-cloud/private-cloud-deploy/_index.md b/content/en/docs/deployment/private-cloud/private-cloud-deploy/_index.md index eb36d2a7712..1ed10c69b1b 100644 --- a/content/en/docs/deployment/private-cloud/private-cloud-deploy/_index.md +++ b/content/en/docs/deployment/private-cloud/private-cloud-deploy/_index.md @@ -210,9 +210,15 @@ You can deploy the deployment package of your app by doing the following: {{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/image16.png" class="no-border" >}} -8. Click Apply Changes to deploy the application to the selected environment. The app will start automatically once the deployment is successful. +8. Review the deployment details in the **Review and apply changes to the cluster** dialog. The deployment summary displays the target environment, package name, package version, and status. You can click **View Summary** to see detailed information about the changes included in this release, or click **Back** to make modifications. - {{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/ApplyChangesPage.png" class="no-border" >}} + {{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/ApplyChangesPage.png" alt="Review and apply changes dialog showing deployment summary with View Summary button" class="no-border" >}} + +9. Click **Apply Changes** to deploy the application to the selected environment. The app will start automatically once the deployment is successful. + +10. Optional: Click **View Summary** to see the enhanced deployment package summary, which provides clearer visibility into the changes included in the release. + + {{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/DeploymentPackageSummary.png" alt="Enhanced deployment package summary with detailed change information" class="no-border" >}} You can find a description of what this deployment means within the Kubernetes cluster in [How the Operator Deploys Your App](#how-operator-deploys), below. @@ -293,6 +299,10 @@ This section shows all the environments created for this app. For each environment, you can see a summary of the status of the resources and details of the package which is running in the environment. +{{< figure src="/attachments/deployment/private-cloud/private-cloud-deploy/EnvironmentOverview.png" alt="Environments Overview showing environment details with build status and package information" class="no-border" >}} + +The environment card displays key information including environment ID, namespace, environment purpose, resource status indicators (Network, Storage, Database, Service Account), build status with replica information, and package details (name, version, URL, and Mendix version). + You can perform the following actions: * **Create Environment** diff --git a/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md b/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md index 309180b625e..06c08c137b0 100644 --- a/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md @@ -12,6 +12,17 @@ For information on the current status of deployment to Mendix on Kubernetes and ## 2026 +### July 23, 2026 + +#### Portal Improvements + +* We refreshed the portal and environment views to match the Public Cloud design. +* We introduced direct links to environment details for streamlined operations desk navigation. +* We removed outdated navigation options. +* We enhanced deployment package summaries to give clearer visibility into upcoming release changes. +* We resolved a security vulnerability in cluster invitation emails. +* We fixed several dark mode, tooltip, and layout display issues. + ### June 11, 2026 #### License Manager CLI v0.10.11 {#0.10.11} diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/ApplyChangesPage.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/ApplyChangesPage.png index 8ed07659dc3..36ae2a2645b 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-deploy/ApplyChangesPage.png and b/static/attachments/deployment/private-cloud/private-cloud-deploy/ApplyChangesPage.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/DeploymentPackageSummary.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/DeploymentPackageSummary.png new file mode 100644 index 00000000000..f52a4728d70 Binary files /dev/null and b/static/attachments/deployment/private-cloud/private-cloud-deploy/DeploymentPackageSummary.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/EnvironmentOverview.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/EnvironmentOverview.png new file mode 100644 index 00000000000..5bd804cb7f2 Binary files /dev/null and b/static/attachments/deployment/private-cloud/private-cloud-deploy/EnvironmentOverview.png differ