This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 06d51f87aef 4.20 Health Check, please don't merge this!
add 2a6ce0c8a81 Adds url kubernetes iso (#10862)
add 03d24ff851d Fix NPE on primary storage delete (#11817)
add da518e90362 CKS: Add image store validation for Kubernetes version
registration (#12418)
add cf36fb00008 Set nfsVersion in ssvm agent.properties only if it is not
null (#12445)
add 496bc0329cd Fix: Condition for aborting migration, resume paused VMs
on destination (#12331)
add 8db7cab7ba4 Storage pool monitor disconnect improvements (#12398)
add f5c0386b9b3 4.20 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 (06d51f87aef)
\
N -- N -- N refs/heads/healthcheck-4.20 (f5c0386b9b3)
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:
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../wrapper/LibvirtMigrateCommandWrapper.java | 46 +++++++---
.../version/KubernetesVersionManagerImpl.java | 52 ++++++++++--
.../KubernetesSupportedVersionResponse.java | 12 +++
.../version/KubernetesVersionManagerImplTest.java | 78 ++++++++++++++++-
.../version/KubernetesVersionServiceTest.java | 99 +++++++++++++++++-----
.../java/com/cloud/storage/StorageManagerImpl.java | 8 +-
.../cloud/storage/listener/StoragePoolMonitor.java | 28 ++++--
.../SecondaryStorageManagerImpl.java | 6 +-
ui/public/locales/en.json | 1 +
ui/public/locales/pt_BR.json | 1 +
ui/src/config/section/image.js | 6 +-
12 files changed, 286 insertions(+), 52 deletions(-)