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

dahn pushed a change to branch 4.18-dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    omit 0c9244aef0a don't merge
     add c8d6e505393 VMware: add support for 8.0b (8.0.0.2), 8.0c (8.0.0.3) 
(#7380)
     add d8a5c890602 server: get only Ready ISO to mount (#7848)
     add 87d6c4fbd5f packaging: install tzdata-java or timezone-java (#7875)
     add 5b339673109 Fix role escalation prevention (#7853)
     add add64bd7e69 security group: replace vm.getPrivateMacAddress() with 
nic.getMacAddress() (#7293)
     add f7345e861f8 cpvm: Fix CPVM not releasing CPU after closing console 
(#7826)
     new 3dba70b59d8 don't merge

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   (0c9244aef0a)
            \
             N -- N -- N   refs/heads/4.18-dummy (3dba70b59d8)

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.

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:
 .../dao/HypervisorCapabilitiesDaoImpl.java         |   7 ++
 .../cloud/storage/dao/GuestOSHypervisorDao.java    |   2 +
 .../storage/dao/GuestOSHypervisorDaoImpl.java      |  13 +++
 .../main/java/com/cloud/upgrade/GuestOsMapper.java |  51 ++++++++-
 .../com/cloud/upgrade/dao/Upgrade41800to41810.java | 114 +++++++++++++++++++++
 .../resources/META-INF/db/schema-41800to41810.sql  |   3 +
 .../java/com/cloud/upgrade/GuestOsMapperTest.java  |  84 +++++++++++++++
 packaging/centos8/cloud.spec                       |   2 +-
 .../acl/StaticRoleBasedAPIAccessChecker.java       |  10 +-
 .../cloud/hypervisor/guru/VmwareVmImplementer.java |  16 ++-
 .../hypervisor/vmware/resource/VmwareResource.java |  21 +++-
 .../hypervisor/guru/VmwareVmImplementerTest.java   |  52 ++++++++--
 .../network/security/SecurityGroupManagerImpl.java |   2 +-
 .../security/SecurityGroupManagerImpl2.java        |   2 +-
 .../com/cloud/template/TemplateManagerImpl.java    |   2 +-
 .../consoleproxy/ConsoleProxyNoVncClient.java      |  12 ++-
 test/integration/smoke/test_internal_lb.py         |   7 +-
 .../apache/cloudstack/utils/CloudStackVersion.java |  17 +++
 .../cloudstack/utils/CloudStackVersionTest.java    |  20 ++++
 19 files changed, 412 insertions(+), 25 deletions(-)
 create mode 100644 
engine/schema/src/test/java/com/cloud/upgrade/GuestOsMapperTest.java

Reply via email to