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 Go to 1.21.5 and k8s.io/* to 0.29.1 #74

Closed
wants to merge 4 commits into from

Conversation

empovit
Copy link
Contributor

@empovit empovit commented Feb 12, 2024

This PR also incorporates #14 to fix broken APIs.

@empovit empovit marked this pull request as draft February 12, 2024 15:06
go.mod Outdated Show resolved Hide resolved
@elezar elezar force-pushed the bump-go-and-k8s branch 2 times, most recently from 42154e6 to b92bb7f Compare February 12, 2024 15:58
Signed-off-by: Evan Lezar <[email protected]>
@empovit empovit marked this pull request as ready for review February 12, 2024 18:55
@@ -26,7 +26,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/util/retry"
"k8s.io/klog/v2"
drapbv1 "k8s.io/kubelet/pkg/apis/dra/v1alpha2"
drapbv1 "k8s.io/kubelet/pkg/apis/dra/v1alpha3"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't think we could make this change until we also made the kind changes. My expectation was that this PR would pull in the controller changes from #14 but not the kubelet-plugin changes. I'd also prefer to see this as a sparate commit, not bundled in the same commit as the go.mod changes.

@elezar
Copy link
Member

elezar commented Mar 11, 2024

@empovit I believe that this PR is no longer required since #77 and #14 have been merged.

@empovit
Copy link
Contributor Author

empovit commented Mar 11, 2024

Fixed by #77 and #14

@empovit empovit closed this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants