build(helm): update keda to 2.20.1#149
Open
ocfbot wants to merge 1 commit into
Open
Conversation
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.1Release Notes
kedacore/keda (keda)
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
--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
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)