Skip to content

Commit

Permalink
Release notes for new Private cloud portal release and updated Deploy…
Browse files Browse the repository at this point in the history
… API spec and documentation
  • Loading branch information
Nidhi251289 committed Oct 16, 2024
1 parent f254bed commit 7968772
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ This document is about [Private Cloud](/developerportal/deploy/private-cloud/) A
The Mendix for Private Cloud Deploy API allows you to manage application environments deployed to your private cloud using the Mendix Operator. You can use the API to do the following:

* Download the configuration tool, mxpc-cli, for your operating system
* Get Manifest of multiple/single cluster
* Get Manifest of multiple/single namespace
* Create, update, or delete a cluster
* Create, update, or delete a namespace
* Get manifest of single environment
* Create or delete an environment
* Update an environment and deploy and manage an app in an environment through changes to the environment manifest
* Get Manifest of single/multiple applications

{{% alert color="info" %}}
The Mendix for Private Cloud Deploy API is for connected private cloud clusters only.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ For information on the current status of deployment to Mendix for Private Cloud

## 2024

### October 17th, 2024

#### Deploy API

* In order to avoid any security risk of exposing an critical information, we have removed the MxAdminPassword, DebuggerPassword, and SubscriptionSecret fields from response of GET Environment Manifest endpoint of the DeployAPI. If the actual values needs to be checked, it can be done either in the Portal’s UI or via the cluster route.
* We have added deprecation and sunset response headers for APIs which are soon going to be deprecated in future.

#### Portal Improvements

* We have improved the warning message when an environment is deleted while Agent is disconnected.

### September 13th, 2024

#### License Manage CLI v0.9.0
Expand Down
Loading

0 comments on commit 7968772

Please sign in to comment.