Skip to content

Commit d3885a1

Browse files
Merge pull request #9598 from Nidhi251289/vPortunus_7.14
Portunus new release with Deploy API updates
2 parents 3a42ab5 + 7a0f88a commit d3885a1

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-standard-operator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ To use this option, [upgrade](/developerportal/deploy/private-cloud-upgrade-guid
252252
In Operator version 2.7.0 and above, the build pod will trust certificates from the custom TLS trust secret.
253253
{{% /alert %}}
254254

255+
{{% alert color="info" %}}
256+
When using Global Operator, you must create the custom TLS secret in both namespaces (Global and Managed), otherwise the Operator will show an error because the secret cannot be mounted. The same secret must be added for both Global and Managed namespaces, because Mendix does not support different custom TLS on different Managed namespaces.
257+
{{% /alert %}}
258+
255259
To use encryption and avoid [MITM attacks](https://en.wikipedia.org/wiki/Man-in-the-middle_attack), communication with all external services should be done over TLS.
256260
By default, Mendix Operator trusts Certificate Authorities from the [Mozilla CA root bundle](https://wiki.mozilla.org/CA), as they are provided by default in the container image.
257261

content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ For information on the current status of deployment to Mendix for Private Cloud
1212

1313
## 2025
1414

15+
### May 29, 2025
16+
17+
#### Portal Improvements
18+
19+
* We have added a new **Description** field in the Deploy Package flow to provide more information about the deployment package.
20+
21+
#### Deploy API
22+
23+
* It is now possible to enable the deployment strategy by using the Deploy APIs (Create environment, Update environment). This feature lets you apply or configure updates with minimized downtime in certain scenarios. For more information, see [Reduced Downtime Deployment](/developerportal/deploy/private-cloud-reduced-downtime/).
24+
1525
### May 23, 2025
1626

1727
#### Fixes

static/openapi-spec/private-cloud-deploy-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3151,4 +3151,4 @@ tags:
31513151
- name: jobs
31523152
- name: namespaces
31533153
security:
3154-
- PersonalAccessToken: []
3154+
- PersonalAccessToken: []

0 commit comments

Comments
 (0)