Releases: banzaicloud/koperator
Koperator v0.25.1
This release fixes several bug and introduce a couple of new features:
New features:
-
Bug Fixes:
Upgrade Notes:
-
refs/tags/v0.25.0...refs/tags/v0.25.1
Thanks for the huge help from the community 🍺
Koperator v0.25.0
This release fixes several bug and introduce a couple of new features:
New features:
- Adding Affinity for Cruise Control deployment (#962 and #963) (@shubhamcoc)
- Add option to provide API Group for customizable PKI (#966) (@shubhamcoc)
- Adding certificate validity duration in Kafka user (#979 and #980) (@shubhamcoc)
- Allow users to use well-known ports for client connections to both ingress controllers (#997 and #998) (@panyuenlau)
Bug Fixes:
- Re-creation of CC metrics topic (#976) (@bartam1)
- Handle the case when the request to CC /state endpoint returns the async task instead of the result (#974 and #975) (@aguzovatii)
- Fixing Delete acl functionality (#984) (@shubhamcoc)
Others
- Adding test cases for kafka user issuerRef group (#967) (@shubhamcoc)
- Update go-cruise-control to 0.6.0 (#969) (@bartam1)
- Using gomock to mock sigs.k8s.io/controller-runtime/pkg/client If (#973) (@bartam1)
- Update cert-manager dependency libraries to 1.11.2 (#981) (@mihaialexandrescu)
- Updated default zookeeper name to zookeeper-server (#1000) (@Kuvesz)
- E2E tests (#987, #991, #998, and #1004) (@bartam1, @Kuvesz,and @pregnor) 🔥
Thanks for the huge help from the community 🍺
Koperator v0.24.1
This release fixes an important bug with the PVC resize for broker storage configurations:
Bug Fixes:
- Fix out of range panic in resizePVC fn (#958)
Koperator v0.24.0
This release fixes several bug and introduce a couple of new features:
New features:
- Add Redhat Openshift support (#912)
- Allow creating KafkaTopic CR for topic that already present on the Kafka cluster (#934)
- Add removeUnusedIngressResource flag (#955)
- Use node IP for advertised.listeners when node port is used (#936)
- Add managedBy for kafkaTopic's status and nodePortNodeAddressType for BrokerConfig (#942)
- Added KafkaCluster.spec.envoyConfig.PodSecurityContext to the API (#956)
Bug Fixes:
- Add Listener port validation (#939)
- Fix: unused ingress resources cleanup for external listeners (#954)
Other changes:
- Refactor hard-coded configuration strings into const variables to improve code readability and extensibility (#917)
- Bump golang.org/x/net from 0.1.0 to 0.7.0 (#935)
- Bump golang.org/x/text from 0.3.7 to 0.3.8 in /properties (#937)
- Bump golang.org/x/text from 0.3.7 to 0.3.8 in /api (#938)
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 in /api (#941)
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 in /properties (#940)
- Fix TestCheckKafkaTopicExist (#943)
- Use testify/require in pkg webhooks sentinel errors unit tests (#944)
- fix: handling license headers in source code (#946)
- feat: update go-cruise-control to v0.4.0 (#949)
- refactor: propagate context in test suite (#950)
- Bump up keystore-go to v4.4.1 (#952)
- refactor: license header gen/check (#947)
- fix: missing Mock generation (#948)
- Bumped chart to 0.24.0
Thanks for the huge help from the community 🍺
Koperator v0.23.1
This release fixes a couple of bugs:
Bug Fixes:
- Fix Kafka super.users override (#923) (@bartam1 )
- Prevent kafka controller from running into NodePort service deletion and re-creation cycles indefinitely (#928)(@panyuenlau)
Development:
- Bump up chart versions to 0.23.1 for patch release (#933) (@panyuenlau)
Thanks for the huge help from the community 🍺
Koperator v0.23.0
This release fixes several bug and introduce a couple of new features:
Breaking changes:
- Rename webhooks errors exported funcs (#925) (@mihaialexandrescu)
Note: in thegithub.com/banzaicloud/koperator/pkg/webhooks
packageIsInvalidReplicationFactor
->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:
- Upgrade PodDisruptionBudget API to v1 (#888) (@amuraru)
- Support kafka cluster rebalance between broker disks when JBOD config is used (#894) (@bartam1)
- Add ability to specify additional container ports for kafka clusters (#897) (#898) (@david-simon)
- Augment error behaviour (#920) (@mihaialexandrescu)
Patches:
- Configurable webhook target port (#896) (@balassai)
- Added imagePullSecrets to deployment template (#904) (@Kuvesz)
- Fix missing nil pointer check for JBOD tests (#903) (@bartam1)
- Min and Max validation for KafkaCluster.spec.Brokers.[].Id (#924) (@mihaialexandrescu)
- Update sub-Go-module tags to valid values, remove local replacement (#929) (@pregnor)
Development:
- Fixed README image tag (#892) (@pregnor)
- Update golangci-lint version to 1.50.1 (#886) (@mihaialexandrescu)
- update copyright statements to Cisco (#893) (@mihaialexandrescu)
- Commented out debug port in the samples (#902) (@pregnor)
- Replaced GHA set-output with GITHUB_OUTPUT (#907) (@pregnor)
- Added Koperator performance test load container image building from the default branch (#906) (@pregnor)
- Add example to show how users can customize log4j properties for kafka servers (#910) (@panyuenlau)
- Remove duplicate import of api versioned packages (#921) (@mihaialexandrescu)
- Update benchmark kafka yaml (#927) (@panyuenlau)
- Refactored README badges (#931) (@pregnor)
- Bumped Helm chart version 0.22.0->0.23.0 (#930) (@pregnor)
Thanks for the huge help from the community 🍺
Koperator v0.22.0
This release fixes several bug and introduce a couple of new features:
Features:
- Add support for one-way SSL authentication when SSL is enabled (#800) (@panyuenlau)
- Add support to set broker group specific labels to Kafka broker pods (#803) (@panyuenlau)
- Added support for Istio 1.13 (#806) (@Kuvesz)
- Add validation for partitions number and replication factor during KafkaTopic creation (#819) (@panyuenlau)
- Envoy config generated by the operator is invalid in envoy 1.22 (#823) (@amuraru)
- Re-create missing pod which has incompleted downscale operation (#824) (@bartam1)
- Storage config enhancements (#833) (@stoader)
- Pin Istio resources to istio control plane referenced by KafkaCluster (#836) (@stoader)
- Support client IP filtering through loadBalancerSourceRanges in case istioingress (#835) (@stoader)
- Refactor of the KafkaCluster and KafkaTopic CR validation webhooks (#832) (@bartam1)
- Add pod priority support for broker, cruise control and envoy pods (#846) (@panyuenlau)
- Changes the necessary data fields for the clientSSLCertSecret and serverSSLCertSecret (#850) (@bartam1)
- Add mechanism to create permissive peerauthenticaion for koperator's default alert manager (#856) (@panyuenlau)
- Add Envoy support for HTTP/1.0 health-check requests (#830) (@ctrlaltluc)
- Upgrade istio to 1.15.0 (#862) (@nishantapatil3)
- Add CruiseControlOperation bundle (#872) (@bartam1)
Patches:
- Delete old kafka service when headlessServiceEnabled changed (#799) (@stoader)
- Fixed JMX exporter config for kafka server quota metrics for users and clients (#801) (@ecojan)
- Fix: CC config checksum should include generated config as well (#805) (@stoader)
- Fix some broker pods aren't restarting while there is no healthy broker. (#802) (@bartam1)
- Updated istio-operator tag (#811) (@Kuvesz)
- Migrate cluster-registry library to cisco-open (#813) (@@amberimam)
- Upgrade Go to 1.18 (#814) (@panyuenlau)
- Update dependencies to use gopkg.in/yaml.v3 version v3.0.0 to address CVE-2022-28948 (#817) (@stoader)
- Fix common name length limitation issue (#822) (@panyuenlau)
- Add protection against removing storage from a running broker (#820) (@bartam1)
- Upgrade dependencies (#831) (@amuraru)
- Refactor koperator reserved label keys (#841) (@panyuenlau)
- Fix documentation for ClientSSLCertSecret and ServerSSLCertSecret (#840) (@bartam1)
- Koperator can handle intermediate and leaf certificates in generated kafkaUser's TLS certificate (#843) (@bartam1)
- Fix example kafkaCluster SSL docs (#845) (@bartam1)
- Updated goimports local-prefixes (#855) (@Kuvesz)
- Upgrade dependencies (#853) (@amuraru)
- Add description in helm chart about cert-manager namespace (#868) (@bartam1)
- Fix deprecated configs in sample files (#870) (@bartam1)
- Fix kubectl replace-create crds bug when make install (#871) (@bartam1)
- Fix let JKSPasswordName field to be empty (#874) (@bartam1)
- Add missing rbac for the newly created controllers (#875) (@panyuenlau)
- Updated istio-operator and cluster-registry-controller deps (#876) (@Kuvesz)
- Updated Cluster Registry Controller dep (#878) (@Kuvesz)
- Add more memory to CC pod (#880) (@bartam1)
- Fix KafkaCluster's status update at CruiseControlTask controller (#889) (@bartam1)
- Update Ginkgo from v1 to v2 (#890) (@bartam1)
Development:
- Update sample kafkacluster-prometheus.yaml to use port name that matches koperator's alertmanager-service (#798) (@panyuenlau)
- Update helm chart version (#807) (@panyuenlau)
- Fix typo in appVersion (#808) (@panyuenlau)
- Bump up chart version and app version (#809) (@panyuenlau)
- Add CI support for dev releases (#810) (@Kuvesz)
- Updated chart and image tags (#812) (@Kuvesz)
- Bump up chart version for dev release (#815) (@panyuenlau)
- Update example kafka cluster with SASL/OAUTHBEARER configurations (#826) (@panyuenlau)
- Bump up chart version to v0.22.0-dev.2 (#837) (@bartam1)
- Update controller gen (#838) (@stoader)
- Bump up versions for dev release (#857) (@panyuenlau)
- Move workflows to github actions (#860) (@asdwsda)
- Increase dev version for the chart (#863) (@nishantapatil3)
- release: bumped charts (dev.4->)0.22.0-dev.5 (#879) (@pregnor)
- Bump up chart versions (#882) (@panyuenlau)
- release(chart): bumped to v0.22.0 (#891) (@pregnor)
Thanks for the huge help from the community 🍺
Koperator v0.21.2
This release fixes the following bugs:
Bug Fixes:
- Fix: Kafka topic creation bug due to recent upgrade of AdmissionReview version (#796)
Upgrade Notes:
- This release doesn't require any changes to existing Kafka cluster deployments
Thanks for the huge help from the community 🍺
Koperator v0.21.1
This release fixes the following bugs:
Bug Fixes:
- Fix: Downscale impacts other cluster's brokers (#792)
Upgrade Notes:
- This release doesn't require any changes to existing Kafka cluster deployments
Thanks for the huge help from the community 🍺
Koperator v0.21.0
This release fixes several bug and introduce a couple of new features:
New features:
- Add support for K8s v1.23 (#735)
- Update istio api for istio 1.11 support (#742)
- refactor: Cruise Control controller (#749)
- Add support for Cluster Registry (#754)
- Removed default value from capacity.json, assigning default value for each broker now (#760)
- Use logger from context given by controller runtime wherever it's applicable (#765)
- Added support for Kafka 3.1.0(#774)
- Update Kafka PDB to use live Pods instead of the CR Spec (#770)
- Add Kafka metric support for 3 labels (#778)
- Added support for Cruise Control 2.5.86 (#781)
Bug Fixes:
- Fix creation of multiple KafkaTopics (#750)
- Fix sequence of actions when new volume is added (#762)
- Fix: kafka topic indexers are not added to manager cache when multinamespace cache is used (#780)
Dependency updates
- Upgrade Istio-operator v1 to Istio-operator v2 (#732)
- Update saramalib version to 1.32.0 (#783)
- Update istio-operator dependency to version v2.11.8 (#771)
Upgrade Notes:
- This release will trigger a rolling update. Note: Upgrade only works when your cluster is in ClusterRunning state.
- Koperator switched to istio-operator v2 which introduced changes that impact Kafka clusters that have external listeners exposed via
istioingress
ingress controller- Upgrade you istio-operator deployment to version v2.11.8
- Replace the
Istio
custom resource used with istio-operator v1 withIstioControlPlane
custom resource (see IstioControlPlane sample - Specify the reference to the created
IstioControlPlane
in yourKafkaCluster
custom resource as in this example: https://github.com/banzaicloud/koperator/blob/v0.21.0/config/samples/kafkacluster-with-istio.yaml#L10-L12
Changelog: v0.20.2...v0.21.0
Thanks for the huge help from the community 🍺