Releases: kedacore/charts
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
KEDA Chart 2.3.2
Chart: v2.3.2 | App: v2.3.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
What is new?
Features
None.
Fixes / Changes
- Add Helm labels to prove ownership of CRDs (#159)
Breaking Changes
None.
Removal
None.
KEDA Chart 2.3.1
Chart: v2.3.1 | App: v2.3.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
What is new?
Features
- Support for Prometheus rules for KEDA operator (#157)
Fixes / Changes
None.
Breaking Changes
None.
Removal
None.
KEDA Chart 2.3.0
Chart: v2.3.0 | App: v2.3.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
What is new?
Features
- Add Azure Pipelines Scaler (#1706)
- Add OpenStack Metrics Scaler (#1382)
- Added basic, tls and bearer authentication support to the Prometheus scaler #1559
- Add header Origin to Apache Artemis scaler #1796
Fixes / Changes
- Azure Service Bus Scaler: Namespace from
connectionString
parameter is added tometricName
due to uniqueness violation for clusters having more than one queue with the same name (#1755) - Remove app.kubernetes.io/version label from label selectors (#1696)
- Apache Kafka Scaler: Add
allowIdleConsumers
to the list of trigger parameters (#1684) - Fixed goroutine leaks in usage of timers (#1704 | #1739)
- Setting timeouts in the HTTP client used by the IBM MQ scaler (#1758)
- Fix cleanup of removed triggers (#1768)
- Eventhub Scaler: Add trigger parameter
checkpointStrategy
to support more language-specific checkpoints (#1621) - Fix Azure Blob scaler when using multiple triggers with the same
blobContainerName
and added a optionalmetricName
field (#1816)
Breaking Changes
None.
Removal
None.
KEDA Chart 2.2.2
Chart: v2.2.2 | App: v2.2.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
What is new?
Features
- Support for enabling enable host network for KEDA metrics server (#143)
- Support for choosing log format (#145)
- Support for adding extra volumes and volume mounts (#146)
Fixes / Changes
None.
Breaking Changes
None.
Removal
None.
KEDA Chart 2.2.1
Chart: v2.2.1 | App: v2.2.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
What is new?
Features
None.
Fixes / Changes
- Automatically manage CRDs through Helm deployments (#141)
Breaking Changes
None.
Removal
None.
KEDA Chart 2.2.0
Chart: v2.2.0 | App: v2.2.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Learn more about it on #139.
What is new?
See the full list here: https://github.com/kedacore/keda/releases/tag/v2.2.0
KEDA Chart v2.1.3
Chart: v2.1.3 | App: v2.1.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Learn more about it on #139.
What is new?
Features
None.
Fixes / Changes
- Support for specifying pod labels (#130)
Breaking Changes
None.
Removal
None.
KEDA Chart v2.1.2
Chart: v2.1.2 | App: v2.1.0
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Learn more about it on #139.
What is new?
Features
None.
Fixes / Changes
- Fix missing permissions for
ClusterTriggerAuthentication
(#126)
Breaking Changes
None.
Removal
None.