This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 036489b288c CKS: fix resource limitation check on cpu when scale cks
cluster (#12379)
add a4b1a27c7d2 ui: fix 404 on login after forgot password (#12448)
add 42f1e19362a Mask vncPasswd being logged in agent.log (#12404)
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)
new b1f870ae833 Merge branch '4.20' into 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:
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../wrapper/LibvirtMigrateCommandWrapper.java | 70 ++++++++++-----
.../wrapper/LibvirtStartCommandWrapper.java | 5 +-
.../wrapper/LibvirtMigrateCommandWrapperTest.java | 26 +++++-
.../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 +-
ui/src/views/auth/ForgotPassword.vue | 2 +-
15 files changed, 329 insertions(+), 66 deletions(-)