-
Notifications
You must be signed in to change notification settings - Fork 74
Update Library's k8s dependencies #1308
Copy link
Copy link
Closed
devfile/library
#187Labels
area/libraryCommon devfile library for interacting with devfilesCommon devfile library for interacting with devfilesdependenciesPull requests that update a dependency filePull requests that update a dependency file
Metadata
Metadata
Assignees
Labels
area/libraryCommon devfile library for interacting with devfilesCommon devfile library for interacting with devfilesdependenciesPull requests that update a dependency filePull requests that update a dependency file
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done ✅
Which area/kind this issue is related to?
/area library
Issue Description
As part of #1303 we should check if we can update the direct dependencies of
k8s.io/api,k8s.io/apimachinery,k8s.io/apimachinery,k8s.io/apiextensions-apiserver,k8s.io/client-go,k8s.io/pod-security-admissionandsigs.k8s.io/controller-runtime. This dependency is using thegolang.org/x/net@v0.8.0which should be updated to a newer version.As inside
go.modwe are including the above packages as direct dependencies, we can update them tov0.26.10(k8s.io) and tov0.14.7forcontroller-runtimewhich update thenetversion.Acceptance Criteria
k8s.io/api,k8s.io/apimachinery,k8s.io/apimachinery,k8s.io/apiextensions-apiserver,k8s.io/client-go,k8s.io/pod-security-admissionandsigs.k8s.io/controller-runtimeshould be updated.v0.26.10(k8s.io) andv0.14.7forcontroller-runtime.