Skip to content

KEDA Chart v2.8.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 10 Aug 07:59
· 209 commits to main since this release
e2553bf

Chart: v2.8.0 | App: v2.8.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.8.0 (release notes)
  • Support for controlling replica count of metric server* (#295)
  • Support for controlling timestamp format in KEDA operator (#278)
  • Support for relabelling metrics in Prometheus (#287 - Contributed by @bmiguel-teixeira 🎉)
  • Support for defining affinity for Metrics API and/or operator (#294 - Contributed by @aslafy-z 🎉)
  • Support for defining update strategy for Metrics API and/or operator (#292 - Contributed by @aslafy-z 🎉)
  • Support for using AutomountServiceAccountToken (#258 Contributed by @ph311o 🎉)

⚠️ While you can run more replicas of our metric server, only one instance will used and serve traffic.

You can run multiple replicas, but they will not improve the performance of KEDA, it could only reduce downtime during a failover.

Fixes / Changes

  • Improve Prometheus workload labelling to only be used when pod monitor is not enabled (#279 - Contributed by @mhowell24 🎉)

Breaking Changes

None.

Removal

None.

New Contributors

Full Changelog: v2.7.2...v2.8.0