Skip to content

Releases: kedacore/charts

KEDA Chart: v2.14.2

03 May 14:06
407afac
Compare
Choose a tag to compare

Chart: v2.14.2 | App: v2.14.0

TL;DR

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

What is new?

Fixes

  • ServiceAccount are correctly annotated

What's Changed

Full Changelog: v2.14.1...v2.14.2

KEDA HTTP Add-On Chart v0.8.0

02 May 06:29
f9f23e9
Compare
Choose a tag to compare

Chart: v0.8.0 | App: 0.8.0

Add-on for KEDA to scale HTTP workloads.

TL;DR

helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
helm install keda-add-ons-http kedacore/keda-add-ons-http --version 0.8.0 -n keda --create-namespace

What is new?

Features

Added support for HTTP Add-on v0.8.0

Full Changelog: keda-add-ons-http-v0.7.0...keda-add-ons-http-v0.8.0

KEDA Chart: v2.14.1

29 Apr 18:36
9ab7049
Compare
Choose a tag to compare

Chart: v2.14.1 | App: v2.14.0

TL;DR

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

What is new?

Fixes

  • ScaledJob CRD is working as expected and respects x-kubernetes-preserve-unknown-fields: true
  • RBAC allows GET * if there isn't any other more restrictive rule

KEDA Chart v2.14.0

25 Apr 13:42
b14ace6
Compare
Choose a tag to compare

Chart: v2.14.0 | App: v2.14.0

TL;DR

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

What is new?

Features

New Contributors

Full Changelog: v2.13.2...v2.14.0

KEDA Chart v2.13.2

29 Feb 16:52
c77f8af
Compare
Choose a tag to compare

Chart: v2.13.2 | App: v2.13.1

TL;DR

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

What is new?

Fixes / Changes

  • Support to KEDA v2.13.1
  • Several fixes related with prometheus integrations

What's Changed

  • fix: pod monitor port name does not match deployment spec by @pragmaticivan in #602
  • feat: Add support for metricRelabelings to Pod and Service monitors by @pragmaticivan in #603
  • feat(keda): Allow using own Cert-manager Issuer/ClusterIssuer for issuing KEDA TLS certificates by @zerodayyy in #530
  • Allow extra egress rules for the keda operator ciliumnetworkpolicy by @QuentinBisson in #610
  • chore: Add missing comment to values.yaml by @JorTurFer in #611

New Contributors

Full Changelog: v2.13.1...v2.13.2

KEDA HTTP Add-On Chart v0.7.0

22 Jan 11:16
783cf36
Compare
Choose a tag to compare

Chart: v0.7.0 | App: 0.7.0

Add-on for KEDA to scale HTTP workloads.

TL;DR

helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
helm install keda-add-ons-http kedacore/keda-add-ons-http --version 0.7.0 -n keda --create-namespace

What is new?

Features

Added support for HTTP Add-on v0.7.0

Full Changelog: keda-add-ons-http-v0.6.0...keda-add-ons-http-v0.7.0

KEDA Chart v2.13.1

19 Jan 12:57
f561a3b
Compare
Choose a tag to compare

Chart: v2.13.1 | 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.1 -n keda --create-namespace

What is new?

Fixes / Changes

  • Added missing RoleBinding (#595)

Full Changelog: v2.13.0...v2.13.1

KEDA Chart v2.13.0

19 Jan 11:49
0520e8f
Compare
Choose a tag to compare

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

KEDA Chart v2.12.1

06 Dec 11:38
66ed947
Compare
Choose a tag to compare

Chart: v2.12.1 | App: v2.12.1

TL;DR

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

What is new?

KEDA HTTP Add-On Chart v0.6.0

05 Oct 15:42
d291fbf
Compare
Choose a tag to compare

Chart: v0.6.0 | App: 0.6.0

Add-on for KEDA to scale HTTP workloads.

TL;DR

helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
helm install keda-add-ons-http kedacore/keda-add-ons-http --version 0.6.0 -n keda --create-namespace

What is new?

Features

Added support for HTTP Add-on v0.6.0

Full Changelog: keda-add-ons-http-v0.5.3...keda-add-ons-http-v0.6.0