Skip to content

Koperator v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 12:30
v0.23.0
8b57f6e

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

Breaking changes:

  1. Rename webhooks errors exported funcs (#925) (@mihaialexandrescu)
    Note: in the github.com/banzaicloud/koperator/pkg/webhooks package IsInvalidReplicationFactor->IsAdmissionInvalidReplicationFactor renaming happened to a previously existing exported function, be aware and update your code if it depends on this function using the old name.

Features:

  1. Upgrade PodDisruptionBudget API to v1 (#888) (@amuraru)
  2. Support kafka cluster rebalance between broker disks when JBOD config is used (#894) (@bartam1)
  3. Add ability to specify additional container ports for kafka clusters (#897) (#898) (@david-simon)
  4. Augment error behaviour (#920) (@mihaialexandrescu)

Patches:

  1. Configurable webhook target port (#896) (@balassai)
  2. Added imagePullSecrets to deployment template (#904) (@Kuvesz)
  3. Fix missing nil pointer check for JBOD tests (#903) (@bartam1)
  4. Min and Max validation for KafkaCluster.spec.Brokers.[].Id (#924) (@mihaialexandrescu)
  5. Update sub-Go-module tags to valid values, remove local replacement (#929) (@pregnor)

Development:

  1. Fixed README image tag (#892) (@pregnor)
  2. Update golangci-lint version to 1.50.1 (#886) (@mihaialexandrescu)
  3. update copyright statements to Cisco (#893) (@mihaialexandrescu)
  4. Commented out debug port in the samples (#902) (@pregnor)
  5. Replaced GHA set-output with GITHUB_OUTPUT (#907) (@pregnor)
  6. Added Koperator performance test load container image building from the default branch (#906) (@pregnor)
  7. Add example to show how users can customize log4j properties for kafka servers (#910) (@panyuenlau)
  8. Remove duplicate import of api versioned packages (#921) (@mihaialexandrescu)
  9. Update benchmark kafka yaml (#927) (@panyuenlau)
  10. Refactored README badges (#931) (@pregnor)
  11. Bumped Helm chart version 0.22.0->0.23.0 (#930) (@pregnor)

v0.22.0...v0.23.0

Thanks for the huge help from the community 🍺