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 ec0d2822b42 4.20 Health Check, please don't merge this! add 82396b621ed appliance: bump systemvmtemplate version to 4.20.2 add 8756be5c187 [Multi-Arch] Select Template Arch when creating template from volume (#11068) add e9918ba15de ui: fix volume size not showing (#11328) add ca6d2dc57ec Prevent multi-select dropdown menu from floating on scrolling through the form (#11237) add a32738c52ed Prevent infinite autoscaling (#11244) add 1961aea7706 Merge branch '4.19' into 4.20 add 4b1a605e597 server: fix IllegalMonitorStateException on cluster managedstate change (#11310) add be08fff32b7 Merge branch '4.19' into 4.20 add fd4223295a0 ui: fix advance setting behaviour in autoscale form (#11306) add 7506a547afc kvm, ui: fix interface when using vlan subnet for storage traffic type (#11245) add 96ed9d47bc1 Merge branch '4.19' into 4.20 add 0ea35393648 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 (ec0d2822b42) \ N -- N -- N refs/heads/healthcheck-4.20 (0ea35393648) 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: .../command/user/template/CreateTemplateCmd.java | 10 +++++++++ .../network/as/dao/AutoScaleVmGroupVmMapDao.java | 2 ++ .../as/dao/AutoScaleVmGroupVmMapDaoImpl.java | 9 ++++++++ .../hypervisor/kvm/resource/BridgeVifDriver.java | 9 ++++++++ .../configuration/ConfigurationManagerImpl.java | 3 +++ .../com/cloud/network/as/AutoScaleManager.java | 6 ++++++ .../com/cloud/network/as/AutoScaleManagerImpl.java | 8 ++++++- .../com/cloud/resource/ResourceManagerImpl.java | 2 +- .../com/cloud/template/TemplateManagerImpl.java | 2 +- .../scripts/configure_systemvm_services.sh | 2 +- ui/src/config/section/storage.js | 2 +- ui/src/views/compute/CreateAutoScaleVmGroup.vue | 2 +- ui/src/views/infra/network/IpRangesTabStorage.vue | 2 +- ui/src/views/offering/AddComputeOffering.vue | 9 ++++++++ ui/src/views/offering/AddDiskOffering.vue | 4 ++++ ui/src/views/offering/AddNetworkOffering.vue | 3 +++ ui/src/views/offering/AddVpcOffering.vue | 3 +++ ui/src/views/storage/CreateTemplate.vue | 25 ++++++++++++++++++++-- 18 files changed, 94 insertions(+), 9 deletions(-)