Skip to content

Releases: kedacore/charts

KEDA Chart: v2.20.1

08 Jun 18:16
355e50d

Choose a tag to compare

Chart: v2.20.1 | App: v2.20.1

Upstream release: https://github.com/kedacore/keda/releases/tag/v2.20.1

TL;DR

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

What's Changed

  • Fix missing tolerations keyword by @miqm in #862
  • Simplifying if/else to with, including copilot instructions (nindent fix follow-up) by @TBeijen in #869
  • keda: grant admission webhook RBAC to emit events by @wozniakjan in #872
  • Prepare 2.20.1 by @wozniakjan in #874

New Contributors

Full Changelog: v2.20.0...v2.20.1

KEDA Chart: v2.20.0

01 Jun 16:20
4a08986

Choose a tag to compare

Chart: v2.20.0 | App: v2.20.0

Upstream release: https://github.com/kedacore/keda/releases/tag/v2.20.0

TL;DR

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

What's Changed

  • Fix remaining empty annotations: keys in chart templates by @BEvgeniyS in #814
  • chore: Add replicasets to RBAC for informer cache by @mattshep in #823
  • feat: support different node selector and toleration for operator, metric server and webhooks by @KyriosGN0 in #758
  • ability to disable metrics server deployment by @zroubalik in #819
  • operator cert auto-management: make APIService cert injections optional by @wozniakjan in #832
  • keda-operator: configurable leader election lease resource name by @wozniakjan in #836
  • Deploy with KEDA_HTTP_TLS_CIPHER_LIST, KEDA_SERVICE_MIN_TLS_VERSION and KEDA_SERVICE_TLS_CIPHER_LIST env vars by @joelsmith in #842
  • fix(keda): don't gate cert rotation on metrics server being enabled by @zammitjohn in #852
  • fix: secret rbac in restricted mode with cert-manager enabled by @wozniakjan in #856
  • keda: sync CRDs for 2.20 release by @wozniakjan in #859
  • RBAC change from "events" to "events.k8s.io" by @zroubalik in #858
  • Prepare 2.20.0 by @wozniakjan in #860

New Contributors

Full Changelog: v2.19.0...v2.20.0

HTTP Add-On Chart: v0.12.2

19 Feb 15:47
75a998b

Choose a tag to compare

Chart: v0.12.2 | App: 0.12.2

Add-on for KEDA to scale HTTP workloads.

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.12.2 -n keda --create-namespace

What's Changed

  • chore: release http-add-on v0.12.1 by @linkvt in #812
  • fix(http-add-on): use admin port for interceptor health probes by @linkvt in #817
  • fix(http-add-on): set endpointsCachePollingIntervalMS to actual min by @linkvt in #815
  • feat(http-add-on): increase connection pool defaults for higher throughput by @Fedosin in #820

New Contributors

Full Changelog: keda-add-ons-http-v0.12.0...keda-add-ons-http-v0.12.2

KEDA Chart: v2.19.0

02 Feb 10:50
86f514c

Choose a tag to compare

Chart: v2.19.0 | App: v2.19.0

Upstream release: https://github.com/kedacore/keda/releases/tag/v2.19.0

TL;DR

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

What's Changed

  • chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 in the all-updates group by @dependabot[bot] in #803
  • Update link to maintainers by @rickbrouwer in #806
  • feat(http-add-on): replace kube-rbac-proxy with native secure metrics by @linkvt in #807
  • chore(http-add-on): release http-add-on v0.12.0 by @linkvt in #809
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the all-updates group by @dependabot[bot] in #810
  • feat(keda): add k8s networkPolicy by @fty4 in #808
  • Prepare 2.19.0 by @zroubalik in #811

New Contributors

Full Changelog: v2.18.3...v2.19.0

HTTP Add-On Chart: v0.12.0

29 Jan 10:03
b1b412f

Choose a tag to compare

Chart: v0.12.0 | App: 0.12.0

Add-on for KEDA to scale HTTP workloads.

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.12.0 -n keda --create-namespace

⚠️ ⚠️ ⚠️ Important ⚠️ ⚠️ ⚠️

HTTPScaledObject CRD must be updated (#1419)

You must update the HTTPScaledObject CRD before upgrading the operator. The .status.conditions field now uses the standard Kubernetes metav1.Condition format. If you have tooling that parses HTTPScaledObject conditions, update it to expect standard fields (lastTransitionTime, observedGeneration).

This fixes duplicate Ready conditions that caused issues with GitOps tools like ArgoCD and Flux.

Highlights

  • Wildcard host matching
  • HTTP header-based routing
  • Full-duplex HTTP/1.1 support
  • Performance improvements
  • HTTPScaledObject status refinement
  • Deprecation of kube-rbac-proxy

Full Chart Changelog: keda-add-ons-http-v0.11.0...keda-add-ons-http-v0.12.0
Full App Changelog: kedacore/http-add-on@v0.11.1...v0.12.0

KEDA Chart: v2.18.3

22 Dec 11:58
801208a

Choose a tag to compare

Chart: v2.18.3 | App: v2.18.3

TL;DR

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

Full Changelog: v2.18.2...v2.18.3

KEDA Chart: v2.18.2

08 Dec 14:28
ced24e0

Choose a tag to compare

Chart: v2.18.2 | App: v2.18.2

TL;DR

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

Full Changelog: v2.18.1...v2.18.2

KEDA Chart: v2.18.1

29 Oct 20:35
5572cca

Choose a tag to compare

Chart: v2.18.1 | App: v2.18.1

TL;DR

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

Full Changelog: v2.18.0...v2.18.1

KEDA Chart: v2.18.0

08 Oct 09:16
c06731e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.17.1...v2.18.0

HTTP Add-On Chart: v0.11.0

25 Sep 10:05
fe19704

Choose a tag to compare

Chart: v0.11.0 | App: 0.11.0

Add-on for KEDA to scale HTTP workloads.

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.11.0 -n keda --create-namespace

New notable features

  • WebSocket support
  • No longer uses deprecated Endpoints (replaced by EndpointSlices)
  • Failover route when cold-start time runs out
  • Configurable go profiling

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