Skip to content

Releases: moby/ipvs

v1.1.0

14 Jan 16:21
v1.1.0
fe22ac5
Compare
Choose a tag to compare

Notable changes

  • Remove reference to "creative commons" license for docs
  • Remove gotest.tools dependency
  • Test against go1.19
  • Drop support for go1.16 and older

Dependencies updates

  • Update github.com/sirupsen/logrus to v1.9.0
  • Update github.com/vishvananda/netlink to v1.1.0
  • Update github.com/vishvananda/netns to v0.0.2
  • Update golang.org/x/sys to v0.2.0

Full changelog: v1.0.2...v1.1.0

v1.0.2

31 May 13:18
5a897d5
Compare
Choose a tag to compare

What's Changed

  • rename IPVS stats attributes since they apply for both services and destinations by @andrewsykim in #18
  • Correct data types for connection counts by @ns-jtenberge in #24

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Apr 14:27
4566cce
Compare
Choose a tag to compare

Bug Fixes

  • Fix compatibility issue on older kernels (< 3.18) where the address family attribute for destination servers do not exist (#15, #19)
  • Fix the stats attribute check when parsing destination addresses (#17)
  • NetlinkSocketsTimeout should be a constant (#16)