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

fix(deps): update module github.com/kedacore/keda/v2 to v2.14.0 #1090

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/kedacore/keda/v2 v2.11.2 -> v2.14.0 age adoption passing confidence

Release Notes

kedacore/keda (github.com/kedacore/keda/v2)

v2.14.0

Compare Source

New
  • General: Provide capability to filter CloudEvents (#​3533)
  • Kafka: Support Kafka SASL MSK IAM authentication (#​5540)
  • NATS Scaler: Add TLS authentication (#​2296)
  • ScaledObject: Ability to specify initialCooldownPeriod (#​5008)
Experimental

Here is an overview of all new experimental features:

  • General: Introduce Azure Event Grid as a new CloudEvent destination (#​3587)
Improvements
  • General: Add active trigger name in ScaledObject's scale out event (#​5577)
  • General: Add command-line flag in Adapter to allow override of gRPC Authority Header (#​5449)
  • General: Add GRPC Client and Server metrics (#​5502)
  • General: Add GRPC Client support for opentelemetry (#​5698)
  • General: Add OPENTELEMETRY flag in e2e test YAML (#​5375)
  • General: Add support for cross tenant/cloud authentication when using Azure Workload Identity for TriggerAuthentication (#​5441)
  • General: Add validations.keda.sh/hpa-ownership annotation to HPA to disable ownership validation (#​5516)
  • General: Improve Prometheus metrics to align with best practices (#​4854)
  • General: Support csv-format for WATCH_NAMESPACE env var (#​5670)
  • General: Validate fallback configuration when creating ScaledObjects (#​5515)
  • Azure Event Hub Scaler: Remove usage of checkpoint offsets to account for SDK checkpointing implementation changes (#​5574)
  • GCP Pub/Sub Scaler: Add support for resolving resource names from the scale target's environment (#​5693)
  • GCP Stackdriver Scaler: Add missing parameters 'rate' and 'count' for GCP Stackdriver Scaler alignment (#​5633)
  • Metrics API Scaler: Add support for various formats: json, xml, yaml, prometheus (#​2633)
  • MongoDB Scaler: Add scheme field support srv record (#​5544)
Fixes
  • General: Fix CVE-2024-28180 in github.com/go-jose/go-jose/v3 (#​5617)
  • General: Fix fallback logic in formula-based evaluation (#​5666)
  • General: Fix wrong scaler active value and paused value that are pushed to OpenTelemetry (#​5705)
  • General: Log field ScaledJob no longer have conflicting types (#​5592)
  • General: Prometheus metrics shows errors correctly (#​5597|#​5663)
  • General: Validate empty array value of triggers in ScaledObject/ScaledJob creation (#​5520)
  • GitHub Runner Scaler: Fixed in_progress detection on running jobs instead of just queued (#​5604)
  • New Relic Scaler: Consider empty results set from query executer (#​5619)
  • RabbitMQ Scaler: HTTP Connections respect TLS configuration (#​5668)
Deprecations

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

New deprecation(s):

  • Various Prometheus metrics have been renamed to follow the preferred naming conventions. The old ones are still available, but will be removed in the future (#​4854).
Breaking Changes
  • General: TODO (#XXX)
Other
  • General: Allow E2E tests to be run against existing KEDA and/or Kafka installation (#​5595)
  • General: Bump K8s deps to 0.29.4 & add Flowcontrol to Metrics Server RBAC (#​5740)
  • General: Improve readability of utility function getParameterFromConfigV2 (#​5037)
  • General: Introduce ENABLE_OPENTELEMETRY in deploying/testing process (#​5375|#​5578)
  • General: Migrate away from unmaintained golang/mock and use uber/gomock (#​5440)
  • General: Minor refactor to reduce copy/paste code in ScaledObject webhook (#​5397)
  • General: No need to list all secret in the namespace to find just one (#​5669)
  • Kafka: Expose GSSAPI service name (#​5474)

v2.13.1

Compare Source

Fixes
  • General: Fix release asset should specify the version in keda-*-core.yaml(#​5484)
  • GCP Scalers: Properly close the connection during the scaler cleaning process (#​5448)
  • GCP Scalers: Restore previous time horizon to prevent querying issues (#​5429)
  • Prometheus Scaler: Fix for missing AWS region from metadata (#​5419)

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)
  • General: Support TriggerAuthentication properties from ConfigMap (#​4830)
  • 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)
  • Kafka Scaler: Add support for Kerberos authentication (SASL / GSSAPI) (#​4836)
  • Prometheus Metrics: Expose prometheus metrics for ScaledJob resources (#​4798)
  • Prometheus Metrics: Introduce paused ScaledObjects in Prometheus metrics (#​4430)
  • Prometheus Scaler: Provide scaler for Amazon managed service for Prometheus (#​2214)
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: Use client-side round-robin load balancing for gRPC calls (#​5224)
  • 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: Improve logging for Sarama client (#​5102)
  • Prometheus Scaler: Add queryParameters parameter (#​4962)
  • 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: 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)

v2.12.1

Compare Source

Fixes
  • General: Fix CVE-2023-39325 in golang.org/x/net (#​5122)
  • General: Fix CVE-2023-45142 in Opentelemetry (#​5089)
  • General: Fix logger in Opentelemetry collector (#​5094)
  • General: Fix otelgrpc DoS vulnerability (#​5208)
  • General: Prevented stuck status due to timeouts during scalers generation (#​5083)
  • Azure Pipelines: No more HTTP 400 errors produced by poolName with spaces (#​5107)

v2.12.0

Compare Source

New
  • General: Introduce new Google Cloud Tasks scaler (#​3613)
  • AWS SQS Scaler: Support for scaling to include delayed messages. (#​4377)
  • Governance: KEDA transitioned to CNCF Graduated project (#​63)
Experimental

Here is an overview of all new experimental features:

  • General: Introduce pushing operational metrics to an OpenTelemetry Collector (#​3078)
  • General: New apache-kafka scaler based on kafka-go library (#​4692)
  • General: Support for formula-based evaluation of metric values (#​2440|#​4998)
Improvements
  • General: Automatically set GOMAXPROCS to match Linux container CPU quota (#​4999)
  • General: Configurable Kubernetes cluster domain for Cert Manager (#​4861)
  • General: Introduce annotation autoscaling.keda.sh/paused: true for ScaledObject to pause autoscaling (#​3304)
  • General: Introduce changelog validation check during PR for formatting and order violations (#​3190)
  • General: Introduce Prometheus metrics of API server to KEDA Metric Server (#​4460)
  • General: Introduce standalone CRD generation to release workflow (#​2726)
  • General: Provide new Kubernetes events about internal state and scaling (#​3764)
  • General: Show ScaledObject/ScaledJob names to output of kubectl get triggerauthentication/clustertriggerauthentication (#​796)
  • General: Updated AWS SDK and updated all the AWS scalers (#​4905)
  • Azure Pod Identity: Introduce validation to prevent usage of empty identity ID for Azure identity providers (#​4528)
  • Kafka Scaler: Add unsafeSsl flag for kafka scaler (#​4977)
  • Prometheus Scaler: Remove trailing whitespaces in customAuthHeader and customAuthValue (#​4960)
  • Pulsar Scaler: Support for OAuth extensions (#​4700)
  • Redis Scalers: Support for TLS authentication for Redis & Redis stream scalers (#​4917)
Fixes
  • General: Add validations for stabilizationWindowSeconds (#​4976)
  • RabbitMQ Scaler: Allow subpaths along with vhost in connection string (#​2634)
  • Selenium Grid Scaler: Fix scaling based on latest browser version (#​4858)
  • Solace Scaler: Fix a bug where queueName is not properly escaped during URL encode (#​4936)
Deprecations

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

New deprecation(s):

  • None.
Breaking Changes
  • General: Remove deprecated metricName from trigger metadata section (#​4899)
Other
  • General: Fixed a typo in the StatefulSet scaling resolver (#​4902)
  • General: Only show logs with a severity level of ERROR or higher in the stderr in metrics server (#​4049)
  • General: Refactor ScaledJob related methods to be located at scale_handler (#​4781)
  • General: Replace deprecated set-output command with environment file in GitHub Actions workflows (#​4914)

Configuration

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

🚦 Automerge: Enabled.

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 review from a team as code owners May 1, 2024 15:56
Copy link
Contributor Author

renovate bot commented May 1, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading cloud.google.com/go v0.112.2
go: downloading google.golang.org/api v0.176.1
go: downloading k8s.io/api v0.29.2
go: downloading k8s.io/apimachinery v0.29.2
go: downloading k8s.io/client-go v1.5.2
go: downloading google.golang.org/grpc v1.63.2
go: downloading github.com/kedacore/keda/v2 v2.14.0
go: downloading k8s.io/apiextensions-apiserver v0.29.2
go: downloading cloud.google.com/go/compute/metadata v0.3.0
go: downloading golang.org/x/oauth2 v0.19.0
go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
go: downloading cloud.google.com/go/auth v0.3.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.53.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading github.com/expr-lang/expr v1.16.5
go: downloading github.com/evanphx/json-patch v5.8.1+incompatible
go: downloading knative.dev/pkg v0.0.0-20240423132823-3c6badc82748
go: downloading golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
go: downloading go.opentelemetry.io/otel v1.26.0
go: downloading go.opentelemetry.io/otel/trace v1.26.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.2
go: downloading go.opentelemetry.io/otel/metric v1.26.0
go: downloading golang.org/x/sync v0.7.0
go: downloading sigs.k8s.io/kustomize/api v0.17.1
go: downloading sigs.k8s.io/kustomize/kyaml v0.17.0
go: downloading k8s.io/component-base v0.29.2
go: downloading k8s.io/apiserver v0.29.2
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/klauspost/compress v1.17.7
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer imports
	k8s.io/client-go/tools/leaderelection/resourcelock: cannot find module providing package k8s.io/client-go/tools/leaderelection/resourcelock
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/aws imports
	k8s.io/client-go/tools/clientcmd: cannot find module providing package k8s.io/client-go/tools/clientcmd
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	k8s.io/client-go/kubernetes: cannot find module providing package k8s.io/client-go/kubernetes
go: github.com/k8sgpt-ai/k8sgpt/pkg/kubernetes imports
	k8s.io/client-go/plugin/pkg/client/auth/oidc: cannot find module providing package k8s.io/client-go/plugin/pkg/client/auth/oidc
go: github.com/k8sgpt-ai/k8sgpt/pkg/kubernetes imports
	k8s.io/client-go/rest: cannot find module providing package k8s.io/client-go/rest
go: github.com/k8sgpt-ai/k8sgpt/pkg/analysis tested by
	github.com/k8sgpt-ai/k8sgpt/pkg/analysis.test imports
	k8s.io/client-go/kubernetes/fake: cannot find module providing package k8s.io/client-go/kubernetes/fake
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme: cannot find module providing package k8s.io/client-go/kubernetes/scheme
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/metadata: cannot find module providing package k8s.io/client-go/metadata
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/client-go/discovery: cannot find module providing package k8s.io/client-go/discovery
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/client-go/discovery/cached/memory: cannot find module providing package k8s.io/client-go/discovery/cached/memory
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/client-go/restmapper: cannot find module providing package k8s.io/client-go/restmapper
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/plugin/pkg/client/auth/gcp: cannot find module providing package k8s.io/client-go/plugin/pkg/client/auth/gcp
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/tools/cache: cannot find module providing package k8s.io/client-go/tools/cache
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/tools/metrics: cannot find module providing package k8s.io/client-go/tools/metrics
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/util/workqueue: cannot find module providing package k8s.io/client-go/util/workqueue
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	sigs.k8s.io/controller-runtime/pkg/client/apiutil imports
	k8s.io/client-go/dynamic: cannot find module providing package k8s.io/client-go/dynamic
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer tested by
	github.com/k8sgpt-ai/k8sgpt/pkg/analyzer.test imports
	sigs.k8s.io/controller-runtime/pkg/client/fake imports
	k8s.io/client-go/testing: cannot find module providing package k8s.io/client-go/testing
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/client-go/applyconfigurations/core/v1: cannot find module providing package k8s.io/client-go/applyconfigurations/core/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/client-go/kubernetes/typed/core/v1: cannot find module providing package k8s.io/client-go/kubernetes/typed/core/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset imports
	k8s.io/client-go/util/flowcontrol: cannot find module providing package k8s.io/client-go/util/flowcontrol
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/cli-runtime/pkg/genericclioptions imports
	k8s.io/client-go/discovery/cached/disk: cannot find module providing package k8s.io/client-go/discovery/cached/disk
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/cli-runtime/pkg/genericclioptions imports
	k8s.io/client-go/tools/clientcmd/api: cannot find module providing package k8s.io/client-go/tools/clientcmd/api
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/cli-runtime/pkg/genericclioptions imports
	k8s.io/client-go/util/homedir: cannot find module providing package k8s.io/client-go/util/homedir
go: github.com/k8sgpt-ai/k8sgpt/pkg/common imports
	github.com/kedacore/keda/v2/apis/keda/v1alpha1 imports
	github.com/kedacore/keda/v2/pkg/metricscollector/webhook imports
	sigs.k8s.io/controller-runtime/pkg/metrics imports
	k8s.io/client-go/tools/leaderelection: cannot find module providing package k8s.io/client-go/tools/leaderelection
go: github.com/k8sgpt-ai/k8sgpt/pkg/common imports
	github.com/kedacore/keda/v2/apis/keda/v1alpha1 imports
	sigs.k8s.io/controller-runtime imports
	sigs.k8s.io/controller-runtime/pkg/manager imports
	k8s.io/client-go/tools/record: cannot find module providing package k8s.io/client-go/tools/record
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/client-go/tools/watch: cannot find module providing package k8s.io/client-go/tools/watch
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/cli-runtime/pkg/printers imports
	k8s.io/client-go/util/jsonpath: cannot find module providing package k8s.io/client-go/util/jsonpath
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/cli-runtime/pkg/resource imports
	k8s.io/client-go/openapi: cannot find module providing package k8s.io/client-go/openapi
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/cli-runtime/pkg/resource imports
	k8s.io/client-go/openapi3: cannot find module providing package k8s.io/client-go/openapi3
go: github.com/k8sgpt-ai/k8sgpt/pkg/common imports
	github.com/kedacore/keda/v2/apis/keda/v1alpha1 imports
	sigs.k8s.io/controller-runtime imports
	sigs.k8s.io/controller-runtime/pkg/manager imports
	sigs.k8s.io/controller-runtime/pkg/leaderelection imports
	k8s.io/client-go/kubernetes/typed/coordination/v1: cannot find module providing package k8s.io/client-go/kubernetes/typed/coordination/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/common imports
	github.com/kedacore/keda/v2/apis/keda/v1alpha1 imports
	sigs.k8s.io/controller-runtime imports
	sigs.k8s.io/controller-runtime/pkg/manager imports
	sigs.k8s.io/controller-runtime/pkg/metrics/server imports
	k8s.io/client-go/util/cert: cannot find module providing package k8s.io/client-go/util/cert
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	helm.sh/helm/v3/internal/third_party/k8s.io/kubernetes/deployment/util imports
	k8s.io/client-go/kubernetes/typed/apps/v1: cannot find module providing package k8s.io/client-go/kubernetes/typed/apps/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/kubectl/pkg/cmd/util imports
	k8s.io/client-go/openapi/cached: cannot find module providing package k8s.io/client-go/openapi/cached
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/kubectl/pkg/cmd/util imports
	k8s.io/client-go/scale: cannot find module providing package k8s.io/client-go/scale
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset imports
	k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1 imports
	k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1 imports
	k8s.io/client-go/applyconfigurations/meta/v1: cannot find module providing package k8s.io/client-go/applyconfigurations/meta/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/kubectl/pkg/cmd/util imports
	k8s.io/kubectl/pkg/util/templates imports
	k8s.io/kubectl/pkg/util/term imports
	k8s.io/client-go/tools/remotecommand: cannot find module providing package k8s.io/client-go/tools/remotecommand

@renovate renovate bot force-pushed the renovate/github.com-kedacore-keda-v2-2.x branch 3 times, most recently from fa02cc1 to 3d07191 Compare May 7, 2024 11:22
@renovate renovate bot force-pushed the renovate/github.com-kedacore-keda-v2-2.x branch 3 times, most recently from 1a7ca69 to bfdb648 Compare May 9, 2024 06:53
@renovate renovate bot force-pushed the renovate/github.com-kedacore-keda-v2-2.x branch from bfdb648 to c0e41f8 Compare May 16, 2024 14:42
Copy link
Contributor Author

renovate bot commented May 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading cloud.google.com/go v0.112.2
go: downloading google.golang.org/api v0.176.1
go: downloading k8s.io/api v0.29.2
go: downloading k8s.io/apimachinery v0.29.2
go: downloading k8s.io/client-go v1.5.2
go: downloading google.golang.org/grpc v1.63.2
go: downloading github.com/kedacore/keda/v2 v2.14.0
go: downloading sigs.k8s.io/controller-runtime v0.17.3
go: downloading k8s.io/apiextensions-apiserver v0.29.2
go: downloading cloud.google.com/go/compute/metadata v0.3.0
go: downloading golang.org/x/oauth2 v0.19.0
go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
go: downloading cloud.google.com/go/auth v0.3.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be
go: downloading github.com/prometheus/common v0.53.0
go: downloading github.com/evanphx/json-patch v5.8.1+incompatible
go: downloading github.com/expr-lang/expr v1.16.5
go: downloading knative.dev/pkg v0.0.0-20240423132823-3c6badc82748
go: downloading golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
go: downloading go.opentelemetry.io/otel v1.26.0
go: downloading go.opentelemetry.io/otel/trace v1.26.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.2
go: downloading go.opentelemetry.io/otel/metric v1.26.0
go: downloading sigs.k8s.io/kustomize/api v0.17.1
go: downloading sigs.k8s.io/kustomize/kyaml v0.17.0
go: downloading k8s.io/component-base v0.29.2
go: downloading k8s.io/apiserver v0.29.2
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer imports
	k8s.io/client-go/tools/leaderelection/resourcelock: cannot find module providing package k8s.io/client-go/tools/leaderelection/resourcelock
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/aws imports
	k8s.io/client-go/tools/clientcmd: cannot find module providing package k8s.io/client-go/tools/clientcmd
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	k8s.io/client-go/kubernetes: cannot find module providing package k8s.io/client-go/kubernetes
go: github.com/k8sgpt-ai/k8sgpt/pkg/kubernetes imports
	k8s.io/client-go/plugin/pkg/client/auth/oidc: cannot find module providing package k8s.io/client-go/plugin/pkg/client/auth/oidc
go: github.com/k8sgpt-ai/k8sgpt/pkg/kubernetes imports
	k8s.io/client-go/rest: cannot find module providing package k8s.io/client-go/rest
go: github.com/k8sgpt-ai/k8sgpt/pkg/analysis tested by
	github.com/k8sgpt-ai/k8sgpt/pkg/analysis.test imports
	k8s.io/client-go/kubernetes/fake: cannot find module providing package k8s.io/client-go/kubernetes/fake
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme: cannot find module providing package k8s.io/client-go/kubernetes/scheme
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/metadata: cannot find module providing package k8s.io/client-go/metadata
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/client-go/discovery: cannot find module providing package k8s.io/client-go/discovery
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/client-go/discovery/cached/memory: cannot find module providing package k8s.io/client-go/discovery/cached/memory
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/client-go/restmapper: cannot find module providing package k8s.io/client-go/restmapper
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/plugin/pkg/client/auth/gcp: cannot find module providing package k8s.io/client-go/plugin/pkg/client/auth/gcp
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/tools/cache: cannot find module providing package k8s.io/client-go/tools/cache
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/tools/metrics: cannot find module providing package k8s.io/client-go/tools/metrics
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/prometheus imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/util/workqueue: cannot find module providing package k8s.io/client-go/util/workqueue
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	sigs.k8s.io/controller-runtime/pkg/client/apiutil imports
	k8s.io/client-go/dynamic: cannot find module providing package k8s.io/client-go/dynamic
go: github.com/k8sgpt-ai/k8sgpt/pkg/analyzer tested by
	github.com/k8sgpt-ai/k8sgpt/pkg/analyzer.test imports
	sigs.k8s.io/controller-runtime/pkg/client/fake imports
	k8s.io/client-go/testing: cannot find module providing package k8s.io/client-go/testing
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/client-go/applyconfigurations/core/v1: cannot find module providing package k8s.io/client-go/applyconfigurations/core/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/client-go/kubernetes/typed/core/v1: cannot find module providing package k8s.io/client-go/kubernetes/typed/core/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset imports
	k8s.io/client-go/util/flowcontrol: cannot find module providing package k8s.io/client-go/util/flowcontrol
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/cli-runtime/pkg/genericclioptions imports
	k8s.io/client-go/discovery/cached/disk: cannot find module providing package k8s.io/client-go/discovery/cached/disk
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/cli-runtime/pkg/genericclioptions imports
	k8s.io/client-go/tools/clientcmd/api: cannot find module providing package k8s.io/client-go/tools/clientcmd/api
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/cli-runtime/pkg/genericclioptions imports
	k8s.io/client-go/util/homedir: cannot find module providing package k8s.io/client-go/util/homedir
go: github.com/k8sgpt-ai/k8sgpt/pkg/common imports
	github.com/kedacore/keda/v2/apis/keda/v1alpha1 imports
	github.com/kedacore/keda/v2/pkg/metricscollector/webhook imports
	sigs.k8s.io/controller-runtime/pkg/metrics imports
	k8s.io/client-go/tools/leaderelection: cannot find module providing package k8s.io/client-go/tools/leaderelection
go: github.com/k8sgpt-ai/k8sgpt/pkg/common imports
	github.com/kedacore/keda/v2/apis/keda/v1alpha1 imports
	sigs.k8s.io/controller-runtime imports
	sigs.k8s.io/controller-runtime/pkg/manager imports
	k8s.io/client-go/tools/record: cannot find module providing package k8s.io/client-go/tools/record
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/client-go/tools/watch: cannot find module providing package k8s.io/client-go/tools/watch
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/cli-runtime/pkg/printers imports
	k8s.io/client-go/util/jsonpath: cannot find module providing package k8s.io/client-go/util/jsonpath
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/cli-runtime/pkg/resource imports
	k8s.io/client-go/openapi: cannot find module providing package k8s.io/client-go/openapi
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	k8s.io/cli-runtime/pkg/resource imports
	k8s.io/client-go/openapi3: cannot find module providing package k8s.io/client-go/openapi3
go: github.com/k8sgpt-ai/k8sgpt/pkg/common imports
	github.com/kedacore/keda/v2/apis/keda/v1alpha1 imports
	sigs.k8s.io/controller-runtime imports
	sigs.k8s.io/controller-runtime/pkg/manager imports
	sigs.k8s.io/controller-runtime/pkg/leaderelection imports
	k8s.io/client-go/kubernetes/typed/coordination/v1: cannot find module providing package k8s.io/client-go/kubernetes/typed/coordination/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/common imports
	github.com/kedacore/keda/v2/apis/keda/v1alpha1 imports
	sigs.k8s.io/controller-runtime imports
	sigs.k8s.io/controller-runtime/pkg/manager imports
	sigs.k8s.io/controller-runtime/pkg/metrics/server imports
	k8s.io/client-go/util/cert: cannot find module providing package k8s.io/client-go/util/cert
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	helm.sh/helm/v3/internal/third_party/k8s.io/kubernetes/deployment/util imports
	k8s.io/client-go/kubernetes/typed/apps/v1: cannot find module providing package k8s.io/client-go/kubernetes/typed/apps/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/kubectl/pkg/cmd/util imports
	k8s.io/client-go/openapi/cached: cannot find module providing package k8s.io/client-go/openapi/cached
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/kubectl/pkg/cmd/util imports
	k8s.io/client-go/scale: cannot find module providing package k8s.io/client-go/scale
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset imports
	k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1 imports
	k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1 imports
	k8s.io/client-go/applyconfigurations/meta/v1: cannot find module providing package k8s.io/client-go/applyconfigurations/meta/v1
go: github.com/k8sgpt-ai/k8sgpt/pkg/integration/keda imports
	github.com/mittwald/go-helm-client imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/kubectl/pkg/cmd/util imports
	k8s.io/kubectl/pkg/util/templates imports
	k8s.io/kubectl/pkg/util/term imports
	k8s.io/client-go/tools/remotecommand: cannot find module providing package k8s.io/client-go/tools/remotecommand

@renovate renovate bot force-pushed the renovate/github.com-kedacore-keda-v2-2.x branch 5 times, most recently from f961e0b to d769da0 Compare May 20, 2024 08:34
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-kedacore-keda-v2-2.x branch from d769da0 to d3fb0aa Compare June 4, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Proposed
Development

Successfully merging this pull request may close these issues.

None yet

0 participants