This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 0dcb8da03a2 Merge branch '4.20'
add f8563b86e7d Fix NPE during kubernetes cluster creation when network
has rules with ports saved as null on DB (#9223)
No new revisions were added by this update.
Summary of changes:
.../com/cloud/network/dao/FirewallRulesDao.java | 4 +++-
.../com/cloud/network/dao/FirewallRulesDaoImpl.java | 21 +++++++++++++++++++--
.../cluster/KubernetesClusterManagerImpl.java | 7 ++++---
...bernetesClusterResourceModifierActionWorker.java | 13 ++++++++-----
.../cluster/KubernetesClusterManagerImplTest.java | 11 ++++++-----
.../cloud/network/firewall/FirewallManagerImpl.java | 2 +-
6 files changed, 41 insertions(+), 17 deletions(-)