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

Bump sigs.k8s.io/node-feature-discovery to v0.16.6 #1023

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

ArangoGutierrez
Copy link
Collaborator

@ArangoGutierrez ArangoGutierrez commented Oct 30, 2024

This change reverts #1007 and bumps the NFD client packages to v0.16.6.

Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
@ArangoGutierrez ArangoGutierrez self-assigned this Oct 30, 2024
@ArangoGutierrez
Copy link
Collaborator Author

As discussed we can now revert #1007

@ArangoGutierrez
Copy link
Collaborator Author

I also created #1025 - that is the step required to revert the #1007 changes

@elezar
Copy link
Member

elezar commented Oct 31, 2024

I also created #1025 - that is the step required to revert the #1007 changes

I don't agree. Dependabot doesn't update helm subcharts and only updates go imports in this context. Note that since the packages have been moved in NFD between v0.15.x and v0.16.x we would expect to have to update these manually.

@elezar elezar changed the title [no-relnote] revert PR 1007 Bump sigs.k8s.io/node-feature-discovery to v0.16.6 Oct 31, 2024
go.mod Outdated
@@ -24,7 +24,8 @@ require (
k8s.io/klog/v2 v2.130.1
k8s.io/kubelet v0.31.1
k8s.io/mount-utils v0.31.1
sigs.k8s.io/node-feature-discovery v0.15.4
sigs.k8s.io/node-feature-discovery v0.16.6
sigs.k8s.io/node-feature-discovery/api/nfd v0.0.0-20241030145326-d13729bfa450
Copy link
Member

@elezar elezar Oct 31, 2024

Choose a reason for hiding this comment

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

@ArangoGutierrez note that the api/nfd go submodule is not properly versioned and as such will ALWAYS have a pseuto version.

One also needs to specify an explicit SHA when running go mod get -- otherwise the SHA off HEAD of master will be retrieved.

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It seems that we need to cut a tag for the submodule

Copy link
Member

Choose a reason for hiding this comment

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

Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
@ArangoGutierrez ArangoGutierrez merged commit d430dcc into NVIDIA:main Oct 31, 2024
7 checks passed
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.

2 participants