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): update helm release keda to v2.13.1 #1740

Merged
merged 1 commit into from
Jan 20, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
keda minor 2.12.1 -> 2.13.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kedacore/keda (keda)

v2.13.0

Compare Source

New
  • General: Adds support for GCP Secret Manager as a source for TriggerAuthentication (#​4831)
  • General: Introduce new AWS Authentication (#​4134)
  • Prometheus Metrics: Expose prometheus metrics for ScaledJob resources (#​4798)
Experimental

Here is an overview of all new experimental features:

Improvements
  • General: Add CloudEventSource metrics in Prometheus & OpenTelemetry (#​3531)
  • General: Add RBAC permissions for list & watch LimitRange, and check default limits from LimitRange for validations (#​5377)
  • General: Add validations for replica counts when creating ScaledObjects (#​5288)
  • General: Bubble up AuthRef TriggerAuthentication errors as ScaledObject events (#​5190)
  • General: Enhance pod identity role assumption in AWS by directly integrating with OIDC/Federation (#​5178)
  • General: Fix issue where paused annotation being set to false still leads to ScaledObjects/ScaledJobs being paused (#​5215)
  • General: Implement credentials cache for AWS Roles to reduce AWS API calls (#​5297)
  • General: Request all ScaledObject/ScaledJob triggers in parallel (#​5276)
  • General: Support TriggerAuthentication properties from ConfigMap (#​4830)
  • General: Use client-side round-robin load balancing for gRPC calls (#​5224)
  • Azure Blob Storage Scaler: Allow to authenticate to Azure Storage using SAS tokens (#​5393)
  • Azure Pipelines Scaler: Add support for workload identity authentication (#​5013)
  • Azure Storage Queue Scaler: Allow to authenticate to Azure Storage using SAS tokens (#​5393)
  • GCP PubSub Scaler: Support distribution-valued metrics and metrics from topics (#​5070)
  • GCP Stackdriver Scaler: Support valueIfNull parameter (#​5345)
  • Hashicorp Vault: Add support to get secret that needs write operation (eg. pki) (#​5067)
  • Hashicorp Vault: Fix operator panic when spec.hashiCorpVault.credential.serviceAccount is not set (#​4964)
  • Hashicorp Vault: Fix operator panic when using root token to authenticate to vault server (#​5192)
  • Kafka Scaler: Ability to set upper bound to the number of partitions with lag (#​3997)
  • Kafka Scaler: Add support for Kerberos authentication (SASL / GSSAPI) (#​4836)
  • Kafka Scaler: Improve logging for Sarama client (#​5102)
  • Prometheus Metrics: Introduce paused ScaledObjects in Prometheus metrics (#​4430)
  • Prometheus Scaler: Add queryParameters parameter (#​4962)
  • Prometheus Scaler: Provide scaler for Amazon managed service for Prometheus (#​2214)
  • Pulsar Scaler: Support `endpointParams`` in Pulsar OAuth (#​5069)
Fixes
  • General: Admission webhook does not reject workloads with only resource limits provided (#​4802)
  • General: Fix CVE-2023-39325 in golang.org/x/net (#​5122)
  • General: Fix otelgrpc DoS vulnerability (#​5208)
  • General: Fix Pod identity not being considered when scaled target is a CRD (#​5021)
  • General: Prevented memory leak generated by not correctly cleaning http connections (#​5248)
  • General: Prevented stuck status due to timeouts during scalers generation (#​5083)
  • General: ScaledObject Validating Webhook should support dry-run=server requests (#​5306)
  • General: Set LeaderElectionNamespace to PodNamespace so leader election works in OutOfCluster mode (#​5404)
  • AWS Scalers: Ensure session tokens are included when instantiating AWS credentials (#​5156)
  • Azure Event Hub Scaler: Improve unprocessedEventThreshold calculation (#​4250)
  • Azure Pipelines: Prevent HTTP 400 errors due to poolName with spaces (#​5107)
  • GCP PubSub Scaler: Added project_id to filter for metrics queries (#​5256)
  • GCP PubSub Scaler: Respect default value of value (#​5093)
  • Github Runner Scaler: Support for custom API endpoint (#​5387)
  • NATS JetSteam Scaler: Raise an error if leader not found (#​5358)
  • Pulsar Scaler: Fix panic when auth is not used (#​5271)
  • ScaledJobs: Copy ScaledJob annotations to child Jobs (#​4594)
Deprecations

You can find all deprecations in this overview and join the discussion here.

New deprecation(s):

  • Remove support for Azure AD Pod Identity-based authentication (#​5035)
Breaking Changes
  • General: Clean up previously deprecated code in Azure Data Explorer Scaler about clientSecret for 2.13 release (#​5051)
Other
  • General: Bump K8s deps to 0.28.5 (#​5346)
  • General: Create a common utility function to get parameter value from config (#​5037)
  • General: Fix CVE-2023-45142 in OpenTelemetry (#​5089)
  • General: Fix logger in OpenTelemetry collector (#​5094)
  • General: Fix lost commit from the newly created utility function (#​5037)
  • General: Improve docker image build time through caches (#​5316)
  • General: Reduce amount of gauge creations for OpenTelemetry metrics (#​5101)
  • General: Refactor scalers package (#​5379)
  • General: Removed not required RBAC permissions (#​5261)
  • General: Support profiling for KEDA components (#​4789)
  • CPU scaler: Wait for metrics window during CPU scaler tests (#​5294)
  • Hashicorp Vault: Improve test coverage in pkg/scaling/resolver/hashicorpvault_handler (#​5195)
  • Kafka Scaler: Add more test cases for large value of LagThreshold (#​5354)
  • Openstack Scaler: Use Gophercloud SDK (#​3439)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from outductor January 19, 2024 12:21
@renovate renovate bot force-pushed the renovate/keda-2.x branch from 4a94f26 to 71bf8ed Compare January 19, 2024 15:04
@renovate renovate bot changed the title chore(deps): update helm release keda to v2.13.0 chore(deps): update helm release keda to v2.13.1 Jan 19, 2024
@outductor outductor merged commit 5ff3ed2 into main Jan 20, 2024
2 checks passed
@outductor outductor deleted the renovate/keda-2.x branch January 20, 2024 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant