-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
devfile/registry-operator
#60Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructuredependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Which area/kind this issue is related to?
/area registry
Issue Description
As part of #1303 we should check if we can update the dependency (direct or indirect) of k8s.io/apimachinery
. This dependency is using the golang.org/x/[email protected]
which should be updated to a newer version.
As inside go.mod
we are including the apimachinery
as an indirect dependency we should update the direct depency that is importing it.
Acceptance Criteria
- Direct dependencies using
k8s/apimachinery
should be updated. - Use the same versions that HAS uses
Metadata
Metadata
Assignees
Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructuredependenciesPull requests that update a dependency filePull requests that update a dependency file
Type
Projects
Status
Done ✅