This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard c11543bd5a3 4.23/main Health Check, please don't merge this!
add e2f4ed9dcf1 Bump commons-codec:commons-codec from 1.15 to 1.20.0
(#12303)
add 1b0a036a5b7 Bump ads.version from 2.0.0.AM25 to 2.0.0.AM27 (#12269)
add 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)
add b1f870ae833 Merge branch '4.20' into 4.22
add 420bf6dff84 Merge branch '4.22'
add af0188960f6 4.23/main 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 (c11543bd5a3)
\
N -- N -- N refs/heads/healthcheck-main (af0188960f6)
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 | 70 ++++++++++-----
.../wrapper/LibvirtStartCommandWrapper.java | 5 +-
.../wrapper/LibvirtMigrateCommandWrapperTest.java | 26 +++++-
.../cluster/KubernetesClusterManagerImpl.java | 3 +-
.../version/KubernetesVersionManagerImpl.java | 52 ++++++++++--
.../KubernetesSupportedVersionResponse.java | 12 +++
.../version/KubernetesVersionManagerImplTest.java | 78 ++++++++++++++++-
.../version/KubernetesVersionServiceTest.java | 99 +++++++++++++++++-----
plugins/user-authenticators/ldap/pom.xml | 2 +-
pom.xml | 2 +-
.../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 +-
18 files changed, 332 insertions(+), 70 deletions(-)