Update Library's k8s dependencies #1308
Labels
area/library
Common devfile library for interacting with devfiles
dependencies
Pull requests that update a dependency file
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-admission
andsigs.k8s.io/controller-runtime
. This dependency is using thegolang.org/x/[email protected]
which should be updated to a newer version.As inside
go.mod
we are including the above packages as direct dependencies, we can update them tov0.26.10
(k8s.io) and tov0.14.7
forcontroller-runtime
which update thenet
version.Acceptance Criteria
k8s.io/api
,k8s.io/apimachinery
,k8s.io/apimachinery
,k8s.io/apiextensions-apiserver
,k8s.io/client-go
,k8s.io/pod-security-admission
andsigs.k8s.io/controller-runtime
should be updated.v0.26.10
(k8s.io) andv0.14.7
forcontroller-runtime
.The text was updated successfully, but these errors were encountered: