Releases: adobe/koperator
Releases · adobe/koperator
Release 0.26.0-adobe-20240820
Allow property security-inter-broker-protocol (#85) * adding the ability to use security-inter-broker-protocol in koperator * updating util.go to remove _ for generated names * adding replace all for external listener port name * fixing other places where externallistener name is used to not have _ * adding an alternative way to identify which port to use for kafka administration and cc connection * taking out comments for pr push * fixing kafka crd * setting omitempty so it will not be required * adding generated crds * adding comments with context for new flag UsedForKafkaAdminCommunication * Use getBrokerReadOnlyConfig function to get properties and update unit test - security_inter_broker_protocol_Set * Update crds to match generated manifest --------- Co-authored-by: Cameron Wright <[email protected]> Co-authored-by: Ha Van <[email protected]>
Release kafka-2.13-3.8.0-rc1
Full Changelog: 0.26.0-adobe-20240725...kafka-2.13-3.8.0-rc1
Release 0.26.0-adobe-20240725
What's Changed
- Cross-compile koperator for arm and intel. by @dobrerazvan in #84
- Adding Contour Ingress support by @dobrerazvan in #82
Full Changelog: 0.26.0-adobe-20240605...0.26.0-adobe-20240725
Release 0.26.0-adobe-20240613-contour
Merge branch 'master' into contour
Release 0.26.0-adobe-20240605
[CORE-106517] Fix outdated config in the sample (#83)
chart/kafka-operator/0.26.0-adobe-20240605
What's Changed
- [CORE-106517] Fix outdated config in the sample by @aguzovatii in #83
Full Changelog: https://github.com/adobe/koperator/commits/chart/kafka-operator/0.26.0-adobe-20240605
Release kafka-2.13-3.7.0
What's Changed
Full Changelog: kafka-2.13-3.6.1-1...kafka-2.13-3.7.0
Release kafka-2.13-3.6.1-1
What's Changed
- Upgrade Kafka image to use Java v21 by @amuraru in #72
- Added arm64 to docker build platforms by @azun in #73
Full Changelog: 0.26.0-adobe-20231222...kafka-2.13-3.6.1-1
Release 0.26.0-adobe-20231222
What's Changed
- Fix wrong port on expectEnvoyWithConfigAz2Tls test by @dobrerazvan in #70
- Upgrade Kafka to 3.6.1 by @cristianpetrache in #71
New Contributors
- @cristianpetrache made their first contribution in #71
Full Changelog: https://github.com/adobe/koperator/commits/0.26.0-adobe-20231222
chart/kafka-operator/0.26.0-adobe-20231222
Upgrade Kafka to 3.6.1 (#71) Co-authored-by: Petruț™ <[email protected]>