Releases: kedacore/charts
KEDA Chart v2.1.1
Chart: v2.1.1 | App: v2.1.0
Minor fixes for our KEDA chart v2.1.0.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Learn more about it on #139.
What is new?
Features
None.
Fixes / Changes
- Allow list/watch of deployments and statefullset (#120)
- Allow read/list/get of serviceaccounts (#119)
Breaking Changes
None.
Removal
None.
KEDA Chart v2.1.0
Chart: v2.1.0 | App: v2.1.0We are happy to release KEDA v2.1.0 🎉
Here are some highlights:
- Introduction of
ClusterTriggerAuthentication
for cluster-wide trigger authentication - Introducing new InfluxDB, MongoDB & OpenStack Swift scaler
- Improvements to AWS Cloudwatch, Azure Event Hub, Kafka & Redis scalers
- Automatically determine the RabbitMQ protocol (when possible)
- Support for Redis clusters
- Performance improvements
Learn how to deploy KEDA by reading our documentation.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Learn more about it on #139.
What is new?
Features
- Global authentication credentials can be managed using
ClusterTriggerAuthentication
objects (#1452) - Introducing InfluxDB scaler (#1239)
- Introducing OpenStack Swift scaler (#1342)
- Support for Redis clusters in Redis list & Redis streams scalers (#1437)
- Use Pod Identity with Azure Event Hub scaler (#994)
- Automatically determine the RabbitMQ protocol when possible
- Support for setting the RabbitMX protocol via TriggerAuthentication (#1459, #1483)
- Support for multi-dimensional metrics in AWS Cloudwatch Scaler (#1230)
- Show
MIN/MAX
replica counts when usingkubectl get scaledobject/scaledjob
(#1534) - Introducing MongoDB scaler (#1467)
Improvements
- Support add ScaledJob's label to its job (#1311)
- Override the vhost on a RabbitMQ scaler via
vhostName
in the metadata (#1451) - Bug fix in aws_iam_authorization to utilize correct secret from env key name (#1332)
- Add metricName field to postgres scaler and auto generate if not defined (#1381)
- Mask password in postgres scaler auto generated metricName (#1381)
- Bug fix for pending jobs in ScaledJob's accurateScalingStrategy (#1323)
- Fix memory leak because of unclosed scalers (#1413)
- Optimize Kafka scaler's
getLagForPartition
function (#1464) - Reduce unnecessary /scale requests from ScaledObject controller (#1453)
- Add support for the
WATCH_NAMESPACE
environment variable to the operator (#1474) - Improve performance when fetching pod information (#1457)
- Improve performance when fetching current scaling information on Deployments (#1458)
- Improve error reporting in prometheus scaler (#1497)
- Check that metricNames are unique in ScaledObject (#1390)
- Serve OpenAPI spec from KEDA Metrics Apiserver (#1512)
- Fix unnecessary HPA updates when Resource based Trigger is used (#1541)
Breaking Changes
None.
Other
- Bump go module version to v2 (#1324)
KEDA Chart v2.0.1
Chart: v2.0.1 | App: v2.0.0
Minor improvements to how KEDA can be configured & use Helm v2 API version.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Learn more about it on #139.
What is new?
Features
- Support for adding annotations to service (#105)
Fixes / Changes
- Change Helm Chart API version to v2 (#101)
- Improved documentation on watching namespaces (#107)
- Update CRDs (#108)
Breaking Changes
None.
Removal
None.
KEDA Chart v2.0.0
Chart: v2.0.0 | App: v2.0.0
Today, we are happy to announce another milestone - KEDA 2.0 is now generally available and ready to scale all your workloads! 🎊
Learn more about this release in our blog post and easily get started.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm repo update
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Learn more about it on #139.
What is new?
Features
- Provide capability to opt-in for Prometheus monitoring
- Provide liveness & readiness probes
Fixes / Changes
- Fixed name for
PodMonitor
resource - Use Helm charts's app version as default image tag
- You can specify a different image tag through
--set image.keda.tag=<tag>
or--set image.metricsApiServer.tag=<tag>
- You can specify a different image tag through
Breaking Changes
- Removed support for Helm 2.x
- This is done to align with the official deprecation of Helm 2.x (more info)
- Use
apiregistration.k8s.io/v1
instead ofapiregistration.k8s.io/v1beta1
- Update CRDs
Removal
None
KEDA Chart v2.0.0-RC3
Chart: v2.0.0-rc3 | App: v2.0.0-rc2
We're happy to release our third KEDA 2.0.0 release candidate (RC) Helm chart which mitigates current issues with v2.0.0-rc2 by re-adding support for Helm 2.
Our goal is to release KEDA 2.0.0 stable in mid-November.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm repo update
helm install keda/keda
What is new?
Features
- Provide capability to opt-in for Prometheus monitoring
- Provide liveness & readiness probes
Fixes / Changes
- Fixed name for
PodMonitor
resource - Use Helm charts's app version as default image tag
- You can specify a different image tag through
--set image.keda.tag=<tag>
or--set image.metricsApiServer.tag=<tag>
- You can specify a different image tag through
Breaking Changes
- This is done to align with the official deprecation of Helm 2.x (more info)
- Update CRDs
Removal
None
KEDA Chart v2.0.0-RC2
Chart: v2.0.0-rc2 | App: v2.0.0-rc2
We're happy to release our second, and most likely final, KEDA 2.0.0 release candidate (RC) 🎉
Our goal is to release KEDA 2.0.0 stable in mid-November.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm repo update
helm install keda/keda
What is new?
Features
- Provide capability to opt-in for Prometheus monitoring
- Provide liveness & readiness probes
Fixes / Changes
- Fixed name for
PodMonitor
resource - Use Helm charts's app version as default image tag
- You can specify a different image tag through
--set image.keda.tag=<tag>
or--set image.metricsApiServer.tag=<tag>
- You can specify a different image tag through
Breaking Changes
- Removed support for Helm 2.x
- This is done to align with the official deprecation of Helm 2.x (more info)
- Update CRDs
Removal
None
KEDA Chart v2.0.0-RC
Chart: v2.0.0-rc | App: v2.0.0-rc
We're happy to release KEDA 2.0.0 release candidate (RC) 🎉
Our goal is to release KEDA 2.0.0 stable in mid-October.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm repo update
helm install keda/keda
What is new?
Features
- Provide capability to opt-in for Prometheus monitoring
Fixes / Changes
None
Breaking Changes
- Update CRDs
Removal
None
KEDA Chart v1.5.0
KEDA Chart v1.4.2
KEDA Chart v1.4.1
KEDA Chart v1.4.1 for KEDA v1.4.1.
Features
- Provide capability to define time encoding for operator (#41)
- KEDA v1.4.1
Improvements
None