Skip to content

v0.3.0

Compare
Choose a tag to compare
@ese ese released this 20 Jul 21:42
· 198 commits to master since this release
02f8518

This release breaks handler interface to allow passing a context (used to allow tracing).

Added

  • Context as first argument to handler interface to pass tracing context (Breaking change).
  • Tracing through opentracing.
  • Leader election for controllers and operators.
  • Let customizing (using configuration) the retries of event processing errors on controllers.
  • Controllers now can be created using a configuration struct.
  • Add support for Kubernetes 1.10.