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 b48de4e0234 pre-commit: enable `markdownlint` rule `MD018` (#9134) add 330ed25a6c1 Support to enable/disable VM High Availability manager and related alerts (#10118) add 32af4a25d01 Update ownership selection component to be language independent (#10052) add 75eda38b6b8 UI: fix cannot open 'Edit tags' modal for static routes (#10065) add 5c01cff3043 VR: fix site-2-site VPN if split connections is enabled (#10067) add 41c27e116c6 Merge release branch 4.19 to 4.20 add 2daffa34f22 Merge release branch 4.20 to main No new revisions were added by this update. Summary of changes: .../java/com/cloud/ha/HighAvailabilityManager.java | 6 +- .../com/cloud/ha/HighAvailabilityManagerImpl.java | 129 +++++++++++++++-- .../com/cloud/resource/ResourceManagerImpl.java | 10 +- .../cloud/ha/HighAvailabilityManagerImplTest.java | 156 +++++++++++++++++++++ systemvm/debian/opt/cloud/bin/configure.py | 2 +- ui/src/views/compute/DeployVM.vue | 4 +- ui/src/views/compute/wizard/OwnershipSelection.vue | 10 +- ui/src/views/network/CreateIsolatedNetworkForm.vue | 4 +- ui/src/views/network/CreateL2NetworkForm.vue | 4 +- ui/src/views/network/StaticRoutesTab.vue | 1 - ui/src/views/storage/CreateSharedFS.vue | 4 +- ui/src/views/storage/CreateVolume.vue | 4 +- 12 files changed, 297 insertions(+), 37 deletions(-)