Skip to content

Releases: banzaicloud/koperator

Kafka Operator 0.7.1

04 Nov 09:57
Compare
Choose a tag to compare

This release includes some and bug and documentation fixes:

0.7.0...0.7.1

Bug fixes:

  • Several documentation fixes
  • Fix finalizer issue when only plaintext listener is used.

Thanks for the contributors. 🍺

Kafka Operator 0.7.0

21 Oct 15:05
Compare
Choose a tag to compare

This release includes several enhancements and bug fixes:

0.6.1...0.7.0

Enhancements:

  • bump cert-manager version to 0.10.1 in readme
  • kafkatopic cr status improvements
  • allow for variable PKI backends (defaults to cert-manager)
  • add support for vault PKI backend
  • move CC topic to kafkatopic CR
  • replace pem-to-jks init containers with prepared secrets
  • add support for Kafka version 2.2.0+
  • add the ability to set annotations on the broker pods
  • add unit test for Kafka Topic and User controller

Bug fixes:

  • fix cruise control topic creation bug, when the internal external listeners type differs

Thanks for the contributors special kudos to @tinyzimmer. 🍺

Kafka Operator 0.6.1

01 Oct 08:51
Compare
Choose a tag to compare

0.6.0...0.6.1

This PR contains bugfix, which fixes panic if the broker id is not starting from 0.
#153

Kafka Operator 0.6.0

27 Sep 13:52
Compare
Choose a tag to compare

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. 🍺

Kafka Operator 0.5.3

22 Aug 07:48
Compare
Choose a tag to compare

0.5.2...0.5.3

0.5.3 release contains some bug fixes and enhancements:

  • Fix Cruise-Control resource names to be able to create multiple cluster in a single namespace
  • Use newer namespace annotation instead of kubernetes_namespace one
  • introduce BrokerConfigGroups

Thanks for the contributions!

Kafka Operator 0.5.2

01 Aug 13:06
Compare
Choose a tag to compare

0.5.1...0.5.2

Bugfixes:

  • Fix Cruise Control topic create when Kafka Cluster deployed to a different namespace than Operator
  • Use Sarama Kafka Client lib to leverage the new AdminClient
  • Fix some documentation
  • Add documentation how to use external monitoring with the deployed cluster

Kafka Operator 0.5.1

30 Jul 11:44
Compare
Choose a tag to compare

Kafka Operator 0.5.0

18 Jul 09:12
Compare
Choose a tag to compare

This release adds support to use kafka in a service mesh environment
0.4.1...0.5.0

Kafka Operator 0.4.1

27 Jun 07:14
Compare
Choose a tag to compare

Contains a small enhancement which ditches the init container for rack awareness config

Kafka Operator 0.4.0

24 Jun 14:04
Compare
Choose a tag to compare

This release contains the following enhancements:

  • Use the new 3 way merge object matcher lib
  • Added support for configuring CC from the CR
  • Added support for Rack Awareness feature
  • Added support for PodAntiAffinity Soft and Hard Rules

0.3.2...0.4.0