Skip to content

Update release 1.5 dependencies to latest master as of jun 9#5587

Closed
dims wants to merge 5 commits intocontainerd:release/1.5from
dims:update-release-1.5-dependencies-to-latest-master-jun-9
Closed

Update release 1.5 dependencies to latest master as of jun 9#5587
dims wants to merge 5 commits intocontainerd:release/1.5from
dims:update-release-1.5-dependencies-to-latest-master-jun-9

Conversation

@dims
Copy link
Copy Markdown
Member

@dims dims commented Jun 9, 2021

Priyankasaggu11929 and others added 4 commits June 9, 2021 09:01
Signed-off-by: Davanum Srinivas <[email protected]>
Signed-off-by: Davanum Srinivas <[email protected]>
@dims dims requested a review from thaJeztah June 9, 2021 13:12
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Jun 9, 2021

Build succeeded.

Signed-off-by: Davanum Srinivas <[email protected]>
@dims dims force-pushed the update-release-1.5-dependencies-to-latest-master-jun-9 branch from 91613a4 to 24d79bf Compare June 9, 2021 13:15
@dims dims changed the title Update release 1.5 dependencies to latest master jun 9 Update release 1.5 dependencies to latest master as of jun 9 Jun 9, 2021
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Jun 9, 2021

Build succeeded.

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

Comment thread go.mod

require (
github.com/Microsoft/go-winio v0.4.17
github.com/Microsoft/go-winio v0.5.0
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

IIRC, there were some breaking changes in v0.5.0, so we may have to be careful with this one

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Comment thread go.sum
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/checkpoint-restore/go-criu/v4 v4.1.0/go.mod h1:xUQBLp4RLc5zJtWY++yjOoMoB5lihDt7fai+75m+rGw=
github.com/checkpoint-restore/go-criu/v5 v5.0.0/go.mod h1:cfwC0EG7HMUenopBsUf9d89JlCLQIfgVcNsNN0t6T2M=
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This will also be updating to a new major version, so we should be careful picking this, unless we have a specific reason to update the dependency (I think this is coming in because this PR updates runc v1.0.0-rc95, but we only use a single package (libcontainer/user from runc), so we should no longer have a need to update it, unless there were changes in that package

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

I'm a bit cautious with some of the updates; we should be careful updating these in a patch release if there's no specific reason to require these changes. Especially with go modules, updating the version here will also force any consumer of containerd go module to update their dependencies to these newer versions, so there's a risk that containerd itself is not affected by the updated version (it may not be using the code), but consumers of containerd may be, and will now be forced to accept (possibly breaking) changes.

@dims dims closed this Jun 15, 2021
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.

5 participants