Skip to content

v1.0.31

Compare
Choose a tag to compare
@orishoshan orishoshan released this 09 Aug 20:22
· 312 commits to main since this release
385dc07

What's Changed

  • Gradual protection support: you can turn off enforcement for the intents operator, and enable it on a per-service basis by creating a ProtectedService resource. Read more (docs link to be added shortly).
  • enableEnforcement flag has been replaced with mode flag, which now supports defaultActive and defaultShadow as values. defaultActive means enforcement is on by default. defaultShadow means enforcement is in shadow-mode by default: no enforcement will be done, unless you create a ProtectedService resource.
  • Fix bug where network policies were not deleted in some cases when intents were edited by @NetanelBollag in #213
  • Detect pods with external network policy by @orishavit in #202
  • Fix bug where KafkaServerConfig creates ACLs when Kafka enforcement is disabled by @orishoshan in #227

New Contributors

Full Changelog: v1.0.30...v1.0.31