这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps github.com/kedacore/keda/v2 from 2.17.1-0.20250708210620-a239d2459a35 to 2.18.0.

Release notes

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

v2.18.0

We are happy to release KEDA 2.18.0 🎉

Here are some highlights:

  • General: Introduce new Forgejo Scaler (#6488)
  • General: Introduce new Solace Direct Messaging scaler (#6545)
  • General: Introduce new SolarWinds Scaler (#6576)
  • General: Introduce new Splunk Observability Cloud Scaler (#7152)
  • General: Introduce new Sumo Logic Scaler (#6734)
  • General: Add fallback support for triggers of Value metric type (#6655)

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

  • GCP Pub/Sub Scaler: The subscriptionSize setting is DEPRECATED and will be removed in v2.20 - Use mode and value instead (#6866)
  • Huawei Cloudeye Scaler: The minMetricValue setting is DEPRECATED and will be removed in v2.20 - Use activationTargetMetricValue instead (#6978)

Here are breaking changes as of this release:

  • General: Remove Prometheus webhook prommetrics deprecations (#6698)
  • CPU Memory scaler: The type setting is deprecated and removed, use metricType instead (#6698)
  • IBM MQ scaler: The tls setting is deprecated and removed, use unsafeSsl instead (#6698)

Learn how to deploy KEDA by reading our documentation.

New Contributors

New Contributors

... (truncated)

Changelog

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

v2.18.0

New

  • General: Add fallback support for triggers of Value metric type (#6655)
  • General: Add support for Force Activation annotation (#6903)
  • General: Add support for pause scale in annotation (#6902)
  • General: Add support for pause scale out annotation (#7022)
  • General: Enable support on s390x for KEDA (#6543)
  • General: Introduce new Forgejo Scaler (#6488)
  • General: Introduce new Solace Direct Messaging scaler (#6545)
  • General: Introduce new SolarWinds Scaler (#6576)
  • General: Introduce new Splunk Observability Cloud Scaler (#7152)
  • General: Introduce new Sumo Logic Scaler (#6734)
  • General: Support for declarative e2e test setup and filtering (#6989)
  • General: Trigger Schema Generated Tool (#6345)
  • General: Vault authentication via cross-namespace service accounts (#6153)

Improvements

  • General: Add error and event for mismatching input property (#6721)
  • General: Allow excluding labels from being propagated from ScaledObject and ScaledJob to generated HPA and Job objects (#6849)
  • General: Improve Events emitted from ScaledObject controller (#6802)
  • General: Only add webhook DNS names when webhook patching is enabled (#7002)
  • Apache Kafka Scaler: Add support for even distribution of partitions to consumers (#2581)
  • Artemis Scaler: Add TLS support with client certificates for secure HTTPS connections (#6448)
  • AWS CloudWatch Scaler: Add support for CloudWatch extended statistics (e.g P99 / TM90 and etc) (#7109)
  • Azure Pipelines Scaler: Ability to enable case-insensitive comparison of pipeline job demands (#7111)
  • Azure Pipelines Scaler: Ability to fetch only unfinished pipeline jobs for a pool (#6819)
  • Datadog Scaler: Add a specific timeout configuration parameter for the Datadog trigger (#6999)
  • Datadog Scaler: Improve Datadog scaler error messages (#6999)
  • Github Scaler: Add support to control unlabeled job/runner matching (#6900)
  • InfluxDB Scaler: Add support for InfluxDB v3 (#6981)
  • Kafka Scaler: Add support for even distribution of partitions to consumers (#2581)
  • Metrics API Scaler: Support AuthParams for authMode (#6939)
  • Metrics API Scaler: Support multiple auth methods simultaneously (#6642)
  • RabbitMQ Scaler: add DeliverGetRate, PublishedToDeliveredRatio and ExpectedQueueConsumptionTime trigger modes to RabbitMQ scaler (#7071)
  • Solace Scaler: Add hostlist support for Solace brokers (#7090)
  • Temporal Scaler: Always set temporal-namespace header on requests(#7079)
  • Temporal Scaler: Support custom tlsServerName (#6820)

Fixes

  • General: Add missing omitempty json tags in the AuthPodIdentity struct (#6779)
  • General: Correct pending pod condition logic for ScaledJobs (#6727)
  • General: Fix external push scaler deactivation behavior (#6986)
  • General: Fix parse timeout config as milliseconds instead of seconds (#6997)
  • General: Fix prefixes on envFrom elements in a deployment spec aren't being interpreted and Environment variables are not prefixed with the prefix (#6728)
  • General: Fix SIGSEGV when doing fallback of non-static behavior on any ScaleTargetRef that is neither a Deployment nor a StatefulSet (#6992)

... (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 <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.17.1-0.20250708210620-a239d2459a35 to 2.18.0.
- [Release notes](https://github.com/kedacore/keda/releases)
- [Changelog](https://github.com/kedacore/keda/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kedacore/keda/commits/v2.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Oct 13, 2025
@josegonzalez josegonzalez merged commit 60d5c40 into master Oct 13, 2025
95 of 96 checks passed
@josegonzalez josegonzalez deleted the dependabot/go_modules/plugins/scheduler-k3s/github.com/kedacore/keda/v2-2.18.0 branch October 13, 2025 22:14
github-actions bot pushed a commit that referenced this pull request Oct 17, 2025
# History

## 0.36.9

Install/update via the bootstrap script:

```shell
wget -NP . https://dokku.com/install/v0.36.9/bootstrap.sh
sudo DOKKU_TAG=v0.36.9 bash bootstrap.sh
```

### Bug Fixes

- #8032: @josegonzalez Set correct labels for tests/apps/dockerfile-release pip updates

### New Features

- #8047: @josegonzalez Add ability to disable letsencrypt for a given application or globally

### Dependencies

- #8049: @dependabot[bot] chore(deps): bump github.com/cert-manager/cert-manager from 1.19.0 to 1.19.1 in /plugins/scheduler-k3s
- #8048: @dependabot[bot] chore(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in /docs/_build
- #8042: @dependabot[bot] chore(deps): bump django from 5.1.13 to 5.2.7 in /tests/apps/dockerfile-release
- #8043: @dependabot[bot] chore(deps): bump whitenoise from 6.2.0 to 6.11.0 in /tests/apps/dockerfile-release
- #8044: @dependabot[bot] chore(deps): bump djangorestframework from 3.15.2 to 3.16.1 in /tests/apps/dockerfile-release
- #8045: @dependabot[bot] chore(deps): bump psycopg2-binary from 2.9.5 to 2.9.11 in /tests/apps/dockerfile-release
- #8046: @dependabot[bot] chore(deps): bump dj-database-url from 1.0.0 to 3.0.1 in /tests/apps/dockerfile-release
- #8041: @dependabot[bot] chore(deps): bump golang from 1.25.2 to 1.25.3 in /tests/apps/gogrpc
- #8040: @dependabot[bot] chore(deps): bump golang from 1.25.2 to 1.25.3 in /tests/apps/go-fail-predeploy
- #8039: @dependabot[bot] chore(deps): bump golang from 1.25.2 to 1.25.3 in /tests/apps/zombies-dockerfile-no-tini
- #8037: @dependabot[bot] chore(deps): bump golang from 1.25.2 to 1.25.3 in /tests/apps/go-fail-postdeploy
- #8038: @dependabot[bot] chore(deps): bump golang from 1.25.2 to 1.25.3 in /tests/apps/zombies-dockerfile-tini
- #8036: @dependabot[bot] chore(deps): bump actions/setup-node from 5 to 6
- #8033: @dependabot[bot] chore(deps): bump github.com/gofrs/flock from 0.12.1 to 0.13.0 in /plugins/scheduler-k3s
- #8034: @dependabot[bot] chore(deps): bump github.com/kedacore/keda/v2 from 2.17.1-0.20250708210620-a239d2459a35 to 2.18.0 in /plugins/scheduler-k3s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants