Skip to content

Releases: mdlayher/ethtool

v0.6.0

31 Mar 15:13
bc0a0f6

Choose a tag to compare

What's Changed

  • Update static analysis by @SuperQ in #63
  • build(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #62
  • Update Go matrix by @SuperQ in #64
  • build(deps): bump github.com/mdlayher/netlink from 1.8.0 to 1.9.0 by @dependabot[bot] in #61

Full Changelog: v0.5.1...v0.6.0

v0.5.1

02 Feb 07:51
ed628d3

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot[bot] in #51
  • build(deps): bump golang.org/x/sys from 0.37.0 to 0.40.0 by @dependabot[bot] in #57
  • build(deps): bump actions/setup-go from 6.0.0 to 6.2.0 by @dependabot[bot] in #58
  • build(deps): bump actions/checkout from 5.0.0 to 6.0.2 by @dependabot[bot] in #59

Full Changelog: v0.5.0...v0.5.1

v0.5.0

02 Oct 04:44
b57296f

Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #49
  • build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #47
  • Update Go versions by @SuperQ in #50
  • build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 by @dependabot[bot] in #48

Full Changelog: v0.4.1...v0.5.0

v0.4.1

25 Aug 16:32
40a3b8a

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/sys from 0.32.0 to 0.34.0 by @dependabot[bot] in #43
  • Use x/sys/cpu.IsBigEndian to determine endianness by @dswarbrick in #44
  • build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot[bot] in #42
  • build(deps): bump github.com/mdlayher/netlink from 1.7.2 to 1.8.0 by @dependabot[bot] in #45

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Apr 14:03
6f4919e

Choose a tag to compare

What's Changed

  • Add support for updating linkmodesAdd link modes by @nwaples in #40

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Apr 16:31
6209639

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 Sep 05:36
48f9949

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #17
  • build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #18
  • build(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 by @dependabot in #19
  • build(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #20
  • build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #21
  • ethtool: add support for private flags by @lorenz in #22
  • build(deps): bump golang.org/x/sys from 0.13.0 to 0.16.0 by @dependabot in #24
  • build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #25
  • build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #26
  • build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #27
  • build(deps): bump golang.org/x/sys from 0.19.0 to 0.22.0 by @dependabot in #30

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

14 Jun 14:07
d26c2de

Choose a tag to compare

What's Changed

  • ethtool: first pass at Client, Client.LinkSettings by @mdlayher in #1
  • ethtool: initial Client.LinkMode(s) methods by @mdlayher in #2
  • ethtool: add Go 1.17 build tags by @mdlayher in #3
  • .github: update CI for Go 1.17 by @mdlayher in #4
  • *: switch primary branch to main by @mdlayher in #5
  • go.mod: bump dependencies by @mdlayher in #6
  • Add FEC() and SetFEC() methods to configure forward error correction by @stapelberg in #10
  • Update dependencies by @SuperQ in #15

New Contributors

Full Changelog: https://github.com/mdlayher/ethtool/commits/v0.1.0