Skip to content

v2.0.7

Compare
Choose a tag to compare
@orishoshan orishoshan released this 09 Jul 19:00
· 102 commits to main since this release
00faac0

What's Changed

  • Add support for external traffic network policies that are restricted to only allow the Ingress controller, rather than all traffic by @orishoshan in #452. Consult the Helm chart documentation for ingressControllerConfigs for more info.
    Example values:
intentsOperator:
   operator:
     ingressControllerConfigs: # ingressControllerConfigs determines whether network policies created by allowExternalTraffic will be limited to just these pods, or all pods in the namespace
      - name: otterize-haproxy-ingress
        namespace: infra
        kind: DaemonSet

Full Changelog: v2.0.6...v2.0.7