KEDA v2.7.0 #3003
tomkerkhove
announced in
Announcements
KEDA v2.7.0
#3003
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are happy to release KEDA 2.7.0 🎉
Here are some highlights:
metadata.type
is deprecated in favor of the globalmetricType
for CPU, Memory, Datadog scalers (GitHub Discussion)Learn how to deploy KEDA by reading our documentation.
New
"autoscaling.keda.sh/paused-replicas"
for ScaledObjects to pause scaling at a fixed replica count. (#944)ValueMetricType
inScaledObject
for all scalers except CPU/Memory (#2030)Improvements
restoreToOriginalReplicaCount
ifScaleTarget
is missing (#2872){
to prevent panic on invalid query (#2625)metricUnavailableValue
to fill data when no Datadog metric was returned (#2657)scaleToZeroOnInvalidOffset
to control behavior when partitions have an invalid offset (#2033#2612)threshold
is not set (#2793)X-Scope-OrgID
header (#2667)vhost
for RabbitMQ when retrieving queue info withuseRegex
(#2498)maxSession
grid info when scaling. (#2618)Deprecations
metadata.type
is deprecated in favor of the globalmetricType
(#2030)Breaking Changes
None.
Other
pkg/scalers/
(#2806)iter.Next()
in favour ofiter.NextRowOrError()
(#2989)New Contributors
Full Changelog: v2.6.1...v2.7.0
This discussion was created from the release KEDA v2.7.0.
Beta Was this translation helpful? Give feedback.
All reactions