Skip to content

Releases: otterize/intents-operator

v2.0.19

03 Sep 13:40
c58ad4c
Compare
Choose a tag to compare

What's Changed

  • Fix bug where Istio policy would incorrectly report an error before retrying and succeeding by @orishoshan in #477
  • Report intent statuses and events to the cloud to provide a better understanding of enforcement state by @omris94 in #479

Full Changelog: v2.0.18...v2.0.19

v2.0.18

30 Aug 15:29
f063b03
Compare
Choose a tag to compare

What's Changed

  • Use "alb.ingress.kubernetes.io/target-type" instead of "alb.ingress.kubernetes.io/scheme" to detect AWS ALB presence on Ingress by @orishoshan in #480

Full Changelog: v2.0.17...v2.0.18

v2.0.17

28 Aug 11:39
3841d8d
Compare
Choose a tag to compare

What's Changed

  • Add support for detecting AWS ALB ingress resources and auto-allowing traffic by @orishoshan in #476, #478

Full Changelog: v2.0.16...v2.0.17

v2.0.16

22 Aug 18:59
c548e80
Compare
Choose a tag to compare

What's Changed

  • Fix bug where a race condition could cause the operator to fail wathcing but still pass health checks by @omris94 in #475

Full Changelog: v2.0.15...v2.0.16

v2.0.15

19 Aug 15:26
0740ae7
Compare
Choose a tag to compare

What's Changed

  • Fix validation webhook paths for api version v1beta1 by @omris94 in #472
  • Fix a bug where using clientIntents conversion webhook from v2 to v1 could crash if it uses a service target to kubernetes.default by @omris94 in #473

Full Changelog: v2.0.14...v2.0.15

v2.0.14

06 Aug 12:02
2f2d8f4
Compare
Choose a tag to compare

What's Changed

  • Fix a bug where it took 10 minutes to sync operator's configuration with the cloud by @omris94 in #470

Full Changelog: v2.0.13...v2.0.14

v2.0.13

06 Aug 09:06
077c212
Compare
Choose a tag to compare

What's Changed

  • Fix intent operator handling "annotation intent" when not needed by @otterobert in #462
  • Implement periodic reporting of operator configuration to the cloud by @omris94 in #463
  • Fix infinite reconciliation loop caused by a missing status in converted clientIntents by @omris94 in #465
  • Ensure webhook reconciler patches the Latest CRD/ValidationWebhook revision to minimize CA bundle edge cases by @omris94 in #466
  • Bugfix on AWS integration: null dereference on AWS role object due to missing error handling by @amitlicht in #468

Full Changelog: v2.0.12...v2.0.13

v2.0.12

30 Jul 19:41
c30272c
Compare
Choose a tag to compare

What's Changed

  • Make the conversion whebhook of v1alpha3 and v1beta1 preserve the way a service is addressed in clientIntent.Spec.call[x].name instead of changing it to an explicit form by @omris94 in #460

Full Changelog: v2.0.11...v2.0.12

v2.0.11

29 Jul 19:57
83ff0b1
Compare
Choose a tag to compare

What's Changed

  • Fix a bug where applied intents to the Kubernetes API service couldn't be reported to the cloud properly by @omris94 in #459

Full Changelog: v2.0.10...v2.0.11

v2.0.10

28 Jul 12:27
815e69d
Compare
Choose a tag to compare

What's Changed

  • Fix a bug where applied intents with kind in their targets wouldn't be reported properly by @omris94 in #458

Full Changelog: v2.0.9...v2.0.10