v1.0.31
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 supportsdefaultActive
anddefaultShadow
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
- @orishavit made their first contribution in #202
- @davidgs made their first contribution in #220
- @yard2010 made their first contribution in #219
Full Changelog: v1.0.30...v1.0.31