Skip to content

Releases: kedacore/charts

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

KEDA Chart: v2.17.2

18 Jun 15:57
1f20163

Choose a tag to compare

Chart: v2.17.2 | App: v2.17.2

TL;DR

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

Full Changelog: v2.17.1...v2.17.2

KEDA Chart: v2.17.1

15 May 15:22
cd8a958

Choose a tag to compare

Chart: v2.17.1 | App: v2.17.1

TL;DR

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

contains bugfixes mentioned in kedacore/keda#6777

Full Changelog: v2.17.0...v2.17.1