Skip to content

Releases: kedacore/charts

KEDA Chart 2.6.0

31 Jan 16:43
2884b01
Compare
Choose a tag to compare

Chart: v2.6.0 | App: v2.6.0

TL;DR

helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda

What is new?

Features

Fixes / Changes

None.

Breaking Changes

None.

Removal

None.

Full Changelog: v2.5.1...v2.6.0

KEDA HTTP Add-On Chart v0.3.0

27 Jan 06:54
8b10dfe
Compare
Choose a tag to compare

Chart: v0.3.0 | App: 0.3.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

What is new?

Features

Fixes / Changes

None.

Breaking Changes

None.

Removal

None.

Full Changelog: keda-add-ons-http-v0.2.2...keda-add-ons-http-v0.3.0

KEDA HTTP Add-On Chart v0.2.2

25 Jan 08:28
ec15cee
Compare
Choose a tag to compare

Chart: v0.2.2 | App: 0.2.0

Add-on for KEDA to scale HTTP workloads.

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
helm install http-add-on keda/keda-add-ons-http

What is new?

Features

Fixes / Changes

  • Add targetPendingRequests to CRD (#231 - Contributed by @avinash31d 🎉)

Breaking Changes

None.

Removal

None.

New Contributors

  • @whitesource-bolt-for-github made their first contribution in #234
  • @avinash31d made their first contribution in #231

Full Changelog: keda-add-ons-http-v0.2.1...keda-add-ons-http-v0.2.2

KEDA HTTP Add-On Chart v0.2.1

14 Jan 06:49
1ae5b23
Compare
Choose a tag to compare

Chart: v0.2.1 | App: 0.2.0

Add-on for KEDA to scale HTTP workloads.

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
helm install http-add-on keda/keda-add-ons-http

What is new?

Features

Fixes / Changes

  • Add kube-rbac-proxy list of images in values.yaml (#210 - Contributed by @Giridhar23689 🎉)

Breaking Changes

None.

Removal

None.

KEDA Chart 2.5.1

20 Dec 08:06
09488c5
Compare
Choose a tag to compare

Chart: v2.5.1 | App: v2.5.0

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm install keda/keda

What is new?

New

  • None

Improvements

  • Fix missing list & watch permissions for service account in cluster role (#216)
  • Deploy Helm charts on N+5 different Kubernetes versions in CI (#213)

Deprecations

  • None

Breaking Changes

  • None

Other

  • None

New Contributors

Full Changelog: v2.5.0...v2.5.1

KEDA Chart 2.5.0

25 Nov 18:28
b99d3c7
Compare
Choose a tag to compare

Chart: v2.5.0 | App: v2.5.0

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm install keda/keda

What is new?

New

  • Add Cassandra Scaler (#2211)
  • Add Elasticsearch Scaler (#2311)
  • Add Graphite Scaler (#1628)
  • ScaledJob: introduce MultipleScalersCalculation (#2016)
  • ScaledJob: introduce RolloutStrategy (#2164)
  • Add ScalersCache to reuse scalers unless they need changing (#2187)
  • Cache metric names provided by KEDA Metrics Server (#2279)
  • Add resource requests/limits for KEDA deployment (#183)
  • Add support to set KEDA_HTTP_DEFAULT_TIMEOUT in metrics server (#181)

Improvements

  • Use .Values.serviceAccount.name for rolebinding (#190)
  • Artemis Scaler: parse out broker config parameters in case restAPITemplate is given (#2104)
  • AWS Cloudwatch Scaler: improve metric exporting logic (#2243)
  • AWS Cloudwatch Scaler: return minimum value for the metric when cloudwatch returns empty list (#2345)
  • Azure Log Analytics Scaler: add support to provide the metric name(#2106)
  • Azure Pipelines Scaler: improve logs (#2297)
  • Cron Scaler: improve validation in case start & end input is same (#2032)
  • Cron Scaler: improve the cron validation (#2038)
  • GCP PubSub Scaler: introduce SubscriptionSize and OldestUnackedMessageAge modes (#2266)
  • GCP PubSub Scaler: add GCP identity authentication when using (#2225)
  • GCP PubSub Scaler: add possibility to reference a GCP PubSub subscription by full link, including project ID (#2269)
  • InfluxDB Scaler: add unsafeSsl parameter (#2157|#2320)
  • Metrics API Scaler: add Bearer auth (#2028)
  • MongoDB Scaler: add support to get connection data from Trigger Authorization (#2115)
  • MSSQL Scaler: add support to get connection data from Trigger Authorization (#2112)
  • MySQL Scaler: add support to get connection data from Trigger Authorization (#2113)
  • MySQL Scaler: don't expose connection string in metricName (#2171)
  • PostgreSQL Scaler: add support to get connection data from Trigger Authorization (#2114)
  • Prometheus Scaler: validating values length in Prometheus query response (#2264)
  • Prometheus Scaler: omit serverAddress from generated metric name (#2099)
  • RabbitMQ Scaler: anonymize the host in case of HTTP failure (#2041)
  • RabbitMQ Scaler: escape queueName and vhostName before use them in query string (bug fix) (#2055)
  • RabbitMQ Scaler: add custom http timeout (#2086)
  • RabbitMQ Scaler: add pageSize (using regex) (#2162|#2319)
  • Redis Scaler: upgrade library, add username and Sentinel support (#2181)
  • SeleniumGrid Scaler: add unsafeSsl parameter (#2157)
  • Stan Scaler: provide support for configuring authentication through TriggerAuthentication (#2167)
  • Allow setting MaxConcurrentReconciles for controllers (#2272)
  • Cleanup metric names inside scalers (#2260)
  • Drop support to ValueMetricType using cpu_memory_scaler (#2218)
  • Improve metric name creation to be unique using scaler index inside the scaler (#2161)
  • Improve error message if IdleReplicaCount are equal to MinReplicaCount to be the same as the check (#2212)
  • TriggerAuthentication/Vault: add support for HashiCorp Vault namespace (Vault Enterprise) (#2085)

Deprecations

  • GCP PubSub Scaler: subscriptionSize is deprecated in favor of mode and value (#2266)

Breaking Changes

  • None

Other

  • Ensure that context.Context values are properly passed down the stack (#2202|#2249)
  • Refactor AWS related scalers to reuse the AWS clients instead of creating a new one for every GetMetrics call (#2255)
  • Improve context handling in appropriate functionality in which we instantiate scalers (#2267)
  • Migrate to Kubebuilder v3 (#2082)
    • API path has been changed: github.com/kedacore/keda/v2/api/v1alpha1 -> github.com/kedacore/keda/v2/apis/keda/v1alpha1
  • Use Patch to set FallbackCondition on ScaledObject.Status (#2037)
  • Bump Golang to 1.17.3 (#2329)
  • Add Makefile mockgen targets (#2090|#2184)
  • Add github action to run e2e command "on-demand" (#2241)
  • Add execution url in the pr-e2e triggering comment and fix problem related with not starting with (#2306)

New Contributors

Full Changelog: kedacore/keda@v2.4.0...v2.5.0

KEDA Chart 2.4.0

06 Aug 08:54
fbc5b66
Compare
Choose a tag to compare

Chart: v2.4.0 | App: v2.4.0

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm install keda/keda

What is new?

New

  • Add Solace PubSub+ Event Broker scaler (#1945)
  • Add Selenium Grid scaler (#1971)
  • Add Kubernetes Workload scaler (#2010)
  • Introduce fallback functionality (#1872)
  • Introduce Idle Replica Mode (#1958)
  • Support pod conditions for pending job count calculation (ScaledJob - #1970|#2009)
  • Provide capability to configure dns policy (#170)

Improvements

  • Optimize Kafka scaler by fetching all topic offsets using a single HTTP request (#1956)
  • Adding ability to specify Kafka Broker Version (#1866)
  • Support custom metric name in RabbitMQ scaler (#1976)
  • Support using regex to select the queues in RabbitMQ scaler (#1957)
  • Extend Azure Monitor scaler to support custom metrics (#1883)
  • Support non-public cloud environments in the Azure Service Bus scaler (#1907)
  • Support non-public cloud environments in the Azure Storage Queue and Azure Storage Blob scalers (#1863)
  • Adjusts InfluxDB scaler to support queries that return integers in addition to those that return floats (#1977)
  • Allow InfluxDB authToken, serverURL, and organizationName to be sourced from (Cluster)TriggerAuthentication (#1904)
  • IBM MQ scaler password handling fix (#1939)
  • Metrics APIServer: Add ratelimiting parameters to override client (#1944)
  • Fix READY and ACTIVE fields of ScaledJob to show status when we run kubectl get sj (#1855)
  • Show HashiCorp Vault Address when using kubectl get ta or kubectl get cta (#1862)
  • Don't panic when HashiCorp Vault path doesn't exist (#1864)
  • Expose metrics port when metrics are enabled (#174)

Breaking Changes

  • Change cluster role binding name for metrics adapter (#84). Upgrading may leave a stray ClusterRoleBinding with the old name keda:system:auth-delegator behind.

Other

  • Use scaled[object/job].keda.sh/ prefix for KEDA related labels (#2008)

KEDA HTTP Add-On Chart v0.1.0

24 Jun 06:27
1ed7e70
Compare
Choose a tag to compare

Chart: v0.1.0 | App: v0.1.0

Add-on for KEDA to scale HTTP workloads.

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm install keda/keda
helm install http-add-on keda/keda-add-ons-http

KEDA Chart 2.3.2

02 Jun 05:04
6176074
Compare
Choose a tag to compare

Chart: v2.3.2 | App: v2.3.0

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm install keda/keda

What is new?

Features

None.

Fixes / Changes

  • Add Helm labels to prove ownership of CRDs (#159)

Breaking Changes

None.

Removal

None.

KEDA Chart 2.3.1

31 May 12:16
57e68fc
Compare
Choose a tag to compare

Chart: v2.3.1 | App: v2.3.0

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm install keda/keda

What is new?

Features

  • Support for Prometheus rules for KEDA operator (#157)

Fixes / Changes

None.

Breaking Changes

None.

Removal

None.