Skip to content

Releases: netobserv/flowlogs-pipeline

v0.1.3-rc1

24 Jul 12:13
08c7d52
Compare
Choose a tag to compare
v0.1.3-rc1 Pre-release
Pre-release
Conf gen updates (#262)

* return typed model instead of generic map

* exported a few more functions

* allowed missing config.yaml file

* added ConfigFileSgtruct

* restored output of Buckets

* changed config2 to config

v0.1.3-rc0

20 Jul 08:08
8469fe0
Compare
Choose a tag to compare
v0.1.3-rc0 Pre-release
Pre-release
Merge pull request #258 from jotak/e2e-podman

Fix e2e tests with podman

v0.1.2

29 Jun 06:40
2011d0a
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

03 May 09:44
f13dc86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Apr 11:57
7af7877
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0

Initial release

24 Feb 08:18
84dbf1a
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

An initial release of flowlogs2metrics before pipeline updates