Skip to content

Releases: kedacore/charts

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.

KEDA Chart v2.0.0

04 Nov 14:23
a3bd9b8
Compare
Choose a tag to compare

Chart: v2.0.0 | App: v2.0.0

Today, we are happy to announce another milestone - KEDA 2.0 is now generally available and ready to scale all your workloads! 🎊

Learn more about this release in our blog post and easily get started.

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm repo update

kubectl create namespace keda
helm install keda kedacore/keda --namespace 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

  • Provide capability to opt-in for Prometheus monitoring
  • Provide liveness & readiness probes

Fixes / Changes

  • Fixed name for PodMonitor resource
  • Use Helm charts's app version as default image tag
    • You can specify a different image tag through --set image.keda.tag=<tag> or --set image.metricsApiServer.tag=<tag>

Breaking Changes

  • Removed support for Helm 2.x
    • This is done to align with the official deprecation of Helm 2.x (more info)
  • Use apiregistration.k8s.io/v1 instead of apiregistration.k8s.io/v1beta1
  • Update CRDs

Removal

None

KEDA Chart v2.0.0-RC3

29 Oct 09:18
77de67a
Compare
Choose a tag to compare
KEDA Chart v2.0.0-RC3 Pre-release
Pre-release

Chart: v2.0.0-rc3 | App: v2.0.0-rc2

We're happy to release our third KEDA 2.0.0 release candidate (RC) Helm chart which mitigates current issues with v2.0.0-rc2 by re-adding support for Helm 2.

Our goal is to release KEDA 2.0.0 stable in mid-November.

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm repo update
helm install keda/keda

What is new?

Features

  • Provide capability to opt-in for Prometheus monitoring
  • Provide liveness & readiness probes

Fixes / Changes

  • Fixed name for PodMonitor resource
  • Use Helm charts's app version as default image tag
    • You can specify a different image tag through --set image.keda.tag=<tag> or --set image.metricsApiServer.tag=<tag>

Breaking Changes

  • This is done to align with the official deprecation of Helm 2.x (more info)
  • Update CRDs

Removal

None

KEDA Chart v2.0.0-RC2

26 Oct 06:23
c104f24
Compare
Choose a tag to compare
KEDA Chart v2.0.0-RC2 Pre-release
Pre-release

Chart: v2.0.0-rc2 | App: v2.0.0-rc2

We're happy to release our second, and most likely final, KEDA 2.0.0 release candidate (RC) 🎉

Our goal is to release KEDA 2.0.0 stable in mid-November.

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm repo update
helm install keda/keda

What is new?

Features

  • Provide capability to opt-in for Prometheus monitoring
  • Provide liveness & readiness probes

Fixes / Changes

  • Fixed name for PodMonitor resource
  • Use Helm charts's app version as default image tag
    • You can specify a different image tag through --set image.keda.tag=<tag> or --set image.metricsApiServer.tag=<tag>

Breaking Changes

  • Removed support for Helm 2.x
    • This is done to align with the official deprecation of Helm 2.x (more info)
  • Update CRDs

Removal

None

KEDA Chart v2.0.0-RC

02 Oct 09:20
e5479d0
Compare
Choose a tag to compare
KEDA Chart v2.0.0-RC Pre-release
Pre-release

Chart: v2.0.0-rc | App: v2.0.0-rc

We're happy to release KEDA 2.0.0 release candidate (RC) 🎉

Our goal is to release KEDA 2.0.0 stable in mid-October.

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm repo update
helm install keda/keda

What is new?

Features

  • Provide capability to opt-in for Prometheus monitoring

Fixes / Changes

None

Breaking Changes

  • Update CRDs

Removal

None

KEDA Chart v1.5.0

08 Jul 09:40
1de42a7
Compare
Choose a tag to compare

KEDA Chart v1.5.0 for KEDA v1.5.0.

Features

  • Add serviceAccount.annotations to enable Amazon Elastic Kubernetes Service IAM roles (#54)
  • Provide support for authentication with HashiCorp Vault secrets (#56)

Bugfixes

None.

Improvements

None.

KEDA Chart v1.4.2

15 Jun 09:06
9cb27e6
Compare
Choose a tag to compare

KEDA Chart v1.4.2 for KEDA v1.4.1.

Features

None

Bugfixes

  • Fix podAnnotations for KEDA deployment (#52)

Improvements

  • Remove instance count for KEDA workloads since we only support 1 instance (#51)

KEDA Chart v1.4.1

27 Apr 13:05
18a8070
Compare
Choose a tag to compare

KEDA Chart v1.4.1 for KEDA v1.4.1.

Features

  • Provide capability to define time encoding for operator (#41)
  • KEDA v1.4.1

Improvements

None