Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Kafka Operator 0.6.0

Choose a tag to compare

@baluchicken baluchicken released this 27 Sep 13:52
· 961 commits to master since this release

0.5.3...0.6.0

This Release adds support for various enhancement.

Due to these changes the v1alpha1 CR's are deprecated and not used any more we introduce the new v1beta1 API.

  • Graceful Rolling Upgrade support
  • Dynamic Kafka Configuration
  • Experimental Kafka Topic support via CRD
  • Experimental Kafka User support via CRD
  • Prometheus Operator support using ServiceMonitors
  • Improved CC status tracking
  • Toleration, ServiceAccount, ImagePullSecret, NodeSelector support for every component
  • Annotation and LoadBalancerSourceRanges support for Envoy LoadBalancer service
  • Introducing ssl cert generation with cert-manager

Thanks for the contributors special kudos to @tinyzimmer for the Topic and User support. 🍺