You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/08/04 06:01:28 UTC

[cloudstack] branch master updated (ba6e2ac -> 9ae1170)

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

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from ba6e2ac  plugins: Redfish Client & Redfish OOBM Driver (#4175)
     add 407e34d  vrouter: remove a POSTROUTING rule for port forwarding in VPC router (#3952)
     add a7f56d4  cks: assorted bug fixes (#4116)
     add 9ae1170  Merge remote-tracking branch 'origin/4.14'

No new revisions were added by this update.

Summary of changes:
 .../java/com/cloud/storage/dao/VMTemplateDao.java  |  2 +-
 .../com/cloud/storage/dao/VMTemplateDaoImpl.java   |  7 ++++
 .../cluster/KubernetesClusterManagerImpl.java      | 49 ++++++++++++++--------
 .../KubernetesClusterActionWorker.java             |  2 +
 .../KubernetesClusterDestroyWorker.java            | 37 ++++++++++++----
 ...ernetesClusterResourceModifierActionWorker.java | 22 ++++++----
 .../KubernetesClusterStartWorker.java              | 11 ++---
 .../version/KubernetesVersionManagerImpl.java      | 31 +++++++++-----
 .../ListKubernetesSupportedVersionsCmd.java        |  2 +-
 .../version/KubernetesVersionServiceTest.java      | 15 ++++++-
 systemvm/debian/opt/cloud/bin/configure.py         | 10 -----
 11 files changed, 124 insertions(+), 64 deletions(-)