Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/kedacore/keda/v2 from 2.13.1 to 2.15.0 #830

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps github.com/kedacore/keda/v2 from 2.13.1 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: kedacore/keda@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)

... (truncated)

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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/kedacore/keda/v2 [>= 2.14.a, < 2.15]

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 will merge this PR once CI passes on it, as requested by @rhacs-bot.


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 <dependency name> 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)

Bumps [github.com/kedacore/keda/v2](https://github.com/kedacore/keda) from 2.13.1 to 2.15.0.
- [Release notes](https://github.com/kedacore/keda/releases)
- [Changelog](https://github.com/kedacore/keda/blob/main/CHANGELOG.md)
- [Commits](kedacore/keda@v2.13.1...v2.15.0)

---
updated-dependencies:
- dependency-name: github.com/kedacore/keda/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from janisz as a code owner August 7, 2024 16:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 7, 2024
Copy link

@rhacs-bot rhacs-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 728b662 into main Aug 9, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/kedacore/keda/v2-2.15.0 branch August 9, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant