Skip to content

KEDA Chart v2.13.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 19 Jan 11:49
· 54 commits to main since this release
0520e8f

Chart: v2.13.0 | App: v2.13.0

TL;DR

helm repo add kedacore https://kedacore.github.io/charts
helm repo update
helm install keda kedacore/keda --version 2.13.0 -n keda --create-namespace

What is new?

Features

  • Support for KEDA v2.13.0 (release notes)
  • Support profiling for KEDA components (#549)
  • Support for disabling compression (#554)
  • Support for CRD-specific annotations (#584)
  • Support for Cilium network policies (#558)
  • Support for TLS configuration for ServiceMonitor (#591)
  • Allow image registry override for all keda components (#557)
  • Introduce RBAC rule to allow access to LimitRange (#588)

Fixes / Changes

  • Added configuration for validation webhook (#553)
  • Add missing port in KEDA operator (#552)
  • Fix the service port name for webhook to avoid breaking istio (#551)
  • Show only logs with a severity level of ERROR or higher in the stderr (#506)

Breaking Changes

None.

Removal

None.

New Contributors

Full Changelog: v2.12.0...v2.13.0