Skip to content

Releases: kedacore/charts

KEDA Chart 2.3.1

31 May 12:16
57e68fc
Compare
Choose a tag to compare

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

27 May 12:39
e04fd02
Compare
Choose a tag to compare

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 to metricName 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 optional metricName field (#1816)

Breaking Changes

None.

Removal

None.

KEDA Chart 2.2.2

27 Apr 05:22
1b12a48
Compare
Choose a tag to compare

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

14 Apr 17:28
b3ad4da
Compare
Choose a tag to compare

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

18 Mar 19:34
2cf4f7f
Compare
Choose a tag to compare

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

15 Mar 14:05
56d5409
Compare
Choose a tag to compare

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

02 Mar 09:59
39a851f
Compare
Choose a tag to compare

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.

KEDA Chart v2.1.1

28 Jan 14:45
4b59861
Compare
Choose a tag to compare

Chart: v2.1.1 | App: v2.1.0

Minor fixes for our KEDA chart 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

  • Allow list/watch of deployments and statefullset (#120)
  • Allow read/list/get of serviceaccounts (#119)

Breaking Changes

None.

Removal

None.

KEDA Chart v2.1.0

27 Jan 16:40
d412860
Compare
Choose a tag to compare

Chart: v2.1.0 | App: v2.1.0We are happy to release KEDA v2.1.0 🎉

Here are some highlights:

  • Introduction of ClusterTriggerAuthentication for cluster-wide trigger authentication
  • Introducing new InfluxDB, MongoDB & OpenStack Swift scaler
  • Improvements to AWS Cloudwatch, Azure Event Hub, Kafka & Redis scalers
  • Automatically determine the RabbitMQ protocol (when possible)
  • Support for Redis clusters
  • Performance improvements

Learn how to deploy KEDA by reading our documentation.

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

  • Global authentication credentials can be managed using ClusterTriggerAuthentication objects (#1452)
  • Introducing InfluxDB scaler (#1239)
  • Introducing OpenStack Swift scaler (#1342)
  • Support for Redis clusters in Redis list & Redis streams scalers (#1437)
  • Use Pod Identity with Azure Event Hub scaler (#994)
  • Automatically determine the RabbitMQ protocol when possible
  • Support for setting the RabbitMX protocol via TriggerAuthentication (#1459, #1483)
  • Support for multi-dimensional metrics in AWS Cloudwatch Scaler (#1230)
  • Show MIN/MAX replica counts when using kubectl get scaledobject/scaledjob (#1534)
  • Introducing MongoDB scaler (#1467)

Improvements

  • Support add ScaledJob's label to its job (#1311)
  • Override the vhost on a RabbitMQ scaler via vhostName in the metadata (#1451)
  • Bug fix in aws_iam_authorization to utilize correct secret from env key name (#1332)
  • Add metricName field to postgres scaler and auto generate if not defined (#1381)
  • Mask password in postgres scaler auto generated metricName (#1381)
  • Bug fix for pending jobs in ScaledJob's accurateScalingStrategy (#1323)
  • Fix memory leak because of unclosed scalers (#1413)
  • Optimize Kafka scaler's getLagForPartition function (#1464)
  • Reduce unnecessary /scale requests from ScaledObject controller (#1453)
  • Add support for the WATCH_NAMESPACE environment variable to the operator (#1474)
  • Improve performance when fetching pod information (#1457)
  • Improve performance when fetching current scaling information on Deployments (#1458)
  • Improve error reporting in prometheus scaler (#1497)
  • Check that metricNames are unique in ScaledObject (#1390)
  • Serve OpenAPI spec from KEDA Metrics Apiserver (#1512)
  • Fix unnecessary HPA updates when Resource based Trigger is used (#1541)

Breaking Changes

None.

Other

  • Bump go module version to v2 (#1324)

KEDA Chart v2.0.1

23 Dec 18:38
38ffda3
Compare
Choose a tag to compare

Chart: v2.0.1 | App: v2.0.0

Minor improvements to how KEDA can be configured & use Helm v2 API version.

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

  • Support for adding annotations to service (#105)

Fixes / Changes

  • Change Helm Chart API version to v2 (#101)
  • Improved documentation on watching namespaces (#107)
  • Update CRDs (#108)

Breaking Changes

None.

Removal

None.