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 7b8e9cb1d21..0e7f5788d1b 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,20 @@ For information on the current status of deployment to Mendix on Kubernetes and ## 2025 +### August 7, 2025 + +#### Portal Improvements + +* The **Environment Details** page in the portal now displays a new field, **External Secret Store**, indicating the source from which the secret was loaded. +* We have fixed an issue where starting an environment would display an incorrect error message when the agent was in a disconnected state. +* The deployment package creation dialog now shows the date next to the Mendix version. +* The **Branches** now shows the latest commit date for the branch. +* The **Revisions** page now shows the commit date. + +#### Build API + +* We have fixed an issue where the POST `/apps/{appId}/packages/build` endpoint in the v4 API returned a location header containing `v3`, leading to 404 errors. The location header now correctly uses `v4`. + ### July 10, 2025 #### General diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/image10.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/image10.png index d673558e9cf..d6503d73d07 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-deploy/image10.png and b/static/attachments/deployment/private-cloud/private-cloud-deploy/image10.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/image11.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/image11.png index e99ca8057f1..f140d5288bb 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-deploy/image11.png and b/static/attachments/deployment/private-cloud/private-cloud-deploy/image11.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/image12.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/image12.png index a6e7440e0ae..d9ee995f579 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-deploy/image12.png and b/static/attachments/deployment/private-cloud/private-cloud-deploy/image12.png differ