chore(deps): update helm release keda to v2.20.2 - #904
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/keda-2.x
branch
from
September 7, 2026 16:47
cb03624 to
1fdd579
Compare
renovate
Bot
force-pushed
the
renovate/keda-2.x
branch
from
September 10, 2026 21:28
1fdd579 to
5084393
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.19.0→2.20.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kedacore/keda (keda)
v2.20.2Compare Source
Improvements
HPAActivecondition onScaledObjectmirroring the HPA's ownScalingActivestatus, so transient HPA metric gaps no longer flip theReadycondition toFalse(#7914)Fixes
CertPool(#7910)TriggerAuthenticationwhenawsSecretManager.credentialsis omitted and noawsSecretManager.podIdentityis set (#7927)customScalingStrategy.GetEffectiveMaxScalewhencustomScalingQueueLengthDeductionis omitted; the optional field is now treated as zero deduction instead of panicking (#7798)GetCurrentReplicaswhen a Deployment/StatefulSet/ReplicaSet is returned from the informer cache with an undefaultedspec.replicas; a nil value is now treated as the Kubernetes default of 1 instead of panicking (#7863)ScaledJobCRD validation to include "default" as a valid value forscalingStrategy.strategy(#7855)GetCurrentReplicasagainst nilStatus.ScaleTargetGVKRto prevent operator panics under the cache race documented in (#4389) / (#4955)""API group in events RBAC so that client-go's event broadcaster can write legacy events (#7922)BackoffinWithConnectParamsdisabled backoff and caused a zero-delay reconnect loop that flooded logs when keda-operator was unreachable (#7856)globPatternnever matching when written in path-style with a leading/, since blob names never have one (#6492)Pingfails so the background topology-monitoring connections opened bymongo.Connectare not leaked (#5612)v2.20.1Compare Source
Fixes
updateStatusthat caused panics when multiple triggers were scaling simultaneously (#7838)KEDAScalersStarted"Started scalers watch" event not being emitted for ScaledJobs because it shared an events.k8s.io aggregation key with the per-scaler "scaler is built" event (#7820)v2.20.0Compare Source
New
scalingModifiersfallback behavior (#7366)Improvements
--enable-high-cardinality-metrics-labelsto let users enable high-cardinality labels on scaler HTTP request duration metrics (#7731)--leader-election-idflag to allow configuring the leader election Lease name (#7564)keda_scaler_http_requests_total,keda_scaler_http_request_duration_seconds) for outbound HTTP requests made during scaler metric collection (#6600)KEDA_HTTP_TLS_CIPHER_LIST,KEDA_SERVICE_TLS_CIPHER_LISTandKEDA_SERVICE_MIN_TLS_VERSIONenv vars (#7617)globalHTTPTimeoutsoScalersCache.Closecannot block indefinitely (#7574)json.MarshalIndentcalls from admission webhook validation hot paths; replace spec-comparisonMarshalIndent-and-string-compare inisRemovingFinalizervariants withreflect.DeepEqual. Prevents webhook OOM under sustained admission load at large scale (observed at ~60k ScaledObjects) (#7670)groupByNodeparameter (#7628)workerDeploymentNameandworkerDeploymentBuildIdfields. DeprecatebuildId,selectAllActive, andselectUnversionedbecause those parameters are used for Rules-Based Worker Versioning, which was a short-lived experimental feature that has been deprecated in the Temporal server since December 2024 and will stop being supported soon. Users of Rules-Based Worker Versioning should use Worker Deployments instead. (#7672)Fixes
verifyScaledObjectsandverifyHpaslook up duplicate scaleTargetRef and HPA-name conflicts via indexed Lists rather than full-namespace scans, eliminating the webhook OOM under high-scale creation bursts (#7681)GetMetricswhen the gRPC connection is in Shutdown state instead of waiting for context timeout (#7251)keda_scaler_activenot being emitted for CPU and memory triggers (#4945)ScaledObjectReadyTypeinstead ofScaledJobReadyType) when transitioning to ready state (#7792)verifyReplicaCount, preventing invalid ScaledObjects from being created (#5954)GetCurrentReplicasagainst nilStatus.ScaleTargetGVKRto prevent operator panics under the cache race documented in (#4389) / (#4955)stderrthresholdwhenlogtostderris enabled by updating klog to v2.140.0 (#7568)Close()for SQS, Kinesis, DynamoDB, DynamoDB Streams, and CloudWatch scalers (#7756)unprocessedEventThresholdto prevent integer division by zero when computing lag (#7732)enableEtagsis on (#7685)authTokenoptional to support unauthenticated InfluxDB instances (#7616)serverAddressnow appends/loki/api/v1/queryto the end of existing path instead of overriding (#7648)aggregateFromKubeServiceEndpointsusing empty label selector that matched all EndpointSlices in the namespace instead of only the target service's (#7641)getMaxMsgLagwhen the configured consumer is missing instead of falling back to the stream's last sequence, preventing incorrect scale-up tomaxReplicaCount(#7657)dysnix/predictkube-libstov0.1.0(drops the predictkube path to the archived/EOLgo-grpc-prometheusand to the deprecatedgolang/protobuf) and use a portable Prometheus-API instant query for the health check so the scaler works against VictoriaMetrics, Thanos and other Prometheus-API-compatible backends (#7745)Deprecations
You can find all deprecations in this overview and join the discussion here.
Breaking Changes
subscriptionSizesetting is DEPRECATED and is removed in v2.20 - Usemodeandvalueinstead (#7720)minMetricValuesetting is DEPRECATED and is removed - UseactivationTargetMetricValueinstead (#7436)tlssetting code is removed (#6094)authTokensetting fromtriggerMetadatais DEPRECATED and is removed in v2.20 - UseauthTokenfromresolvedEnvorauthParamsinstead (#7722)Other
eventstoevents.k8s.io(#7781)authModesfield from ArangoDB, Loki, Prometheus and PredictKube scalers (#7726)TestWaitForStatecausing flaky test under-racedetector (#7542)credentialsFromJSONwithcredentialsFromJSONWithType(#7523)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.