This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 49c6fbdfaf3 schema: fix missing columns index (#11171)
add 39c8c4dbae9 Normalize naming of Kubernetes clusters (#10778)
add e47b78b2bbb directdownload: fix keytool importcert (#11113)
add c782835f012 [Vmware to KVM Migration] Fix issue with vCenter
Standalone hosts for VM listing (#11091)
add 67a1ea35f4e .github: restrict codecov in UI build to apache/cloudstack
repo (#11158)
add 7715b3dc298 Improve the error throws when a template to owned by a non
root-admin is registered for all zones. (#11170)
add 61e74e086b5 Merge branch '4.19' into 4.20
No new revisions were added by this update.
Summary of changes:
.github/workflows/ui.yml | 1 +
.../download/HttpsDirectTemplateDownloader.java | 11 +-
.../direct/download/HttpsMultiTrustManager.java | 102 ---------------
...tupDirectDownloadCertificateCommandWrapper.java | 2 +-
...ernetesClusterResourceModifierActionWorker.java | 38 ++++--
...tesClusterResourceModifierActionWorkerTest.java | 138 +++++++++++++++++++++
.../com/cloud/template/TemplateAdapterBase.java | 3 +-
.../main/java/com/cloud/utils/net/NetUtils.java | 22 +++-
.../com/cloud/hypervisor/vmware/mo/BaseMO.java | 21 +++-
9 files changed, 210 insertions(+), 128 deletions(-)
delete mode 100644
core/src/main/java/org/apache/cloudstack/direct/download/HttpsMultiTrustManager.java
create mode 100644
plugins/integrations/kubernetes-service/src/test/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterResourceModifierActionWorkerTest.java