This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a change to branch 4.18-dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
omit 2c6fe885b5b don't merge
add 231a9eae2eb ui: add action to declare/cancel host as degraded (#8327)
add fc44df7c95e CKS: create HA cluster with 3 control VMs instead 2 (#8297)
add ea569ffaadc expand tags in csv (#8258)
add a11fc43788e server: fix diskoffering details in vm response (#8135)
add d705db0cf03 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 (2c6fe885b5b)
\
N -- N -- N refs/heads/4.18-dummy (d705db0cf03)
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:
.../cloudstack/api/response/UserVmResponse.java | 4 ++--
.../KubernetesClusterUpgradeWorker.java | 2 +-
.../src/main/resources/script/upgrade-kubernetes.sh | 2 +-
.../com/cloud/api/query/dao/UserVmJoinDaoImpl.java | 7 +++++++
test/integration/smoke/test_kubernetes_clusters.py | 10 +++++-----
ui/public/locales/en.json | 2 ++
ui/src/config/section/infra/hosts.js | 20 ++++++++++++++++++++
ui/src/core/lazy_lib/icons_use.js | 4 ++++
ui/src/views/compute/CreateKubernetesCluster.vue | 2 +-
ui/src/views/network/AclListRulesTab.vue | 12 +++++++++++-
10 files changed, 54 insertions(+), 11 deletions(-)