Skip to content

update RootlessKit to v2.3.1#48172

Merged
thaJeztah merged 2 commits intomoby:masterfrom
AkihiroSuda:rootlesskit-2.2.0
Sep 11, 2024
Merged

update RootlessKit to v2.3.1#48172
thaJeztah merged 2 commits intomoby:masterfrom
AkihiroSuda:rootlesskit-2.2.0

Conversation

@AkihiroSuda
Copy link
Member

@AkihiroSuda AkihiroSuda commented Jul 17, 2024

@AkihiroSuda AkihiroSuda added the area/rootless Rootless Mode label Jul 17, 2024
@AkihiroSuda AkihiroSuda requested a review from tianon as a code owner July 17, 2024 03:05
@AkihiroSuda

This comment was marked as resolved.

@AkihiroSuda AkihiroSuda force-pushed the rootlesskit-2.2.0 branch 3 times, most recently from c3979ae to 4c1423f Compare July 23, 2024 04:56
@AkihiroSuda AkihiroSuda force-pushed the rootlesskit-2.2.0 branch 2 times, most recently from 0e80c53 to 97ba1b1 Compare August 2, 2024 04:20
@AkihiroSuda AkihiroSuda changed the title update RootlessKit to v2.2.0 update RootlessKit to v2.3.1 Aug 17, 2024
@AkihiroSuda AkihiroSuda force-pushed the rootlesskit-2.2.0 branch 3 times, most recently from 9a19025 to 5a7dc3b Compare August 22, 2024 03:28
@AkihiroSuda AkihiroSuda requested a review from thaJeztah August 23, 2024 17:26
@AkihiroSuda AkihiroSuda force-pushed the rootlesskit-2.2.0 branch 2 times, most recently from 0388d1a to 9537b5a Compare August 30, 2024 06:00
@AkihiroSuda AkihiroSuda requested a review from tonistiigi August 30, 2024 08:42
@AkihiroSuda
Copy link
Member Author

@thaJeztah Can we merge this? 🙏

@AkihiroSuda AkihiroSuda force-pushed the rootlesskit-2.2.0 branch 3 times, most recently from a6923c3 to 6747bbb Compare September 10, 2024 18:46
Copy link
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.

whoops; I thought I submitted my review, but looks like it was still pending 🙈

LGTM

I left a comment; happy to hear your thoughts on that idea!

github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.17.0
github.com/rootless-containers/rootlesskit/v2 v2.0.2
github.com/rootless-containers/rootlesskit/v2 v2.3.1
Copy link
Member

Choose a reason for hiding this comment

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

Hm... so it only occurs to me now that there's no changes in vendored files; we only consume the rootlesskit client, and it looks like there were no changes there.

Definitely not a blocker for "master", but starting to wonder if it would make sense to make the API (and client) a separate module; it looks like it has no external dependencies (only stdlib), but because it's part of the main module will still cause all other dependencies to be updated;

git grep -E '("github.com/|"golang.org/)' ./vendor/github.com/rootless-containers/rootlesskit/
vendor/github.com/rootless-containers/rootlesskit/v2/pkg/api/client/client.go:  "github.com/rootless-containers/rootlesskit/v2/pkg/api"
vendor/github.com/rootless-containers/rootlesskit/v2/pkg/api/client/client.go:  "github.com/rootless-containers/rootlesskit/v2/pkg/httputil"
vendor/github.com/rootless-containers/rootlesskit/v2/pkg/api/client/client.go:  "github.com/rootless-containers/rootlesskit/v2/pkg/port"
vendor/github.com/rootless-containers/rootlesskit/v2/pkg/port/port.go:  "github.com/rootless-containers/rootlesskit/v2/pkg/api"

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.

Docker rootless and outgoing IPv6

3 participants