Skip to content

Kafka Operator v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 09:32

This release fixes several bug and introduce a couple of new features:

New features:

  • Remove all deprecated k8s resource including Webhooks and CRDs
  • Expose envoy Admin api port through service
  • Propagate Kafka cluster envoy ingress annotations to envoy pods
  • Use k8s issued nodeport when externalStartingPort is set to 0
  • Introduce new kafka version related status fields
  • Update golang to v1.16
  • Adding support for broker config and broker level overrides of environment variables
  • Migrate envoy to v3 api
  • Do not trigger Admission check for KafkaTopic if nothing changed
  • Add parameter to control max kafka topic concurrent reconciles

Bug Fixes:

  • Fix memory leak on topic validation webhook

Upgrade Notes:

This release will trigger a rolling update.
Note: Seamless upgrade only works when your cluster is in ClusterRunning state.

v0.16.1...v0.17.0

Thanks for the huge help from the community 🍺