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 783869f16ab 4.20 Health Check, please don't merge this!
     add fce69fbfe0b VM Power state optimization (#12463)
     add 0458c5328bf Consider secondary storage selectors during template 
synchronization (#10956)
     add b6134418eaf server: do not run dhcp and dns check if VR is not 
provider (#12272)
     add ca5232778da CKS: Use Zone MTUs when network is created at the time of 
CKS cluster creation (#12228)
     add af9d68630f7 Initialize template status='Processing' (#11970)
     add c0b5358d8eb fix Host Password Exposed in Command-Line Logging (#12016)
     add da813657c58 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   (783869f16ab)
            \
             N -- N -- N   refs/heads/healthcheck-4.20 (da813657c58)

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:
 .../java/com/cloud/network/NetworkService.java     |  4 ++
 .../java/com/cloud/template/TemplateManager.java   |  2 +
 .../cloud/vm/VirtualMachinePowerStateSyncImpl.java |  6 +-
 .../storage/image/TemplateServiceImpl.java         | 37 +++++++---
 .../storage/image/TemplateServiceImplTest.java     | 55 ++++++++-------
 .../CitrixUpdateHostPasswordCommandWrapper.java    |  2 +-
 .../cluster/KubernetesClusterManagerImpl.java      |  7 +-
 .../cloud/api/query/dao/TemplateJoinDaoImpl.java   | 79 ++++++++++++----------
 .../java/com/cloud/network/NetworkServiceImpl.java | 12 ++++
 .../router/VirtualNetworkApplianceManagerImpl.java |  5 +-
 .../cloud/template/HypervisorTemplateAdapter.java  | 15 +---
 .../com/cloud/template/TemplateManagerImpl.java    | 11 +++
 .../template/HypervisorTemplateAdapterTest.java    | 27 +-------
 .../cloud/template/TemplateManagerImplTest.java    | 20 ++++++
 .../java/com/cloud/vpc/MockNetworkManagerImpl.java |  7 ++
 tools/marvin/marvin/lib/base.py                    |  3 +-
 16 files changed, 177 insertions(+), 115 deletions(-)

Reply via email to