This is an automated email from the ASF dual-hosted git repository.

winterhazel pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 6b831f5196c Live scaling for VMs with fixed service offerings on KVM 
(#12975)
     add 470e95964bc Change disk-only VM snapshot removal message (#11182)
     add a289bb0e6c0 Update suse15 packaging spec, use qemu-ovmf-x86_64 package 
instead of edk2-ovmf for agent (#13133)
     add 348ce953a99 Updating pom.xml version numbers for release 4.22.1.0
     add 79bb8ef1cc3 Updating pom.xml version numbers for release 
4.22.2.0-SNAPSHOT
     add 4a49ffa9aa2 update debian change log
     add 3285e2fad87 systemvm: accept ipv6 established/related return traffic 
(#13173)
     add ca4645320e2 Move checkRoleEscalation outside DB transaction in 
createAccount (#13044)
     add 35ac91e58b8 Change exception treatment on incremental snapshot wait 
(#12665)
     add d1e1aa5d203 VM Deployment using snapshot in new zone (#13178)
     add 9f96c9d5eb9 Flexibilize public IP selection (#11076)
     add 08b1d387557 adaptive: honor user-provided capacityBytes when provider 
stats are unavailable (#13059)
     add a7c2a059f5d Update mysql java connector version to 8.4.0 (matching 
version for MySQL 8.4) (#12640)
     add c165806d3b8 Fix VPC network offerings listing in isolated network 
creation form (#12645)
     add c267ad39bcd Fix/flasharray delete rename destroy patch conflict 
(#13049)
     add 21b2025c505 Merge release branch 4.20 to 4.22
     new 67b849f3efd Merge release branch 4.22 to main

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:
 .github/workflows/ci.yml                           |   2 +-
 debian/changelog                                   |  14 +-
 .../cloud/network/dao/PublicIpQuarantineDao.java   |  12 +
 .../network/dao/PublicIpQuarantineDaoImpl.java     |  22 +
 packaging/el8/cloud.spec                           |   2 +-
 packaging/suse15                                   |   1 -
 packaging/suse15/cloud-ipallocator.rc              |   1 +
 packaging/suse15/cloud.limits                      |   1 +
 packaging/{el8 => suse15}/cloud.spec               |  12 +-
 packaging/suse15/cloudstack-agent.te               |   1 +
 packaging/suse15/cloudstack-sccs                   |   1 +
 packaging/suse15/filelimit.conf                    |   1 +
 packaging/{el8 => suse15}/replace.properties       |   8 +-
 packaging/systemd/cloudstack-management.default    |   2 +-
 packaging/systemd/cloudstack-usage.default         |   2 +-
 .../kvm/storage/KVMStorageProcessor.java           |   2 +-
 .../lifecycle/AdaptiveDataStoreLifeCycleImpl.java  |  13 +-
 .../adapter/flasharray/FlashArrayAdapter.java      |  67 ++-
 pom.xml                                            |   2 +-
 .../com/cloud/network/IpAddressManagerImpl.java    |  91 ++--
 .../java/com/cloud/user/AccountManagerImpl.java    |  17 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  64 ++-
 .../com/cloud/network/IpAddressManagerTest.java    |   1 +
 .../java/com/cloud/vm/UserVmManagerImplTest.java   | 606 ++++++++++++---------
 setup/db/deploy-db-dev.sh                          |   5 +-
 systemvm/debian/opt/cloud/bin/cs/CsNetfilter.py    |   2 +-
 test/integration/smoke/test_quarantined_ips.py     |   8 +-
 tools/docker/Dockerfile                            |   2 +-
 tools/marvin/setup.py                              |   2 +-
 ui/public/locales/en.json                          |   2 +
 ui/public/locales/pt_BR.json                       |   2 +-
 ui/src/config/section/compute.js                   |   7 +-
 ui/src/views/AutogenView.vue                       |  14 +-
 ui/src/views/network/CreateIsolatedNetworkForm.vue |  22 +-
 .../java/com/cloud/usage/UsageSanityChecker.java   |   2 +-
 35 files changed, 620 insertions(+), 393 deletions(-)
 delete mode 120000 packaging/suse15
 create mode 120000 packaging/suse15/cloud-ipallocator.rc
 create mode 120000 packaging/suse15/cloud.limits
 copy packaging/{el8 => suse15}/cloud.spec (98%)
 create mode 120000 packaging/suse15/cloudstack-agent.te
 create mode 120000 packaging/suse15/cloudstack-sccs
 create mode 120000 packaging/suse15/filelimit.conf
 copy packaging/{el8 => suse15}/replace.properties (89%)

Reply via email to