Releases: kedacore/charts
HTTP Add-On Chart: v0.12.2
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
- @Fedosin made their first contribution in #813
- @BEvgeniyS made their first contribution in #814
Full Changelog: keda-add-ons-http-v0.12.0...keda-add-ons-http-v0.12.2
KEDA Chart: v2.19.0
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-namespaceWhat'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
- @rickbrouwer made their first contribution in #806
- @linkvt made their first contribution in #807
- @fty4 made their first contribution in #808
Full Changelog: v2.18.3...v2.19.0
HTTP Add-On Chart: v0.12.0
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
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-namespaceFull Changelog: v2.18.2...v2.18.3
KEDA Chart: v2.18.2
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-namespaceFull Changelog: v2.18.1...v2.18.2
KEDA Chart: v2.18.1
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-namespaceFull Changelog: v2.18.0...v2.18.1
KEDA Chart: v2.18.0
What's Changed
- Adding hostAliases to keda-operator deployment helm template by @EdikAndriasyan in #752
- ship v2.17.2 KEDA chart by @wozniakjan in #765
- Add a way to turn off the profiling for all three http add-on components by @jkremser in #763
- feat(metrics-server): add
dnsConfigsupport by @mkamadeus in #771 - http-add-on: Add support for defining priorityClassName by @mthemis-provenir in #770
- feat(keda): Support for dnsConfig parameter by @nitinverma9 in #772
- keda: DNS config consolidation by @wozniakjan in #773
- Allow Keda to request SA tokens by @BojanZelic in #728
- http-add-on: migrate v1.Endpoints to discoveryv1.EndpointSlices by @wozniakjan in #779
- release http-add-on v0.11.0 by @wozniakjan in #780
- chore: update Kubernetes versions in CI workflows for compatibility by @zroubalik in #782
- chore(deps): bump actions/checkout from 4 to 5 in the all-updates group by @dependabot[bot] in #776
- Add ability to add extra ENV vars to containers by @robinderooij-rl in #777
- (fix) add missing webhooks by @elsesiy in #778
- Update helm charts to support zap logging in metrics server by @aliaqel-stripe in #741
- prepare KEDA 2.18.0 by @zroubalik in #783
New Contributors
- @EdikAndriasyan made their first contribution in #752
- @mkamadeus made their first contribution in #771
- @mthemis-provenir made their first contribution in #770
- @nitinverma9 made their first contribution in #772
- @BojanZelic made their first contribution in #728
- @robinderooij-rl made their first contribution in #777
- @elsesiy made their first contribution in #778
- @aliaqel-stripe made their first contribution in #741
Full Changelog: v2.17.1...v2.18.0
HTTP Add-On Chart: v0.11.0
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
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-namespaceFull Changelog: v2.17.1...v2.17.2
KEDA Chart: v2.17.1
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-namespacecontains bugfixes mentioned in kedacore/keda#6777
Full Changelog: v2.17.0...v2.17.1