Releases: banzaicloud/koperator
Kafka Operator 0.7.1
This release includes some and bug and documentation fixes:
Bug fixes:
- Several documentation fixes
- Fix finalizer issue when only plaintext listener is used.
Thanks for the contributors. 🍺
Kafka Operator 0.7.0
This release includes several enhancements and bug fixes:
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
This PR contains bugfix, which fixes panic if the broker id is not starting from 0.
#153
Kafka Operator 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
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 ofkubernetes_namespace
one - introduce
BrokerConfigGroups
Thanks for the contributions!
Kafka Operator 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
Kafka Operator 0.5.0
This release adds support to use kafka in a service mesh environment
0.4.1...0.5.0
Kafka Operator 0.4.1
Contains a small enhancement which ditches the init container for rack awareness config
Kafka Operator 0.4.0
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