moby / ipvs

IPVS networking for containers (package derived from moby/libnetwork)
Apache License 2.0
97 stars 37 forks source link

update dependencies to tagged versions #32

Closed thaJeztah closed 1 year ago

thaJeztah commented 1 year ago

go.mod: github.com/sirupsen/logrus v1.9.0

Older versions are known to have issues with current Go versions, and updating the version removes an indirect dependency. Projects should probably no longer use these old versions of logrus.

full diff: https://github.com/sirupsen/logrus/compare/v1.4.2...v1.9.0

go.mod: github.com/vishvananda/netns v0.0.2

This project became active again, and now started tagging releases. Let's update to the current release, which now requires go1.17 as a minimum.

full diff: https://github.com/vishvananda/netns/compare/0a2b9b5464df...v0.0.2

thaJeztah commented 1 year ago

And this is the last one I had in my queue @AkihiroSuda @neersighted @dims PTAL

thaJeztah commented 1 year ago

Once this is merged, we should probably tag a new version; should that be v1.0.3 or better to do v1.1.0 (as there's the new go version constraints?)

thaJeztah commented 1 year ago

Yes, a v1.1.0 is probably best; it keeps our options open to tag a v1.0.3 if there would be a need. I'll have a look at doing a release (need to look at changes for changelog)

thaJeztah commented 1 year ago

I tagged v1.1.0; https://github.com/moby/ipvs/releases/tag/v1.1.0

(@dims @pacoxu FYI)

dims commented 1 year ago

thanks @thaJeztah !