-
Notifications
You must be signed in to change notification settings - Fork 73
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
Description
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 and sigs.k8s.io/controller-runtime. 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 above packages as direct dependencies, we can update them to v0.26.10 (k8s.io) and to v0.14.7 for controller-runtime which update the net version.
Acceptance Criteria
- The direct dependencies
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. - Use the same versions that HAS uses:
v0.26.10(k8s.io) andv0.14.7forcontroller-runtime.
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
Projects
Status
Done ✅