| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
chore: migrate to KEDA v2.17.3 and fix API compatibility (#2817) * chore: migrate to KEDA v2.17.3 and fix API compatibility - Update github.com/kedacore/keda/v2 from v2.10.1 to v2.17.3 - Replace ScaledObjectAuthRef with AuthenticationRef (KEDA API change) - Update spdy executor to use NewRoundTripperWithConfig (client-go API change) - Preserve custom Dialer configuration (30s timeout, 10s keepalive) - Replace ResourceRequirements with VolumeResourceRequirements for PVC specs (k8s API change) - Update corresponding test files with same API changes * fix: update KEDA API group name in test from 'keda' to 'keda.sh' KEDA v2.17.3 uses 'keda.sh' as the API group name instead of 'keda' * fix: use k8sErrors.IsNotFound instead of checking error message The error message format can vary, so use the proper k8s error check * fix: replace deprecated bson.DefaultRegistry with custom registry * Update github.com/expr-lang/expr to v1.17.7 * fix: update code generation script and enhance deepcopy for PodDisruptionBudgets | 7 个月前 |