Releases: kedacore/charts
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