v0.1.2
What's Changed
Breaking changes
This release includes a couple of breaking changes, read carefully to check where it may impact you:
- Decode stages must be removed from pipelines (Remove Decoder stage (breaking change) by @jotak in #225)
- Time format in protobuf ingester is now in milliseconds ([breaking change] Fix protobuf decode for new time fields in ms by @jotak in #203)
- If using NetFlow v5 ingestion (in addition to IPFIX or v9), it must now be configured explicitely (NETOBSERV-341 configure netflow v5 separately (breaking change if using v5) by @jotak in #207)
- Several fields are renamed in the API / pipeline stages config (Cleanup API for consistency, make it more consumable (breaking changes) by @jotak in #213)
Non-breaking changes
- 186 visualize loki by @eranra in #187
- Load local image in local-deploy by @ronensc in #192
- made encode a terminal stage by @KalmanMeth in #194
- NETOBSERV-253 Enrich Host informations by @jpinsonneau in #196
- NETOBSERV-265 Bump goflow2, add support for ms-based time by @jotak in #202
- use ubi8 container base image by @KalmanMeth in #195
- Connection tracking - hash mechanism by @ronensc in #201
- added topk functionality to aggregate by @KalmanMeth in #193
- Update "Can't find kubernetes" log level to debug by @eranra in #216
- Add basic functionality of connection tracking by @ronensc in #208
- Detect ovn mp0 traffic by @jotak in #218
- Common cache with expiry time by @KalmanMeth in #204
- NETOBSERV-333: GRPC ingest metrics by @mariomac in #223
- NETOBSERV-334 concurrent map iteration & write fix by @jpinsonneau in #226
- conntrack: Implement connection end records by @ronensc in #220
- Refactor hashType: []byte -> uint64 by @ronensc in #228
- Add omitempty flag to stage config by @OlivierCazade in #229
- Kafka ingestor fix by @OlivierCazade in #233
- Fix ingest compilation by @OlivierCazade in #236
- NETOBSERV-258: add TimeReceived in Kafka transformer by @mariomac in #235
- Fix tests after new timereceived field by @OlivierCazade in #238
- Netobserv 390: fix kafka transformer by @OlivierCazade in #237
- Copy maps before write by @jotak in #240
- Makefile: fix support for golang 1.18 by @amorenoz in #232
New Contributors
- @jpinsonneau made their first contribution in #196
- @OlivierCazade made their first contribution in #229
- @amorenoz made their first contribution in #232
Full Changelog: v0.1.1...v0.1.2