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-namespaceWhat'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
- @BEvgeniyS made their first contribution in #814
- @mattshep made their first contribution in #823
- @KyriosGN0 made their first contribution in #758
- @zammitjohn made their first contribution in #852
Full Changelog: v2.19.0...v2.20.0