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 the all-updates group with 6 updates #1279

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the all-updates group with 6 updates:

Package From To
github.com/kedacore/keda/v2 2.16.1 2.17.0
github.com/onsi/ginkgo/v2 2.23.3 2.23.4
github.com/onsi/gomega 1.36.3 1.37.0
golang.org/x/sync 0.12.0 0.13.0
google.golang.org/grpc 1.71.0 1.71.1
golang.org/x/exp 0.0.0-20241108190413-2d47ceb2692f 0.0.0-20250210185358-939b2ce775ac

Updates github.com/kedacore/keda/v2 from 2.16.1 to 2.17.0

Release notes

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

v2.17.0

We are happy to release KEDA v2.17.0 🎉

Here are some highlights:

  • Introduce new NSQ scaler (#3281)
  • Introduce new Temporal scaler (#4724)

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

  • Change InitialCooldownPeriod from int32 to *int32 (#6423)
  • Remove Prometheus metric deprecations (#6339)
  • Remove deprecated tlsCertFile from External scaler (#4549)

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

  • Deprecate NATS Streaming Server (aka Stan) (#6362)

Learn how to deploy KEDA by reading our documentation.

🗓️ The next KEDA release is currently being to be decided, learn more in our roadmap.

New Contributors

Full Changelog: kedacore/keda@v2.16.1...v2.17.0

Changelog

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

v2.17.0

New

  • General: Add support for time-bound Kubernetes ServiceAccount tokens as a source for TriggerAuthentication (#6136)
  • General: Introduce new NSQ scaler (#3281)
  • General: Introduce new Temporal scaler (#4724)

Improvements

  • General: Add Fallback option behavior for dynamic fallback calculation (#6450)
  • General: Add SecretKey to AWS SecretsManager TriggerAuthentication to allow parsing JSON / Key/Value Pairs in secrets (#5940)
  • General: Enable OpenSSF Scorecard to enhance security practices across the project (#5913)
  • General: Operator flag to control patching of webhook resources certificates (#6184)
  • Azure Log Analytics Scaler: Add custom HTTP client timeout (#6607)
  • Azure Pipelines Scaler: Introduce requireAllDemandsAndIgnoreOthers to match job demands while ignoring extras (#5579)
  • Elasticsearch Scaler: Support IgnoreNullValues at Elasticsearch scaler (#6599)
  • GitHub Scaler: Add support to use ETag for conditional requests against the Github API (#6503)
  • GitHub Scaler: Filter workflows via query parameter for improved queue count accuracy (#6519)
  • IBMMQ Scaler: Handling StatusNotFound in IBMMQ scaler (#6472)
  • MongoDB Scaler: Support float queryValue for MongoDB scaler (#6574)
  • Prometheus Scaler: Add custom HTTP client timeout (#6607)
  • RabbitMQ Scaler: Support use of the ‘vhostName’ parameter in the ‘TriggerAuthentication’ resource (#6369)
  • Selenium Grid: Add trigger param for Node enables managed downloads capability (#6570)
  • Selenium Grid: Add trigger param to set custom capabilities for matching specific Nodes (#6536)
  • Selenium Grid: Selenium Grid: Trigger param enableManagedDownloads set as true by default (#6684)

Fixes

  • General: Centralize and improve automaxprocs configuration with proper structured logging (#5970)
  • General: Fix CVE-2025-27144 and CVE-2025-22868 (#6613)
  • General: Fix CVE-2025-29786 (#6637)
  • General: Fix CVE-2025-30204 (#6641)
  • General: Fix event text when deactivation fails (#6469)
  • General: Fix fallback validation check bug (#6407)
  • General: Fix the check whether Fallback is enabled when using ScalingModifiers (#6521)
  • General: Fix waiting to reach failureThreshold before fallback (#6520)
  • General: Make sure the exposed metrics (from KEDA operator) are updated when there is a change to triggers (#6618)
  • General: Paused ScaledObject count is reported correctly after operator restart (#6321)
  • General: Reiterate fix (after #6407) for fallback validation in admission webhook. (#6538)
  • General: ScaledJobs ready status set to true when recoverred problem (#6329)
  • AWS Scalers: Add AWS region to the AWS Config Cache key (#6128)
  • External Scaler: Support server TLS without custom CA (#6606)
  • GCP Storage: GCP Storage scaler ignores folders (#6531)
  • Metrics API: Fix text format parsing error resulting in unexpected end of input stream (#6559)
  • NATS JetStream: Support for looking up account using an ID (#6611)
  • Redis Streams: Allow default value of 0 for activationLagCount (#6478)
  • Selenium Grid: Scaler logic on platformName is set empty or any (#6477)

Deprecations

... (truncated)

Commits

Updates github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.23.4

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features

  • Add automaxprocs for using CPUQuota [2b9c428]

Fixes

  • clarify gotchas about -vet flag [1f59d07]

Maintenance

  • bump dependencies [2d134d5]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features

  • Add automaxprocs for using CPUQuota [2b9c428]

Fixes

  • clarify gotchas about -vet flag [1f59d07]

Maintenance

  • bump dependencies [2d134d5]
Commits
  • 229c981 v2.23.4
  • 2d134d5 bump dependencies
  • 2b9c428 Add automaxprocs for using CPUQuota
  • 31137de Revert "Add automaxprocs to automatically match the linux container CPU Quota"
  • 91b11b8 Add automaxprocs to automatically match the linux container CPU Quota
  • cdfddb6 maybe escape quotes when you put them in a quoted string.
  • 1f59d07 clarify gotchas about -vet flag
  • 7ab7d10 bump all the things
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.36.3 to 1.37.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.37.0

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Commits

Updates golang.org/x/sync from 0.12.0 to 0.13.0

Commits

Updates google.golang.org/grpc from 1.71.0 to 1.71.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.71.1

Bug Fixes

  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#8179)
Commits

Updates golang.org/x/exp from 0.0.0-20241108190413-2d47ceb2692f to 0.0.0-20250210185358-939b2ce775ac

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/kedacore/keda/v2](https://github.com/kedacore/keda) | `2.16.1` | `2.17.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.3` | `2.23.4` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.3` | `1.37.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.12.0` | `0.13.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.71.0` | `1.71.1` |
| [golang.org/x/exp](https://github.com/golang/exp) | `0.0.0-20241108190413-2d47ceb2692f` | `0.0.0-20250210185358-939b2ce775ac` |


Updates `github.com/kedacore/keda/v2` from 2.16.1 to 2.17.0
- [Release notes](https://github.com/kedacore/keda/releases)
- [Changelog](https://github.com/kedacore/keda/blob/main/CHANGELOG.md)
- [Commits](kedacore/keda@v2.16.1...v2.17.0)

Updates `github.com/onsi/ginkgo/v2` from 2.23.3 to 2.23.4
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.3...v2.23.4)

Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.3...v1.37.0)

Updates `golang.org/x/sync` from 0.12.0 to 0.13.0
- [Commits](golang/sync@v0.12.0...v0.13.0)

Updates `google.golang.org/grpc` from 1.71.0 to 1.71.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.71.0...v1.71.1)

Updates `golang.org/x/exp` from 0.0.0-20241108190413-2d47ceb2692f to 0.0.0-20250210185358-939b2ce775ac
- [Commits](https://github.com/golang/exp/commits)

---
updated-dependencies:
- dependency-name: github.com/kedacore/keda/v2
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: golang.org/x/sync
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: google.golang.org/grpc
  dependency-version: 1.71.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20250210185358-939b2ce775ac
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency-management enhancement New feature or request labels Apr 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 7, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants