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

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


    from 420bf6dff84 Merge branch '4.22'
     add 6e5d78a8a78 Fix NPE on adding new columns in the tables (#12464)
     add b5e9178078f UI: fix issues when deploy VNF applicance on network with 
SG (#12436)
     add cd5bb09d0d1 Fix potential leaks in executePipedCommands (#12478)
     add d1eb2822d9d Remove redundant Exceptions from logs for vm schedules 
(#12428)
     add 6846619a6f1 Fix update network offering domainids size limitation 
(#12431)
     add 6a9835904cb Fix for zoneids parameters length on updateAPIs (#12440)
     add bce3e54a7e4 improve error handling for template upload notifications 
(#12412)
     add 8db065a14eb limit iso filename to have 251 chars at max (#12430)
     add 000919d6e5d Merge branch '4.20' into 4.22
     new 4bcf3ea57d9 Merge branch '4.22'

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:
 .../cloudstack/api/BaseUpdateTemplateOrIsoCmd.java |  2 +-
 .../admin/network/UpdateNetworkOfferingCmd.java    |  1 +
 .../admin/offering/UpdateDiskOfferingCmd.java      |  1 +
 .../admin/offering/UpdateServiceOfferingCmd.java   |  1 +
 .../command/admin/vpc/UpdateVPCOfferingCmd.java    |  1 +
 .../api/command/user/iso/RegisterIsoCmd.java       |  2 +-
 ...grade441to442.java => Upgrade42020to42030.java} | 14 ++++++++------
 .../vm/schedule/dao/VMScheduledJobDao.java         |  2 ++
 .../vm/schedule/dao/VMScheduledJobDaoImpl.java     | 15 +++++++++++++++
 ...30to440-cleanup.sql => schema-42020to42030.sql} |  4 ++--
 .../resources/META-INF/db/schema-42200to42210.sql  |  2 ++
 .../java/com/cloud/utils/db/GenericDaoBase.java    | 15 +++++++++++----
 .../cloudstack/vm/schedule/VMSchedulerImpl.java    |  8 +++++++-
 ui/public/locales/en.json                          |  2 +-
 ui/src/config/section/network.js                   |  5 ++++-
 ui/src/utils/plugins.js                            | 13 +++++++------
 ui/src/views/compute/DeployVnfAppliance.vue        |  2 +-
 ui/src/views/image/RegisterOrUploadTemplate.vue    |  6 +-----
 ui/src/views/network/VnfAppliancesTab.vue          |  2 +-
 .../main/java/com/cloud/utils/script/Script.java   | 22 ++++++++++++++++++++++
 20 files changed, 90 insertions(+), 30 deletions(-)
 copy engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade441to442.java 
=> Upgrade42020to42030.java} (82%)
 copy engine/schema/src/main/resources/META-INF/db/{schema-430to440-cleanup.sql 
=> schema-42020to42030.sql} (86%)

Reply via email to