Skip to content

KEDA 2.8.2

Compare
Choose a tag to compare
@JorTurFer JorTurFer released this 19 Jan 15:25
4027aa9

We are happy to release KEDA 2.8.2 ๐ŸŽ‰

Learn how to deploy KEDA by reading our documentation.

๐Ÿ—“๏ธ The next KEDA release is currently being estimated for March 2nd, 2023, learn more in our roadmap.

Fixes

  • General: Provide patch for CVE-2022-3172 vulnerability (#3690)
  • General: Respect optional parameter inside envs for ScaledJobs (#3568)
  • General: Close is called twice on PushScaler's deletion (#3881)
  • Azure Blob Scaler Store forgotten logger (#3811)
  • Datadog Scaler The last data point of some specific query is always null (#3906)
  • GCP Stackdriver Scalar: Update Stackdriver client to handle detecting double and int64 value types (#3777)
  • MongoDB Scaler: Username/password can contain :/?#[]@ (#3992)
  • New Relic Scaler Store forgotten logger (#3945)
  • Prometheus Scaler: Treat Inf the same as Null result (#3644)
  • NATS Jetstream: Correctly count messages that should be redelivered (waiting for ack) towards keda value (#3787)

Other

  • General: Review CodeQL rules and enable it on PRs (#4032)