Skip to content

Releases: kedacore/charts

KEDA Chart v2.10.2

13 Apr 12:09
58bfc12
Compare
Choose a tag to compare

Chart: v2.10.2 | App: v2.10.1

TL;DR

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

What is new?

  • Support for KEDA v2.10.1 (release notes)
  • Handle custom cluster-domain values (#399- Contributed by @lucchmielowski 🎉)
  • Allow setting Certificate secretTemplate (#426- Contributed by @pharaujo 🎉)
  • Enable readOnlyRootFilesystem: true for metrics server (#402- Contributed by @JorTurFer 🎉)

Fixes / Changes

  • Fix extraVolumes and extraVolumeMounts indentation (#411 - Contributed by @joebowbeer 🎉)

Breaking Changes

None.

What's Changed

  • feat: Handle custom cluster-domain values by @lucchmielowski in #399
  • Fix extraVolumes and extraVolumeMounts indentation by @joebowbeer in #411
  • chore: enable readOnlyRootFilesystem: true for metrics server by @JorTurFer in #412
  • chore(keda): test KEDA chart in other namespaces with/without cert-manager by @JorTurFer in #414
  • fix: Use proper stage names by @tomkerkhove in #416
  • fix: Use proper stage names by @tomkerkhove in #417
  • fix: adj indent of extraVolumes & VolumeMounts in 14-keda-deployment by @iggyshu in #419
  • ci: http add on workflow now installs appropriate kedacore/keda chart for 1.23 clusters by @chrisjohnson00 in #423
  • Add resource limits and requests for the interceptor pod component by @chrisjohnson00 in #421
  • Allow setting Certificate secretTemplate by @pharaujo in #426
  • chore: Release KEDA Chart v2.10.2 (KEDA v2.10.1) by @JorTurFer in #428

New Contributors

Full Changelog: v2.10.1...v2.10.2

v2.10.1

14 Mar 10:36
ce16416
Compare
Choose a tag to compare

Chart: v2.10.1 | App: v2.10.0

TL;DR

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

What is new?

  • Provide support for adding podLabels override in the webhook deployment (#404- Contributed by @pari 🎉)
  • Include minutes and seconds to cert-manager certificates (#402- Contributed by @JorTurFer 🎉)

Fixes / Changes

Breaking Changes

None.

New Contributors

Full Changelog: v2.10.0...v2.10.1

KEDA Chart v2.10.0

09 Mar 21:19
3d0b5ec
Compare
Choose a tag to compare

Chart: v2.10.0 | App: v2.10.0

TL;DR

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

What is new?

  • New support for cert-manager for certificate rotation (#371)
  • New support for validating webhooks (#352)

Fixes / Changes

Breaking Changes

None.

KEDA Chart v2.9.4

16 Feb 12:12
939442f
Compare
Choose a tag to compare

Chart: v2.9.4 | App: v2.9.3

TL;DR

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

What is new?

Fixes / Changes

Breaking Changes

None.

KEDA Chart v2.8.4

30 Jan 17:29
d8ceedd
Compare
Choose a tag to compare

Chart: v2.8.4 | App: v2.8.2

TL;DR

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

What is new?

Fixes / Changes

  • Ensure chart works on k8s 1.17 #375

Breaking Changes

None.

KEDA HTTP Add-On Chart v0.4.1

30 Jan 09:27
c18d9d5
Compare
Choose a tag to compare

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

What is new?

Features

  • Support for KEDA HTTP Add-on v0.4.0 (release notes)
  • Use 3 replicas as minimum for interceptor (#358)

Fixes / Changes

None.

Breaking Changes

None.

Removal

None.

Full Changelog: keda-add-ons-http-v0.3.1...keda-add-ons-http-v0.4.1

KEDA Chart v2.8.3

19 Jan 16:58
60dfb4e
Compare
Choose a tag to compare

Chart: v2.8.3 | App: v2.8.2

TL;DR

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

What is new?

Fixes / Changes

Breaking Changes

None.

KEDA Chart v2.9.3

16 Jan 22:12
Compare
Choose a tag to compare

Chart: v2.9.3 | App: v2.9.2

TL;DR

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

What is new?

Fixes / Changes

Breaking Changes

None.

KEDA Chart v2.9.2

16 Jan 18:48
d0096df
Compare
Choose a tag to compare

Chart: v2.9.2 | App: v2.9.2

TL;DR

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

What is new?

Fixes / Changes

Breaking Changes

None.

KEDA HTTP Add-On Chart v0.3.1

06 Jan 07:48
456cc6b
Compare
Choose a tag to compare

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

What is new?

Features

  • Automatically add interceptor deployment name to scaler config (#251)
  • Provide support for image pull secret in HTTP add-on (#296)

Fixes / Changes

  • Fix compatibility with Traefik (#286)

Breaking Changes

None.

Removal

None.

New Contributors

Full Changelog: keda-add-ons-http-v0.3.0...keda-add-ons-http-v0.3.1