Releases: otterize/intents-operator
Releases · otterize/intents-operator
v1.0.35
What's Changed
- Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 in /src by @dependabot in #242
New Contributors
- @dependabot made their first contribution in #242
Full Changelog: v1.0.34...v1.0.35
v1.0.34
What's Changed
- Fixed crash caused by bug in kubernetes/client-go by @orishoshan in #241
Full Changelog: v1.0.33...v1.0.34
v1.0.33
What's Changed
- Bugfix - When doing the transition from active to shadow mode netpols are not deleted unless there is at least one protected service - by @NetanelBollag in #233
- Bugfix - protected services deletion isn't reported to the cloud if the operator is down when the deletion happens. by @NetanelBollag in #238
- Support user-specified annotation for service name override by @omris94 in #240
Full Changelog: v1.0.32...v1.0.33
v1.0.32
What's Changed
- Add ProtectedService support for Kafka and Istio, and merge pod watcher into intents operator. by @orishoshan in #235
Full Changelog: v1.0.31...v1.0.32
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
v1.0.30
What's Changed
- Fix bug where an ACL would be leftover by KafkaServerConfig when the KSC was deleted by @NetanelBollag in #199
- Fix bug where service names with dots would be incorrectly parsed by @NetanelBollag in #200
- Fix bug where external traffic policies would be erroneously removed when intents from multiple namespaces were deleted by @orishoshan in #201
Full Changelog: v1.0.29...v1.0.30
v1.0.29
What's Changed
- Remove experimental label from Istio policy config flag by @orishoshan in #193
Full Changelog: v1.0.28...v1.0.29
v1.0.28
What's Changed
- Experimental - Add support for creating external traffic policies even if no intents point to the same service by @orishoshan in #189
Full Changelog: v0.1.27...v1.0.28
v0.1.27
What's Changed
- Decouple reconcilers run results from each other by @NetanelBollag in #187
- Read the version from a file that can be set from the docker build and send that version in telemetry. by @omris94 in #188
Full Changelog: v0.1.26...v0.1.27
v0.1.26
What's Changed
- Skip self-ACL creation for the intents operator itself by @NetanelBollag in #183
- Fix bug where pod-watcher would fail to reconcile pods due to missing schema registration by @orishoshan in #185
Full Changelog: v0.1.25...v0.1.26