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

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


 discard dd3889b6383 4.22 Health Check, please don't merge this!
     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
     add 01f17456f9e 4.22 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   (dd3889b6383)
            \
             N -- N -- N   refs/heads/healthcheck-4.22 (01f17456f9e)

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:
 .../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