This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch healthcheck-4.20 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 699e5d70147 4.20 Health Check, please don't merge this! add 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 add 5637ac6a945 4.20 Health Check, please don't merge this! This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (699e5d70147) \ N -- N -- N refs/heads/healthcheck-4.20 (5637ac6a945) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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 --------------- .../com/cloud/upgrade/dao/Upgrade42000to42010.java | 2 - ...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 +++- 10 files changed, 210 insertions(+), 130 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