This is an automated email from the ASF dual-hosted git repository. Pearl1594 pushed a commit to branch support-multi-vlan-guestnet in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 1cd55e1590f78ddd328f0e6507f528942bdc80f4 Merge: d87c8049aae cf0519a683f Author: Pearl1594 <[email protected]> AuthorDate: Mon Sep 14 13:00:16 2026 -0400 Merge PR #14033 (engine-schema: upgrade path for 24.0.0) into support-multi-vlan-guestnet Pulled in to establish the correct 4.23.0.0 -> 24.0.0 upgrade-chain tip and CloudStackVersion new-versioning scheme before adding the nic_network_map schema change on top of it. .../com/cloud/upgrade/DatabaseUpgradeChecker.java | 15 ++++-- .../com/cloud/upgrade/dao/Upgrade42300to2400.java | 30 +++++++++++ .../META-INF/db/schema-42300to2400-cleanup.sql | 20 +++++++ .../resources/META-INF/db/schema-42300to2400.sql | 20 +++++++ .../cloud/upgrade/DatabaseUpgradeCheckerTest.java | 59 ++++++++++---------- .../apache/cloudstack/veeam/api/dto/Version.java | 8 ++- .../apache/cloudstack/utils/CloudStackVersion.java | 62 +++++++++++++++++----- .../cloudstack/utils/CloudStackVersionTest.java | 43 +++++++++++++-- 8 files changed, 205 insertions(+), 52 deletions(-)
