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

feat: update containerd to 1.5.0, runc to 1.0.0-rc94 #3603

Merged
merged 1 commit into from
May 11, 2021

Conversation

smira
Copy link
Member

@smira smira commented May 11, 2021

Fixes #3538

See also siderolabs/pkgs#276

As new containerd is now Go module-based, it pulls many more
dependencies if simply imported in go.mod, so I had to replace the
reference to the constant in pkg/machinery/ to containerd volume
with simple value to avoid pulling Kubernetes dependencies into
pkg/machinery.

Also updates the kernel to include PR siderolabs/pkgs#275 for AES-NI
support.

Signed-off-by: Andrey Smirnov smirnov.andrey@gmail.com

@smira smira added this to the 0.11 milestone May 11, 2021
@smira
Copy link
Member Author

smira commented May 11, 2021

/approve

Unix4ever
Unix4ever previously approved these changes May 11, 2021
Fixes siderolabs#3538

See also siderolabs/pkgs#276

As new containerd is now Go module-based, it pulls many more
dependencies if simply imported in `go.mod`, so I had to replace the
reference to the constant in `pkg/machinery/` to `containerd` volume
with simple value to avoid pulling Kubernetes dependencies into
`pkg/machinery`.

Also updates the kernel to include PR siderolabs/pkgs#275 for AES-NI
support.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
@smira
Copy link
Member Author

smira commented May 11, 2021

rebased without changes

@smira
Copy link
Member Author

smira commented May 11, 2021

/lgtm

@talos-bot talos-bot merged commit 95c656f into siderolabs:master May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update containerd to 1.5.0
3 participants