Skip to content

Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.19.1 #717

Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.19.1

Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.19.1 #717

Triggered via pull request November 1, 2024 10:10
Status Failure
Total duration 49s
Artifacts

deps.yml

on: pull_request
dependency-review
12s
dependency-review
govulncheck
42s
govulncheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
govulncheck: controllers/elbv2/eventhandlers/endpoints.go#L28
cannot use (*enqueueRequestsForEndpointsEvent)(nil) (value of type *enqueueRequestsForEndpointsEvent) as handler.TypedEventHandler[client.Object, reconcile.Request] value in variable declaration: *enqueueRequestsForEndpointsEvent does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
govulncheck: controllers/elbv2/eventhandlers/endpointslices.go#L31
cannot use (*enqueueRequestsForEndpointSlicesEvent)(nil) (value of type *enqueueRequestsForEndpointSlicesEvent) as handler.TypedEventHandler[client.Object, reconcile.Request] value in variable declaration: *enqueueRequestsForEndpointSlicesEvent does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
govulncheck: controllers/elbv2/eventhandlers/endpoints.go#L22
cannot use &enqueueRequestsForEndpointsEvent{…} (value of type *enqueueRequestsForEndpointsEvent) as handler.TypedEventHandler[client.Object, reconcile.Request] value in return statement: *enqueueRequestsForEndpointsEvent does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
govulncheck: controllers/elbv2/eventhandlers/endpointslices.go#L25
cannot use &enqueueRequestsForEndpointSlicesEvent{…} (value of type *enqueueRequestsForEndpointSlicesEvent) as handler.TypedEventHandler[client.Object, reconcile.Request] value in return statement: *enqueueRequestsForEndpointSlicesEvent does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
govulncheck: controllers/elbv2/eventhandlers/node.go#L22
cannot use &enqueueRequestsForNodeEvent{…} (value of type *enqueueRequestsForNodeEvent) as handler.TypedEventHandler[client.Object, reconcile.Request] value in return statement: *enqueueRequestsForNodeEvent does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
govulncheck: controllers/elbv2/eventhandlers/service.go#L22
cannot use &enqueueRequestsForServiceEvent{…} (value of type *enqueueRequestsForServiceEvent) as handler.TypedEventHandler[client.Object, reconcile.Request] value in return statement: *enqueueRequestsForServiceEvent does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
govulncheck: controllers/elbv2/targetgroupbinding_controller.go#L197
cannot use workqueue.NewItemExponentialFailureRateLimiter(5 * time.Millisecond, r.maxExponentialBackoffDelay) (value of type workqueue.RateLimiter) as workqueue.TypedRateLimiter[reconcile.Request] value in struct literal: workqueue.RateLimiter does not implement workqueue.TypedRateLimiter[reconcile.Request] (wrong type for method Forget)
govulncheck: controllers/ingress/eventhandlers/ingress_class_events.go#L29
cannot use (*enqueueRequestsForIngressClassEvent)(nil) (value of type *enqueueRequestsForIngressClassEvent) as handler.TypedEventHandler[*"k8s.io/api/networking/v1".IngressClass] value in variable declaration
govulncheck: controllers/ingress/eventhandlers/ingress_class_params_events.go#L29
cannot use (*enqueueRequestsForIngressClassParamsEvent)(nil) (value of type *enqueueRequestsForIngressClassParamsEvent) as handler.TypedEventHandler[*"sigs.k8s.io/aws-load-balancer-controller/apis/elbv2/v1beta1".IngressClassParams] value in variable declaration
govulncheck: controllers/ingress/eventhandlers/ingress_events.go#L28
cannot use (*enqueueRequestsForIngressEvent)(nil) (value of type *enqueueRequestsForIngressEvent) as handler.TypedEventHandler[*"k8s.io/api/networking/v1".Ingress] value in variable declaration
govulncheck
Both go-version and go-version-file inputs are specified, only go-version will be used