Releases: kedacore/charts
KEDA Chart 2.6.2
Chart: 2.6.2 | App: 2.6.1
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
What is new?
Features
- Support for KEDA v2.6.1 (release notes)
- Add extra container args config for both KEDA Operator and Metric Server(#245 - Contributed by @marco2704 🎉 )
New Contributors
- @marco2704 made their first contribution in #245
Full Changelog: v2.6.1...v2.6.2
KEDA Chart 2.6.1
Chart: v2.6.1 | App: v2.6.0
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
What is new?
Features
None.
Fixes / Changes
- Provide parameters per container for resources & security context (#239 - Contributed by @AshutoshNirkhe 🎉)
- Fix indentation of
ServiceAccount
annotations (#236 - Contributed by @bmalinconico🎉)
Breaking Changes
None.
Removal
None.
New Contributors
- @AshutoshNirkhe made their first contribution in #239
- @bmalinconico made their first contribution in #236
Full Changelog: v2.6.0...v2.6.1
KEDA Chart 2.6.0
Chart: v2.6.0 | App: v2.6.0
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
What is new?
Features
- Support for KEDA v2.6.0 (release notes)
Fixes / Changes
None.
Breaking Changes
None.
Removal
None.
Full Changelog: v2.5.1...v2.6.0
KEDA HTTP Add-On Chart v0.3.0
Chart: v0.3.0 | App: 0.3.0
Add-on for KEDA to scale HTTP workloads.
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
helm install keda-add-ons-http kedacore/keda-add-ons-http
What is new?
Features
- Use KEDA HTTP add-on (release notes)
Fixes / Changes
None.
Breaking Changes
None.
Removal
None.
Full Changelog: keda-add-ons-http-v0.2.2...keda-add-ons-http-v0.3.0
KEDA HTTP Add-On Chart v0.2.2
Chart: v0.2.2 | App: 0.2.0
Add-on for KEDA to scale HTTP workloads.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
helm install http-add-on keda/keda-add-ons-http
What is new?
Features
- Provide capability to use
nodeSelector
,tolerations
andaffinity
(#212 - Contributed by @morganchristiansson 🎉)
Fixes / Changes
- Add
targetPendingRequests
to CRD (#231 - Contributed by @avinash31d 🎉)
Breaking Changes
None.
Removal
None.
New Contributors
- @whitesource-bolt-for-github made their first contribution in #234
- @avinash31d made their first contribution in #231
Full Changelog: keda-add-ons-http-v0.2.1...keda-add-ons-http-v0.2.2
KEDA HTTP Add-On Chart v0.2.1
Chart: v0.2.1 | App: 0.2.0
Add-on for KEDA to scale HTTP workloads.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
helm install http-add-on keda/keda-add-ons-http
What is new?
Features
- Provide capability to use
nodeSelector
,tolerations
andaffinity
(#212 - Contributed by @morganchristiansson 🎉)
Fixes / Changes
- Add
kube-rbac-proxy
list of images invalues.yaml
(#210 - Contributed by @Giridhar23689 🎉)
Breaking Changes
None.
Removal
None.
KEDA Chart 2.5.1
Chart: v2.5.1 | App: v2.5.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
What is new?
New
- None
Improvements
- Fix missing
list
&watch
permissions for service account in cluster role (#216) - Deploy Helm charts on N+5 different Kubernetes versions in CI (#213)
Deprecations
- None
Breaking Changes
- None
Other
- None
New Contributors
Full Changelog: v2.5.0...v2.5.1
KEDA Chart 2.5.0
Chart: v2.5.0 | App: v2.5.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
What is new?
New
- Add Cassandra Scaler (#2211)
- Add Elasticsearch Scaler (#2311)
- Add Graphite Scaler (#1628)
- ScaledJob: introduce
MultipleScalersCalculation
(#2016) - ScaledJob: introduce
RolloutStrategy
(#2164) - Add ScalersCache to reuse scalers unless they need changing (#2187)
- Cache metric names provided by KEDA Metrics Server (#2279)
- Add resource requests/limits for KEDA deployment (#183)
- Add support to set
KEDA_HTTP_DEFAULT_TIMEOUT
in metrics server (#181)
Improvements
- Use .Values.serviceAccount.name for rolebinding (#190)
- Artemis Scaler: parse out broker config parameters in case
restAPITemplate
is given (#2104) - AWS Cloudwatch Scaler: improve metric exporting logic (#2243)
- AWS Cloudwatch Scaler: return minimum value for the metric when cloudwatch returns empty list (#2345)
- Azure Log Analytics Scaler: add support to provide the metric name(#2106)
- Azure Pipelines Scaler: improve logs (#2297)
- Cron Scaler: improve validation in case start & end input is same (#2032)
- Cron Scaler: improve the cron validation (#2038)
- GCP PubSub Scaler: introduce
SubscriptionSize
andOldestUnackedMessageAge
modes (#2266) - GCP PubSub Scaler: add GCP identity authentication when using (#2225)
- GCP PubSub Scaler: add possibility to reference a GCP PubSub subscription by full link, including project ID (#2269)
- InfluxDB Scaler: add
unsafeSsl
parameter (#2157|#2320) - Metrics API Scaler: add Bearer auth (#2028)
- MongoDB Scaler: add support to get connection data from Trigger Authorization (#2115)
- MSSQL Scaler: add support to get connection data from Trigger Authorization (#2112)
- MySQL Scaler: add support to get connection data from Trigger Authorization (#2113)
- MySQL Scaler: don't expose connection string in
metricName
(#2171) - PostgreSQL Scaler: add support to get connection data from Trigger Authorization (#2114)
- Prometheus Scaler: validating values length in Prometheus query response (#2264)
- Prometheus Scaler: omit
serverAddress
from generated metric name (#2099) - RabbitMQ Scaler: anonymize the host in case of HTTP failure (#2041)
- RabbitMQ Scaler: escape
queueName
andvhostName
before use them in query string (bug fix) (#2055) - RabbitMQ Scaler: add custom http timeout (#2086)
- RabbitMQ Scaler: add
pageSize
(using regex) (#2162|#2319) - Redis Scaler: upgrade library, add username and Sentinel support (#2181)
- SeleniumGrid Scaler: add
unsafeSsl
parameter (#2157) - Stan Scaler: provide support for configuring authentication through TriggerAuthentication (#2167)
- Allow setting
MaxConcurrentReconciles
for controllers (#2272) - Cleanup metric names inside scalers (#2260)
- Drop support to
ValueMetricType
using cpu_memory_scaler (#2218) - Improve metric name creation to be unique using scaler index inside the scaler (#2161)
- Improve error message if
IdleReplicaCount
are equal toMinReplicaCount
to be the same as the check (#2212) - TriggerAuthentication/Vault: add support for HashiCorp Vault namespace (Vault Enterprise) (#2085)
Deprecations
- GCP PubSub Scaler:
subscriptionSize
is deprecated in favor ofmode
andvalue
(#2266)
Breaking Changes
- None
Other
- Ensure that
context.Context
values are properly passed down the stack (#2202|#2249) - Refactor AWS related scalers to reuse the AWS clients instead of creating a new one for every
GetMetrics
call (#2255) - Improve context handling in appropriate functionality in which we instantiate scalers (#2267)
- Migrate to Kubebuilder v3 (#2082)
- API path has been changed:
github.com/kedacore/keda/v2/api/v1alpha1
->github.com/kedacore/keda/v2/apis/keda/v1alpha1
- API path has been changed:
- Use Patch to set FallbackCondition on ScaledObject.Status (#2037)
- Bump Golang to 1.17.3 (#2329)
- Add Makefile mockgen targets (#2090|#2184)
- Add github action to run e2e command "on-demand" (#2241)
- Add execution url in the pr-e2e triggering comment and fix problem related with not starting with (#2306)
New Contributors
- @fbalicchia made their first contribution in kedacore/keda#2051
- @chapurlatn made their first contribution in kedacore/keda#2085
- @bpinske made their first contribution in kedacore/keda#2092
- @mihaitodor made their first contribution in kedacore/keda#2137
- @dtsioumas made their first contribution in kedacore/keda#2157
- @Deichindianer made their first contribution in kedacore/keda#2212
- @jerbob92 made their first contribution in kedacore/keda#2181
- @etamarw made their first contribution in kedacore/keda#2164
- @jmalvarezf-lmes made their first contribution in kedacore/keda#2225
- @fivesheep made their first contribution in kedacore/keda#2243
- @sosoftmandruszak made their first contribution in kedacore/keda#2264
- @Friedrich42 made their first contribution in kedacore/keda#2266
- @endersonmenezes made their first contribution in kedacore/keda#2297
- @orphaner made their first contribution in kedacore/keda#2311
- @allupaku made their first contribution in kedacore/keda#2345
Full Changelog: kedacore/keda@v2.4.0...v2.5.0
KEDA Chart 2.4.0
Chart: v2.4.0 | App: v2.4.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
What is new?
New
- Add Solace PubSub+ Event Broker scaler (#1945)
- Add Selenium Grid scaler (#1971)
- Add Kubernetes Workload scaler (#2010)
- Introduce fallback functionality (#1872)
- Introduce Idle Replica Mode (#1958)
- Support pod conditions for pending job count calculation (ScaledJob - #1970|#2009)
- Provide capability to configure dns policy (#170)
Improvements
- Optimize Kafka scaler by fetching all topic offsets using a single HTTP request (#1956)
- Adding ability to specify Kafka Broker Version (#1866)
- Support custom metric name in RabbitMQ scaler (#1976)
- Support using regex to select the queues in RabbitMQ scaler (#1957)
- Extend Azure Monitor scaler to support custom metrics (#1883)
- Support non-public cloud environments in the Azure Service Bus scaler (#1907)
- Support non-public cloud environments in the Azure Storage Queue and Azure Storage Blob scalers (#1863)
- Adjusts InfluxDB scaler to support queries that return integers in addition to those that return floats (#1977)
- Allow InfluxDB
authToken
,serverURL
, andorganizationName
to be sourced from(Cluster)TriggerAuthentication
(#1904) - IBM MQ scaler password handling fix (#1939)
- Metrics APIServer: Add ratelimiting parameters to override client (#1944)
- Fix READY and ACTIVE fields of ScaledJob to show status when we run
kubectl get sj
(#1855) - Show HashiCorp Vault Address when using
kubectl get ta
orkubectl get cta
(#1862) - Don't panic when HashiCorp Vault path doesn't exist (#1864)
- Expose metrics port when metrics are enabled (#174)
Breaking Changes
- Change cluster role binding name for metrics adapter (#84). Upgrading may leave a stray ClusterRoleBinding with the old name
keda:system:auth-delegator
behind.
Other
- Use
scaled[object/job].keda.sh/
prefix for KEDA related labels (#2008)
KEDA HTTP Add-On Chart v0.1.0
Chart: v0.1.0 | App: v0.1.0
Add-on for KEDA to scale HTTP workloads.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
helm install http-add-on keda/keda-add-ons-http