Zhenghan Zhou
Zhenghan Zhou
Introduce filter CloudEvents feature ### Checklist - [X] I have verified that my change is according to the [deprecations & breaking changes policy](https://github.com/kedacore/governance/blob/main/DEPRECATIONS.md) - [X] Tests have been added -...
### Report When ```triggers``` is set with an empty array in ScaledObject, KEDA doesn't validate this empty value and will create a default HPA with a default 80% averageUtilization CPU...
### Proposal Introduce a horizontal-pod-autoscaler-tolerance setting in ScaledObject, such as: ``` apiVersion: keda.sh/v1alpha1 kind: ScaledObject metadata: name: testso namespace: test spec: scaleTargetRef: name: sut advanced: horizontalPodAutoscalerConfig: behavior: tolerance: 0.5 triggers:...
### Proposal Currently, the search scope of the workload scaler is limited to the namespace where the ScaledObject is deployed. However, we have encountered situations where we need to scale...
Add generateEmbeddedObjectMeta flag when generating crd ### Checklist - [ ] When introducing a new scaler, I agree with the [scaling governance policy](https://github.com/kedacore/governance/blob/main/SCALERS.md) - [ ] I have verified that...
### Proposal We encountered a situation where we set up annotations in the template metadata of ScaledJob, but the pod generated by ScaledJob had empty metadata. The annotation that pod...
Introduce ClusterCloudEventSource ### Checklist - [ ] When introducing a new scaler, I agree with the [scaling governance policy](https://github.com/kedacore/governance/blob/main/SCALERS.md) - [X] I have verified that my change is according to...
WIP - Refactor Apache Kafka scaler config using declarative parser from https://github.com/kedacore/keda/pull/5676 ### Checklist - [X] I have verified that my change is according to the [deprecations & breaking changes...
Introduce ClusterCloudEventSource ### Checklist - [X] I have verified that my change is according to the [deprecations & breaking changes policy](https://github.com/kedacore/governance/blob/main/DEPRECATIONS.md) - [X] Commits are signed with Developer Certificate of...
Introduce ClusterCloudEventSource ### Checklist - [X] Commits are signed with Developer Certificate of Origin (DCO) Fixes # https://github.com/kedacore/keda/pull/5816