This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 193d6ef52f5 Merge branch '4.20' of https://github.com/apache/cloudstack
add 0af887bce12 UI: Update message of load balancer for autoscaling group
(#10750)
add 0da243d6604 Fix issue with allocator not considering subsequent
clusters (#10603)
add 45bac89b831 Fix NPE on updating security groups for an instance
(#10493)
add 4a1d80ddc8e Remove the validation of the amount of acquired public IPs
when enabling static NAT, adding PF and LB rules on VPC public IPs (#10568)
add 255a45c4a62 Merge branch '4.19' of
https://github.com/apache/cloudstack into 4.20
new ffc0d516161 Merge branch '4.20' of https://github.com/apache/cloudstack
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../manager/allocator/impl/RandomAllocator.java | 12 +--
.../manager/allocator/impl/FirstFitAllocator.java | 9 +--
.../com/cloud/network/IpAddressManagerImpl.java | 94 +++++++++++++---------
.../java/com/cloud/network/vpc/VpcManagerImpl.java | 28 +++----
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 85 ++++++++++---------
ui/public/locales/en.json | 2 +-
ui/src/views/compute/EditVM.vue | 2 +-
ui/src/views/compute/InstanceTab.vue | 1 +
8 files changed, 126 insertions(+), 107 deletions(-)