v0.4.0
What's Changed
- add dual stack support by @sakateka in #190
- ci: add golangci-lint configuration and GitHub Actions workflow by @aa1ex in #205
- feat: add e2e test framework and CI workflow by @aa1ex in #206
- fix(configcheck): prevent memory leak by replacing time.After with time.NewTimer by @aa1ex in #207
- ci: add unit tests workflow and fix broken tests by @aa1ex in #209
- fix: buffer event channels to prevent blocking under load by @aa1ex in #210
- Fixed "configcheck validates ClusterVectorPipeline (CVP) against all ClusterVectorAggregator instances instead of only matching ones" by @P0lskay in #208
- feat: add scrapeInterval and scrapeTimeout configuration for PodMonitor by @aa1ex in #211
- test(e2e): add CVP selector matching regression tests by @aa1ex in #212
New Contributors
Full Changelog: v0.3.3...v0.4.0