-
Notifications
You must be signed in to change notification settings - Fork 38
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
Decrease GitHub.com/opencontainers/runtime spec #202
Decrease GitHub.com/opencontainers/runtime spec #202
Conversation
Signed-off-by: Evan Lezar <[email protected]>
34b3a78
to
a154cc2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. Should we roll back the version in cmd/cdi
, too?
I'm not too concerned with the cmd dependencies since they're not imported into downstream dependencies. I suppose it does make sense to update them though. |
a154cc2
to
d1cd84a
Compare
Yeah, I'm not that concerned either, just for consistency as I noticed that cmd/validate was updated, too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @elezar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The IntelRDT fields were added in v1.0.2. and v1.1.0. We use this latter as the minimum version. Signed-off-by: Evan Lezar <[email protected]>
d1cd84a
to
ce887d5
Compare
Fair enough, LGTM. |
Since we are essenitally a library, we need to specify the MINIMUM version of the OCI runtime specification that we need.
This change:
IntelRdt.EnableCMT
andIntelRdt.EnableMBM
fields wer added).closes #201