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

Bump github.com/kedacore/keda/v2 from 2.7.1 to 2.8.1 in /operator #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2022

Bumps github.com/kedacore/keda/v2 from 2.7.1 to 2.8.1.

Release notes

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

KEDA 2.8.1

We are happy to release KEDA 2.8.1 🎉

Learn how to deploy KEDA by reading our documentation.

🗓️ The next KEDA release is currently being estimated for Nov 3rd, 2022, learn more in our roadmap.

New

None.

Improvements

None.

Fixes

  • General: Prometheus metrics no longer always return 0 (#3554)
  • Datadog Scaler: Fix panic generated parsing returned metrics (#3448)
  • RabbitMQ Scaler: Parse vhost correctly if it's provided in the host url (#3602)

Deprecations

None.

Breaking Changes

None.

Other

  • General: Execute trivy scan (on PRs) only if there are changes in deps (#3540)

New Contributors

Full Changelog: kedacore/keda@v2.8.0...v2.8.1

KEDA 2.8.0

We are happy to release KEDA 2.8.0 which now has 50+ built-in scalers 🎉

Here are some highlights:

  • Introduction of new AWS DynomoDB Streams & NATS JetStream scalers.
  • Introduction of new Azure AD Workload Identity authentication provider.
  • Support for specifying minReplicaCount in ScaledJob.
  • Support to customize the HPA name.
  • Support for permission segregation when using Azure AD Pod / Workload Identity
  • Additional features to various scalers such as AWS SQS, Azure Pipelines, CPU, GCP Stackdriver, Kafka, Memory, Prometheus

... (truncated)

Changelog

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

v2.8.1

New

None.

Improvements

  • Datadog Scaler: Support multi-query metrics, and aggregation (#3423)

Fixes

  • General: Metrics endpoint returns correct HPA values (#3554)
  • Datadog Scaler: Fix: panic in datadog scaler (#3448)
  • RabbitMQ Scaler: Parse vhost correctly if it's provided in the host url (#3602)

Deprecations

None.

Breaking Changes

None.

Other

  • General: Execute trivy scan (on PRs) only if there are changes in deps (#3540)
  • General: Use re-usable workflows for GitHub Actions (#2569)

v2.8.0

New

  • General: Introduce new AWS DynamoDB Streams Scaler (#3124)
  • General: Introduce new NATS JetStream scaler (#2391)
  • General: Introduce activationThreshold/minMetricValue for all scalers (#2800)
  • General: Support for minReplicaCount in ScaledJob (#3426)
  • General: Support to customize HPA name (#3057)
  • General: Make propagation policy for ScaledJob rollout configurable (#2910)
  • General: Support for Azure AD Workload Identity as a pod identity provider. (#2487|#2656)
  • General: Support for permission segregation when using Azure AD Pod / Workload Identity. (#2656)
  • AWS SQS Queue Scaler: Support for scaling to include in-flight messages. (#3133)
  • Azure Pipelines Scaler: Support for Azure Pipelines to support demands (capabilities) (#2328)
  • CPU Scaler: Support for targeting specific container in a pod (#1378)
  • GCP Stackdriver Scaler: Added aggregation parameters (#3008)
  • Kafka Scaler: Support of passphrase encrypted PKCS #\8 private key (3449)
  • Memory Scaler: Support for targeting specific container in a pod (#1378)
  • Prometheus Scaler: Add ignoreNullValues to return error when prometheus return null in values (#3065)

Improvements

... (truncated)

Commits
  • 12783c1 chore: prepare release v2.8.1 (#3625)
  • f5b7234 fix(rabbitmq): Parse vhost correctly if it's provided in the host url (#3604)
  • 8d06f6f chore: bump deps and get rid of github.com/golang/protobuf (as a direct de...
  • 7bd9e22 feat: Add scaler governance to PR checklist (#3616)
  • c5d7ae6 Fix: panic in datadog scaler (#3617)
  • 96e5bd2 chore: Add a note about debbugging metrics server (#3608)
  • ef48177 fix: Metrics endpoint returns correct HPA value (#3584)
  • 40da2e2 fix: Cron Scaler e2e test works during min 59 (#3590)
  • 7276794 docs: Improve documentation about how to debug metrics server (#3585)
  • df0af8d chore(deps): update actions/cache action to v3.0.8 (#3577)
  • Additional commits viewable in compare view

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 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.7.1 to 2.8.1.
- [Release notes](https://github.com/kedacore/keda/releases)
- [Changelog](https://github.com/kedacore/keda/blob/main/CHANGELOG.md)
- [Commits](kedacore/keda@v2.7.1...v2.8.1)

---
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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 22, 2022
@dependabot dependabot bot requested a review from adriangonz November 22, 2022 11:18
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.

0 participants