Skip to content

Releases: otterize/intents-operator

v2.0.33

03 Dec 17:41
44393ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.32...v2.0.33

v2.0.32

03 Dec 10:13
fd624a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.31...v2.0.32

v2.0.31

28 Nov 11:07
1827873
Compare
Choose a tag to compare

What's Changed

  • Fix bug when detecting k8s not found errors on creating otterize-cluste-uid configmap, causing issues with database integrations by @amitlicht in #520

Full Changelog: v2.0.30...v2.0.31

v2.0.30

27 Nov 12:15
95f6fa0
Compare
Choose a tag to compare

What's Changed

  • Use safe RFC1123 for network policy names by @orishavit in #515
  • Set v2alpha1.KubernetesTarget.Kind yaml and json tags to omitempty for prettier describe output by @omris94 in #518
  • Bugfix: solve "Invalid signature" error on AWS IAM Roles Anywhere by @amitlicht in #519

Full Changelog: v2.0.29...v2.0.30

v2.0.29

13 Nov 02:51
46abcae
Compare
Choose a tag to compare

What's Changed

  • Support grouping internet network policies by /24 CIDR to reduce number of IP addresses per policy by @evyatarmeged in #513

Full Changelog: v2.0.28...v2.0.29

v2.0.28

10 Nov 13:45
1152f32
Compare
Choose a tag to compare

What's Changed

  • Fix wrong handling of k8s errors causing wrong handling of applying netpols on non-existing namespaces by @amitlicht in #514

Full Changelog: v2.0.27...v2.0.28

v2.0.27

06 Nov 11:03
4f75687
Compare
Choose a tag to compare

What's Changed

  • Fix bug where network policies were patched even though the change was a no-op by @omris94 in #506
  • Fail health check if intents reconcile starts and doesn't finish within 90s by @orishoshan in #507, #509
  • Add failsafe timeouts to various steps when reconciling ServiceEffectivePolicy into network policies, to prevent and recover from pathological failure modes caused by bad network performance, optimize reconcile performance by @orishoshan in #508, #510, in #512
  • Support configuring externally managed network policy workloads, for which Otterize Cloud will not suggest new ClientIntents by @amitlicht in #505
  • Improve intent reconciliation speed by moving cloud and telemetry reporters out of the main intent group reconciler by @omris94 in #511

Full Changelog: v2.0.26...v2.0.27

v2.0.26

31 Oct 18:20
209a282
Compare
Choose a tag to compare

What's Changed

  • Improve pod owner resolution performance by @omris94 in #503

Full Changelog: v2.0.25...v2.0.26

v2.0.25

14 Oct 11:02
d5d8e2f
Compare
Choose a tag to compare

What's Changed

  • Fixed improper handling of Kubernetes API errors that resulted in repetitive error logs by @omris94 in #502

Full Changelog: v2.0.24...v2.0.25

v2.0.24

09 Oct 13:48
43d56bd
Compare
Choose a tag to compare

What's Changed

  • Handling some edge cases for network policy creation errors that are legitimate and should not break reconciliation by @evyatarmeged in #498
  • Support creating separate network policies for ingress and egress by setting the value of intentsOperator.operator.separateNetpolsForIngressAndEgress to true by @omris94 in #500

Full Changelog: v2.0.23...v2.0.24