You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2023/01/20 15:16:34 UTC

[cloudstack] branch main updated (911f951e2a -> 07e4debeab)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 911f951e2a Handle console session in multiple management servers (#7094)
     add 37b2a4826d api/server: add project id/name in ssh keypair response (#7100)
     add 9366c4ea01 CKS: remove details when delete a cks cluster (#7104)
     add 536a387326 api: fix new password is applied on host when update host password with update_passwd_on_host=false (#7092)
     new 07e4debeab Merge release branch 4.17 to main

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../api/command/admin/host/UpdateHostPasswordCmd.java    |  3 ++-
 .../cloudstack/api/response/SSHKeyPairResponse.java      | 16 ++++++++++++++++
 .../api/command/test/UpdateHostPasswordCmdTest.java      | 14 +++++++++++++-
 .../actionworkers/KubernetesClusterDestroyWorker.java    |  1 +
 .../src/main/java/com/cloud/api/ApiResponseHelper.java   |  8 +++++++-
 ui/src/config/section/compute.js                         | 12 +++++++++---
 6 files changed, 48 insertions(+), 6 deletions(-)


[cloudstack] 01/01: Merge release branch 4.17 to main

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 07e4debeabc58b815078a3882264cd23278fd0ac
Merge: 911f951e2a 536a387326
Author: Daan Hoogland <da...@onecht.net>
AuthorDate: Fri Jan 20 16:16:14 2023 +0100

    Merge release branch 4.17 to main
    
    * 4.17:
      api: fix new password is applied on host when update host password with update_passwd_on_host=false (#7092)
      CKS: remove details when delete a cks cluster (#7104)
      api/server: add project id/name in ssh keypair response (#7100)

 .../api/command/admin/host/UpdateHostPasswordCmd.java    |  3 ++-
 .../cloudstack/api/response/SSHKeyPairResponse.java      | 16 ++++++++++++++++
 .../api/command/test/UpdateHostPasswordCmdTest.java      | 14 +++++++++++++-
 .../actionworkers/KubernetesClusterDestroyWorker.java    |  1 +
 .../src/main/java/com/cloud/api/ApiResponseHelper.java   |  8 +++++++-
 ui/src/config/section/compute.js                         | 12 +++++++++---
 6 files changed, 48 insertions(+), 6 deletions(-)