Skip to content

Releases: kedacore/charts

keda-add-ons-http-v0.9.0

26 Dec 17:47
f8fe1c2
Compare
Choose a tag to compare

Chart: v0.9.0 | App: 0.9.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.9.0 -n keda --create-namespace

What is new?

Features

  • Added support for HTTP Add-on v0.9.0
  • TLS support to the add-on chart
  • Topology spread constraints support

New Contributors

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

KEDA Chart: v2.16.1

24 Dec 19:45
f6e3e48
Compare
Choose a tag to compare

Chart: v2.16.1 | App: v2.16.1

TL;DR

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

What is new?

  • Support for KEDA v2.16.1

v2.16.0...v2.16.1

KEDA Chart: v2.16.0

07 Nov 10:59
3ad2830
Compare
Choose a tag to compare

Chart: v2.16.0 | App: v2.16.0

TL;DR

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

What is new?

Fixes/Changes

  • Support for KEDA v2.16.0
  • Replace wildcards in RBAC objects with explicit resources and verbs (#682
  • Update cloudeventsource type list (#683)
  • Add appProtocol to services collecting metrics using mTLS (#688)
  • Update status about triggers and authentications types (#700)

New Contributors

Full Changelog: v2.15.1...v2.16.0

KEDA Chart: v2.15.2

17 Oct 07:29
4d8dff3
Compare
Choose a tag to compare

Chart: v2.15.2 | App: v2.15.1

TL;DR

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

What is new?

Fixes/Changes

v2.15.1...v2.15.2

KEDA Chart: v2.15.1

12 Aug 10:49
1373262
Compare
Choose a tag to compare

Chart: v2.15.1 | App: v2.15.1

TL;DR

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

What is new?

Fixes/Changes

  • Support to KEDA v2.15.1

KEDA Chart: v2.14.3

31 Jul 18:18
beac651
Compare
Choose a tag to compare

Chart: v2.14.3 | App: v2.14.1

TL;DR

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

What is new?

Fixes/Changes

  • Support to KEDA v2.14.1
  • Labels on cloudeventsources CRD should be the same as other CRDs
  • Broken "| default" logic for automountServiceAccountToken

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