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

nvazquez pushed a change to tag 4.17.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


*** WARNING: tag 4.17.0.0 was modified! ***

    from 87d6138164 (tag)
      to c56220fcf2 (commit)
 discard 9ec270aa63 Updating pom.xml version numbers for release 4.17.0.0
     add 2326b5e22a maven: update sonarcloud project
     add 41cf721868 README: update badget based on new sonarcloud.io project
     add efb1f2b719 UI: Fix templates page redirection after delete job is 
finished (#6345)
     add 1967b64b2b Merge branch '4.16'
     add 17afe0510e .github: add support for PR decoration
     add d42c0eeb11 systemvm: setup radvd correctly (#6343)
     add 470de7fb54 .github: run coverage for pushes to main branch
     add 74c42ee3b1 ui: Fix live patch of routers (#6353)
     add 3dcb93d981 maven: Move apache DS dependencies to test scope (#6347)
     add 556f9dac0f ui: Network offerings not listed if listVPCs not available 
in the account Role (#6354)
     add 5bdfa35b3d Merge branch '4.16'
     add f572c7ab74 Gateways after Nic update on Shared Network tests (#6355)
     add d739db1970 ui: Fix adding tags to compute and disk offering (#6360)
     add bcf05c090c schema,upgrade: fix wrong comment for new columns of 
cloud.event (#6363)
     add 362488ee3d Bugfix: no support for XCPng 8.2.1 (#6362)
     add 3c55806324 test_network_ipv6.py : remove wrong icmp type (#6361)
     add c1691a9e2d ipv6: set default_egress_policy for ingress rules (#6364)
     add 7af8eb3c56 UI: Fix refresh button on Metrics (#6370)
     add eb9c00f26f CKS: fix error with pulling weaveworks images when create 
k8s ISO (#6368)
     add c0124e2753 ui: Allow editing host and storage tags in updateHost & 
updatStoragePool forms (#6375)
     add 8f39a049bb agent: enable ssl only for kvm agent (not in system vms) 
(#6371)
     add d373f973ba Update VM name, when the new name provided in 
updateVirtualMachine API in different case. (#6379)
     add c0176b24ab Merge branch '4.16'
     add 8aca2b67f0 UI: Fix hypervisor list after zone validation when 
registering a template (#6382)
     add 0ab0c35549 UI: Add missing tooltips on service offering creation 
(#6376)
     add b3861d5900 removed unused field (#6383)
     add 867cb30efb Add new labels (#6378)
     add 07cabb5890 Fix: Cannot import Vmware instances (#6384)
     add ea37d757d3 Reword KVM snapshot without memory error message (#6387)
     add 57ecdf9ea6 Fix changeOfferingForVolume API to consider storage type in 
the disk offering (#6377)
     add 1964b7fda3 Fix, change network.disable.rpfilter type from integer to 
boolean. (#6380)
     add 5f29bc2b80 server: publish ip6 assign event with route, always for vpc 
(#6389)
     add b15c202ee5 test: add test for importUnmanagedInstance (#6385)
     add e15abfc3d5 cks: upgrade k8s to 1.23.3/1.24.0 in smoke test (#6388)
     add 2ada6cc1b8 ui: update ja locale translation (#6332)
     add 006473ca19 Log exception on keystore build for custom certificate 
(#6394)
     add 9b754ef08b Merge branch '4.16'
     add 5fdd4d211d cks: Get caller user keys if cluster belongs to project 
(#6392)
     add ffc914d846 Log load bean exception (#6356)
     add b62b5c96e8 Prevent NPE on reboot stopped VM and startVM output with 
null displayname (#6397)
     add 363a2cff82 Backport: kvm: truncate vnc password to 8 chars (#6244) 
(#6402)
     add 8ae977c233 Merge branch '4.16'
     add a29d5d324f 프라이머리 스토리지 시크릿키 누락 수정 (#6407)
     add 40dabb6ee7 UI: fix create vpc private gateway for regular user (#6400)
     add dc975dff95 [KVM] Enable IOURING only when it is available on the host 
(#6399)
     add b1c8b5ab37 [KVM] Fix VM migration error due to VNC password on libvirt 
limiting versions (#6404)
     add 96594aec28 Merge branch '4.16'
     add c123c3fd2f remove request listener to prevent untimely session 
invalidation (#6393)
     add 1ead6c1bac Fix logic check error for update GPU groupDetails (#6405)
     add 8440b77ed9 UI: Fix Upgrade kubernetes form (#6417)
     add c249e25d74 ui: Fix create kubernetes cluster with ha enabled (#6416)
     add 9dbb736488 ui: Display associated VPC network name against vpc tiers - 
deploy VM form (#6421)
     add 45ea764374 UI: Fix template is deselected if other zone is selected 
(#6415)
     add 81b7e6e750 Fix extract snapshot from vm snapshot on kvm (#6422)
     add 82e0d5d679 Fix UEFI detection on KVM and prevent deployments on non 
UEFI enabled hosts (#6423)
     add 0f4c3af935 cks: Fix when deployed on a nw without internet access 
(#6418)
     add c56220fcf2 Updating pom.xml version numbers for release 4.17.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag 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   (87d6138164)
            \
             N -- N -- N   refs/tags/4.17.0.0 (c56220fcf2)

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:
 .github/workflows/coverage-check.yml               |   21 +-
 .github/workflows/main-coverage.yml                |   63 +
 README.md                                          |    2 +-
 agent/conf/agent.properties                        |    2 +-
 .../src/main/java/com/cloud/agent/AgentShell.java  |   23 -
 .../cloud/agent/properties/AgentProperties.java    |    7 -
 .../main/java/com/cloud/network/Ipv6Service.java   |    2 -
 .../java/com/cloud/server/ManagementService.java   |    2 +-
 .../org/apache/cloudstack/api/ApiConstants.java    |    3 +
 .../user/vmsnapshot/CreateVMSnapshotCmd.java       |    9 +-
 .../user/volume/ChangeOfferingForVolumeCmd.java    |    2 +-
 debian/changelog                                   |    2 +-
 .../engine/orchestration/NetworkOrchestrator.java  |   11 -
 .../src/main/java/com/cloud/vm/UserVmVO.java       |    5 +
 .../resources/META-INF/db/schema-41610to41700.sql  |   43 +-
 .../security/keystore/KeystoreManagerImpl.java     |   16 +-
 .../kvm/resource/LibvirtComputingResource.java     |   98 +-
 .../wrapper/LibvirtMigrateCommandWrapper.java      |   12 +-
 .../wrapper/LibvirtReadyCommandWrapper.java        |    2 +-
 .../kvm/storage/KVMStorageProcessor.java           |    4 +-
 .../wrapper/LibvirtMigrateCommandWrapperTest.java  |   21 +-
 .../cluster/KubernetesClusterManagerImpl.java      |   14 +-
 .../main/resources/conf/k8s-control-node-add.yml   |   35 +-
 .../src/main/resources/conf/k8s-control-node.yml   |   62 +-
 .../src/main/resources/conf/k8s-node.yml           |   34 +-
 .../main/resources/script/upgrade-kubernetes.sh    |   11 +-
 plugins/user-authenticators/ldap/pom.xml           |   12 +-
 .../apache/cloudstack/api/command/ListIdpsCmd.java |    7 +-
 pom.xml                                            |    2 +-
 scripts/storage/qcow2/managesnapshot.sh            |   46 +-
 scripts/util/create-kubernetes-binaries-iso.sh     |    2 +-
 server/src/main/java/com/cloud/api/ApiServlet.java |  165 +-
 .../java/com/cloud/api/ApiSessionListener.java     |   46 +-
 .../api/auth/DefaultLoginAPIAuthenticatorCmd.java  |   54 +-
 .../api/auth/DefaultLogoutAPIAuthenticatorCmd.java |    3 +-
 .../com/cloud/api/query/dao/UserVmJoinDaoImpl.java |    2 +-
 .../main/java/com/cloud/configuration/Config.java  |    4 +-
 .../deploy/DeploymentPlanningManagerImpl.java      |    5 +-
 .../java/com/cloud/network/Ipv6ServiceImpl.java    |   81 +-
 .../cloud/network/router/CommandSetupHelper.java   |    4 +-
 .../com/cloud/server/ManagementServerImpl.java     |   10 +-
 .../main/java/com/cloud/server/StatsCollector.java |    2 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |    2 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |   16 +-
 .../cloud/vm/snapshot/VMSnapshotManagerImpl.java   |    4 +-
 .../cloudstack/vm/UnmanagedVMsManagerImpl.java     |    2 +-
 systemvm/debian/opt/cloud/bin/cs/CsRedundant.py    |    3 -
 systemvm/debian/opt/cloud/bin/setup/common.sh      |   17 +-
 systemvm/debian/opt/cloud/bin/setup/init.sh        |    7 +-
 .../smoke/test_gateway_on_shared_networks.py       |  241 +
 test/integration/smoke/test_kubernetes_clusters.py |   38 +-
 .../smoke/test_kubernetes_supported_versions.py    |    2 +-
 test/integration/smoke/test_network_ipv6.py        |    3 +-
 test/integration/smoke/test_vm_life_cycle.py       |  152 -
 .../smoke/test_vm_lifecycle_unmanage_import.py     |  245 +
 tools/marvin/marvin/config/test_data.py            |   12 +
 tools/marvin/marvin/lib/base.py                    |   56 +-
 tools/marvin/marvin/lib/vcenter.py                 |   37 +-
 ui/public/locales/en.json                          |    3 +
 ui/public/locales/ja_JP.json                       | 5899 ++++++++++++--------
 ui/public/locales/pt_BR.json                       |    2 +
 ui/src/config/section/infra/managementServers.js   |    4 +-
 ui/src/config/section/infra/routers.js             |   28 +-
 ui/src/config/section/network.js                   |    8 +-
 ui/src/config/section/plugin/quota.js              |    2 +-
 ui/src/views/AutogenView.vue                       |    2 +-
 ui/src/views/compute/CreateKubernetesCluster.vue   |    4 +-
 ui/src/views/compute/DeployVM.vue                  |    7 +-
 ui/src/views/compute/UpgradeKubernetesCluster.vue  |    1 +
 ui/src/views/compute/wizard/NetworkSelection.vue   |    7 +-
 ui/src/views/image/RegisterOrUploadTemplate.vue    |    6 +-
 ui/src/views/image/TemplateZones.vue               |    7 +-
 ui/src/views/infra/Metrics.vue                     |    7 +-
 ui/src/views/infra/zone/ZoneWizardLaunchZone.vue   |    2 +-
 ui/src/views/network/CreateIsolatedNetworkForm.vue |   22 +-
 ui/src/views/network/CreateL2NetworkForm.vue       |   22 +-
 ui/src/views/network/VpcTab.vue                    |   19 +-
 ui/src/views/offering/AddComputeOffering.vue       |   26 +-
 ui/src/views/offering/AddDiskOffering.vue          |    2 +-
 .../cloud/utils/component/ComponentContext.java    |   11 +-
 80 files changed, 4879 insertions(+), 3000 deletions(-)
 create mode 100644 .github/workflows/main-coverage.yml
 create mode 100644 test/integration/smoke/test_gateway_on_shared_networks.py
 create mode 100644 test/integration/smoke/test_vm_lifecycle_unmanage_import.py

Reply via email to