Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Registry Operator's k8s dependencies #1307

Closed
2 tasks done
Tracked by #1303
thepetk opened this issue Oct 25, 2023 · 2 comments · Fixed by devfile/registry-operator#60
Closed
2 tasks done
Tracked by #1303

Update Registry Operator's k8s dependencies #1307

thepetk opened this issue Oct 25, 2023 · 2 comments · Fixed by devfile/registry-operator#60
Assignees
Labels
area/registry Devfile registry for stacks and infrastructure dependencies Pull requests that update a dependency file

Comments

@thepetk
Copy link
Contributor

thepetk commented Oct 25, 2023

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/net@v0.8.0 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
@openshift-ci openshift-ci bot added the area/registry Devfile registry for stacks and infrastructure label Oct 25, 2023
@michael-valdron michael-valdron self-assigned this Oct 25, 2023
@michael-valdron
Copy link
Member

I can take this issue once its planned.

@michael-valdron
Copy link
Member

Patch PR is ready for review: devfile/registry-operator#60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/registry Devfile registry for stacks and infrastructure dependencies Pull requests that update a dependency file
Projects
Status: Done ✅
3 participants