KEDA 2.5.0 #2352
tomkerkhove
announced in
Announcements
KEDA 2.5.0
#2352
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.5.0 🎉
Here are some highlights:
subscriptionSize
is deprecated in favor ofmode
andvalue
Learn how to deploy KEDA by reading our documentation.
New
MultipleScalersCalculation
(#2016)RolloutStrategy
(#2164)Improvements
restAPITemplate
is given (#2104)SubscriptionSize
andOldestUnackedMessageAge
modes (#2266)unsafeSsl
parameter (#2157|#2320)metricName
(#2171)serverAddress
from generated metric name (#2099)queueName
andvhostName
before use them in query string (bug fix) (#2055)pageSize
(using regex) (#2162|#2319)unsafeSsl
parameter (#2157)MaxConcurrentReconciles
for controllers (#2272)ValueMetricType
using cpu_memory_scaler (#2218)IdleReplicaCount
are equal toMinReplicaCount
to be the same as the check (#2212)Deprecations
subscriptionSize
is deprecated in favor ofmode
andvalue
(#2266)Breaking Changes
Other
context.Context
values are properly passed down the stack (#2202|#2249)GetMetrics
call (#2255)github.com/kedacore/keda/v2/api/v1alpha1
->github.com/kedacore/keda/v2/apis/keda/v1alpha1
New Contributors
unsafeSsl
parameter on InfluxDB #2157rolloutStrategy
#2164Full Changelog: v2.4.0...v2.5.0
Detailed Overview
queueName
andvhostName
in RabbitMQ Scaler before use them in query string (bug fix) by @JorTurFer in EscapequeueName
andvhostName
in RabbitMQ Scaler before use them in query string (bug fix) #2055KEDA_HTTP_DEFAULT_TIMEOUT
by @JorTurFer in Adds explicit the option of settingKEDA_HTTP_DEFAULT_TIMEOUT
#2062MultipleScalersCalculation
by @TsuyoshiUshio in ScaledJob: introduceMultipleScalersCalculation
#2016dbName
property parsing by @JorTurFer in Fix MongoDBdbName
property parsing #2140restAPITemplate
is given by @Ritikaa96 in Artemis Scaler parses out broker config parameters in caserestAPITemplate
is given #2104unsafeSsl
parameter on InfluxDB by @dtsioumas in AddunsafeSsl
parameter on InfluxDB #2157serverAddress
from generated metric name by @zroubalik in Prometheus scaler: omitserverAddress
from generated metric name #2099metricName
by @zroubalik in MySQL Scaler: don't expose connection string inmetricName
#2171feature
as allowed label for stale issues, instead offeature-request
by @tomkerkhove in chore: Changefeature
as allowed label for stale issues, instead offeature-request
#2193ValueMetricType
using cpu_memory_scaler by @JorTurFer in Drop support toValueMetricType
using cpu_memory_scaler #2218rolloutStrategy
by @etamarw in ScaledJob: introducerolloutStrategy
#2164beta.kubernetes.io/os
nodeSelector is deprecated by @zroubalik inbeta.kubernetes.io/os
nodeSelector is deprecated #2280unsafeSsl
parameter in Selenium Grid scaler by @JorTurFer in AddunsafeSsl
parameter in Selenium Grid scaler #2285pageSize
to avoid conversion problems by @zroubalik in RabbitMQ: use int64 forpageSize
to avoid conversion problems #2319MaxConcurrentReconciles
for reconcilers by @zroubalik in Allow settingMaxConcurrentReconciles
for reconcilers #2272This discussion was created from the release KEDA 2.5.0.
Beta Was this translation helpful? Give feedback.
All reactions