What's Changed
- Enable config file based configuration by @MrEcco in #484
- feat: add notification mechanism for network lifecycle events by @vyasgun in #566
- Fix broken DNS lookups for responses with long TXT records or multiple TXT records by @fessyfoo in #561
- Implement client.ListDHCPLeases() and add REST API documentation by @cfergeau in #557
- Remove use of go-version-file in github actions, and document how to update the gvisor go module by @cfergeau in #589
- Replace VFKT handshake with MSG_PEEK for vfkit connection identification by @vyasgun in #530
- Add make cross-lint target for cross-platform linting by @vyasgun in #538
- Misc code cleanups by @cfergeau in #551, #552, #555, and #602
- tests: Rename SSH keys files by @evidolob in #565
Dependencies Updates
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #575
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #544
- build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #564 and #586
- build(deps): bump github.com/coreos/stream-metadata-go from 0.4.9 to 0.4.10 by @dependabot[bot] in #553
- build(deps): bump github.com/foxcpp/go-mockdns from 1.1.0 to 1.2.0 by @dependabot[bot] in #588
- build(deps): bump github.com/golangci/golangci-lint/v2 from 2.3.1 to 2.8.0 in /tools by @dependabot[bot] in #537, #556, #567, #573, #578, and #590
- build(deps): bump github.com/miekg/dns from 1.1.68 to 1.1.72 by @dependabot[bot] in #585, #593, and #601
- build(deps): bump github.com/onsi/gomega from 1.38.0 to 1.39.1 by @dependabot[bot] in #541, #583, #592, and #603
- build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #598
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #542
- build(deps): bump golang.org/x/crypto from 0.41.0 to 0.47.0 by @dependabot[bot] in #549, #558, #574, #579, and #595
- build(deps): bump golang.org/x/mod from 0.27.0 to 0.32.0 by @dependabot[bot] in #548, #560, #571, #581, and #594
- build(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #591
New Contributors
Full Changelog: v0.8.7...v0.8.8