Releases: kedacore/charts
Releases · kedacore/charts
KEDA Chart: v2.15.2
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
KEDA Chart: v2.15.1
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
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
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
- fix: ServiceAccount are correctly annotated by @JorTurFer in #636
Full Changelog: v2.14.1...v2.14.2
KEDA HTTP Add-On Chart v0.8.0
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
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
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
- Support for KEDA v2.14.0 (release notes)
- Improved RBAC
New Contributors
- @lpetrazickisupgrade made their first contribution in #608
- @iamKunal made their first contribution in #617
- @roee-hersh made their first contribution in #618
- @jkremser made their first contribution in #619
Full Changelog: v2.13.2...v2.14.0
KEDA Chart v2.13.2
Chart: v2.13.2 | App: v2.13.1
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
helm install keda kedacore/keda --version 2.13.2 -n keda --create-namespace
What is new?
Fixes / Changes
- Support to KEDA v2.13.1
- Several fixes related with prometheus integrations
What's Changed
- fix: pod monitor port name does not match deployment spec by @pragmaticivan in #602
- feat: Add support for metricRelabelings to Pod and Service monitors by @pragmaticivan in #603
- feat(keda): Allow using own Cert-manager Issuer/ClusterIssuer for issuing KEDA TLS certificates by @zerodayyy in #530
- Allow extra egress rules for the keda operator ciliumnetworkpolicy by @QuentinBisson in #610
- chore: Add missing comment to values.yaml by @JorTurFer in #611
New Contributors
- @pragmaticivan made their first contribution in #602
Full Changelog: v2.13.1...v2.13.2
KEDA HTTP Add-On Chart v0.7.0
Chart: v0.7.0 | App: 0.7.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.7.0 -n keda --create-namespace
What is new?
Features
Added support for HTTP Add-on v0.7.0
Full Changelog: keda-add-ons-http-v0.6.0...keda-add-ons-http-v0.7.0
KEDA Chart v2.13.1
Chart: v2.13.1 | App: v2.13.0
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
helm install keda kedacore/keda --version 2.13.1 -n keda --create-namespace
What is new?
Fixes / Changes
- Added missing RoleBinding (#595)
Full Changelog: v2.13.0...v2.13.1