-
Notifications
You must be signed in to change notification settings - Fork 86
deps: bump runtime-spec to v1.3.0. #243
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
deps: bump runtime-spec to v1.3.0. #243
Conversation
ce6cad4 to
f5b81c3
Compare
|
nice unwind... cypher just lgtm'd your 795 so this shouldn't need to be draft for long :) |
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Instead of using the in-repo NRI version, lock it to v0.10.0, the last tagged version with a runtime-spec dependency below v1.3.0, to prevent the incompatible Linux PIDS Limit pointer change from creeping in. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Instead of using the in-repo NRI version, lock it to v0.10.0, the last tagged version with a runtime-spec dependency below v1.3.0, to prevent the incompatible Linux PIDS Limit pointer change from creeping in. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
f5b81c3 to
29c5811
Compare
mikebrow
left a comment
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 just a couple nits..
| github.com/opencontainers/runtime-spec v1.1.0 | ||
| github.com/opencontainers/runtime-tools v0.9.0 | ||
| github.com/opencontainers/runtime-spec v1.3.0 | ||
| github.com/opencontainers/runtime-tools v0.9.1-0.20251114084447-edf4cb3d2116 |
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.
nit // runtime-tools has not tagged a release in six years have to move up to commit to resolve __
|
|
||
| const ( | ||
| // UnlimitedPidsLimit indicates unlimited Linux PIDs limit. | ||
| UnlimitedPidsLimit = -1 |
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.
nit todo: define and retrieve from runtime-tools?
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.
I guess runtime-tools might be eventually going to be deprecated, so this seems fine for now
|
Can we have a new git tag? |
This PR bumps our
opencontainers/runtime-specdependency tov1.3.0.In particular it
runtime-specandruntime-toolsdependency to matchruntime-spec v1.3.0v010-adapterplugin to depend on NRIv0.10.0andruntime-spec v1.1.0examplesto depend on NRIv0.10.0andruntime-spec v1.1.0