Skip to content

Releases: otterize/intents-operator

v1.0.35

07 Sep 08:40
90e27c4
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 in /src by @dependabot in #242

New Contributors

Full Changelog: v1.0.34...v1.0.35

v1.0.34

25 Aug 09:09
d95c970
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.33...v1.0.34

v1.0.33

24 Aug 11:49
caf0267
Compare
Choose a tag to compare

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

18 Aug 02:27
Compare
Choose a tag to compare

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

09 Aug 20:22
385dc07
Compare
Choose a tag to compare

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

v1.0.30

29 Jun 06:29
5358f6d
Compare
Choose a tag to compare

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

01 Jun 13:11
5b4f648
Compare
Choose a tag to compare

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

24 May 17:11
0828724
Compare
Choose a tag to compare

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

24 May 13:11
1dd7ab8
Compare
Choose a tag to compare

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

22 May 10:00
8f770a4
Compare
Choose a tag to compare

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