Upgrade to this version of gravity by using this container image:
ghcr.io/beryju/gravity:v0.26.0
Upgrade to the current JS API Client using
npm i gravity-api@0.26.0
Upgrade to the current Golang API Client using
go get beryju.io/gravity@v0.26.0
What's Changed
- tests: add initial e2e tests by @BeryJu in #1446
- tests: add e2e tests for Cluster by @BeryJu in #1447
- build(deps): bump golang.org/x/sys from 0.0.0-20190412213103-97732733099d to 0.1.0 in /utils/pcap_to_bytes by @dependabot in #1448
- tests: even more tests by @BeryJu in #1449
- tests: test dns middleware by @BeryJu in #1451
- discovery: use interface CIDR for auto-generated subnet, tests by @BeryJu in #1452
- tests: cover bench by @BeryJu in #1453
- dhcp: test WOL by @BeryJu in #1454
Full Changelog: v0.25.0...v0.26.0