Summary
Fixes several ipset regressions that were introduced in release v2.6.1. This release also introduces regression tests that should hopefully be complete enough to catch any future errors of this kind from happening again in the future.
Contributions
Special thanks to @tomahzo for finding and fixing the missing ipset in for local IPs.
Changelog
- 09239b0 - fix(ipset): don't strip inet6 prefixing of ipsets <Aaron U'Ren>
- b6eedd9 - feat(test): introduce gotestsum to make output readable <Aaron U'Ren>
- e89f21a - test(ipset): add unit tests for ipset regression testing <Aaron U'Ren>
- e068f30 - feat(test): add testdata for verifying ipset data <Aaron U'Ren>
- 65f7f9b - fix(ipset): store kube-router-local-ips ipset <Bukal, Tomáš>