Zhenghan Zhou
Zhenghan Zhou
1. Add multi name support in config type 2. Refactor redis scaler config _Provide a description of what has been changed_ ### Checklist - [ ] When introducing a new...
Update cloudeventsource type list ### Checklist - [ ] I have verified that my change is according to the [deprecations & breaking changes policy](https://github.com/kedacore/governance/blob/main/DEPRECATIONS.md) - [ ] Commits are signed...
Show full triggers and authentications in status  ### 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...
### Proposal Although there is a scaling modifier that can implement the scaling by step feature, it is still not very convenient for users. It would be more user-friendly to...
Scaler schema doc ### Checklist - [X] Commits are signed with Developer Certificate of Origin (DCO) Fixes # https://github.com/kedacore/keda-docs/pull/1526 https://github.com/kedacore/keda/issues/6345
_Provide a description of what has been changed_ ### 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...
### Proposal Generating trigger metadata schema according to new declarative scaler configuration, which can be used for validation or other related improvement. Input: ` make generate-scaler-schemas [--keda-version][--specify-scaler][--outputfile] ` Output: scaler-metadata-schemas.yaml...
Generating trigger metadata schema according to new declarative scaler configuration, which can be used for validation or other related improvement. Input: make generate-scaler-schemas [--keda-version][--scalers-builder-file][--scalers-files-dir][--specify-scaler][--output-file-path] Output: scaler-metadata-schemas.yaml ### Checklist - [X]...
Refactor Azure Log Analytics Scaler ### Checklist - [X] 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...
### Proposal Nowadays, some scalers have similar optional properties but use different property names, which can lead to user configuration errors. For example, "messageCount" in Azure Service Bus and "queueLength"...