kedacore / http-add-on

Add-on for KEDA to scale HTTP workloads
https://kedacore.github.io/http-add-on/
Apache License 2.0
372 stars 97 forks source link

chore(deps): bump github.com/kedacore/keda/v2 from 2.14.1-0.20240429185716-c55e306af94b to 2.15.0 #1105

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps github.com/kedacore/keda/v2 from 2.14.1-0.20240429185716-c55e306af94b to 2.15.0.

Release notes

Sourced from github.com/kedacore/keda/v2's releases.

v2.15.0

We are happy to release KEDA v2.15.0 🎉

Here are some highlights:

  • Add Dynatrace Scaler (#5685)
  • Add Splunk Scaler (#5904)
  • Fix panic in KedaProvider when getting metrics from Metrics Service if the gRPC Server connection is not established
  • Scalers are properly closed after being refreshed

Here are the new breaking change(s) as of this release:

  • AAD-Pod-Identity and AWS-KIAM auths have been removed (#5035|#5085)
  • Remove deprecated field cortexOrgID from Prometheus scaler (#5538)

Learn how to deploy KEDA by reading our documentation.

New Contributors

Full Changelog: https://github.com/kedacore/keda/compare/v2.14.0...v2.15.0

v2.14.1

We are happy to release KEDA v2.14.1 🎉

Here are some fixes:

  • General: Do not delete running Jobs on KEDA restart (#5656)
  • General: Fix CVE-2024-24790, CVE-2024-24789, and CVE-2024-24791 in stdlib. (#5971)
  • General: Fix CVE-2024-35255 in github.com/Azure/azure-sdk-for-go/sdk/azidentity (#5971)
  • General: Fix ScaledJob ignores failing trigger(s) error (#5922)- General: Scalers are properly closed after being refreshed (#5806)
  • GitHub Scaler: Fixed pagination, fetching repository list (#5738)
  • MongoDB Scaler: MongoDB url parses correctly +srv scheme (#5760)
Changelog

Sourced from github.com/kedacore/keda/v2's changelog.

v2.15.0

Breaking Changes

  • Authentication: AAD-Pod-Identity and AWS-KIAM auths have been removed (#5035|#5085)
  • Prometheus Scaler: Remove deprecated field cortexOrgID from Prometheus scaler (#5538)

New

  • General: Add --ca-dir flag to KEDA operator to specify directories with CA certificates for scalers to authenticate TLS connections (defaults to /custom/ca) (#5860)
  • General: Add Dynatrace Scaler (#5685)
  • General: Add Splunk Scaler (#5904)
  • General: Added eagerScalingStrategy for ScaledJob (#5114)
  • General: Provide CloudEvents around the management of ScaledObjects resources (#3522)
  • General: Support for Kubernetes v1.30 (#5828)

Experimental

Here is an overview of all new experimental features:

  • Datadog Scaler: Add support to use the Cluster Agent as source of metrics (#5355)

Improvements

  • Azure queue scaler: Added new configuration option 'queueLengthStrategy' (#4478)
  • Cassandra Scaler: Add TLS support for cassandra scaler (#5802)
  • GCP Pub/Sub: Add optional valueIfNull to allow a default scaling value and prevent errors when GCP metric returns no value. (#5896)
  • GCP Scalers: Added custom time horizon in GCP scalers (#5778)
  • IBM MQ Scaler: Add TLS support for IBM MQ scaler (#5974)
  • Kafka: Fix logic to scale to zero on invalid offset even with earliest offsetResetPolicy (#5689)
  • MYSQL Scaler: Add support to fetch username from env (#5883)
  • Postgres Scaler: Add support for access token authentication to an Azure Postgres Flexible Server (#5823)

Fixes

  • General: Fix panic in KedaProvider when getting metrics from Metrics Service if the gRPC Server connection is not established (#6009)
  • General: Scalers are properly closed after being refreshed (#5806)
  • New Relic Scaler: Fix CVE-2024-6104 in github.com/hashicorp/go-retryablehttp (#5944)

Other

  • General: Added Pre Regex check before building image in e2e test (#5783)
  • General: Check for missing CRD references and sample CRs (#5920)
  • General: Reduce the number of ScaledObject.Status updates in the fallback (#5624)
  • General: Remove deprecated Kustomize commonLabels (#5888)
  • General: Remove unused leader election parameters in metrics adapter (#5959)
  • General: Use new declarative parsing to read scaler config (#5037|#5797)
  • Azure Services: Migrated to github.com/Azure/azure-sdk-for-go (#5470)
  • IBM MQ Scaler: Adding e2e test (#1287)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Superseded by #1109.