From 1a25b103f5b4e560134a094c45a773a6c1f08256 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 4 Feb 2026 08:33:12 -0500 Subject: [PATCH] Remove openstorage pinned module from unwanted-dependencies The github.com/libopenstorage/openstorage dependency was removed in 299ec97e6fa2295ccc14d22f501280164377914a, so we no longer need to pin it in hack/unwanted-dependencies.json. Signed-off-by: Davanum Srinivas --- hack/unwanted-dependencies.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hack/unwanted-dependencies.json b/hack/unwanted-dependencies.json index d9da8962867..6be998ff9b2 100644 --- a/hack/unwanted-dependencies.json +++ b/hack/unwanted-dependencies.json @@ -1,10 +1,6 @@ { "spec": { "pinnedModules": { - "github.com/libopenstorage/openstorage": { - "Version": "v1.0.0", - "Reason": "portworx csi driver has been deprecated and will be removed - https://github.com/kubernetes/enhancements/issues/2589" - }, "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc": { "Version": "v0.63.0", "Reason": "v0.64.0 has nil pointer panic when nil TracerProvider is passed - https://github.com/kubernetes/kubernetes/issues/135865"