Skip to content

Releases: netobserv/flowlogs-pipeline

v0.1.6-rc1

19 Dec 08:15
a88f7d6

Choose a tag to compare

v0.1.6-rc1 Pre-release
Pre-release
Made prom and health server url configurable (#351)

Fixes #349

Signed-off-by: Kuldeep Singh Pal <[email protected]>

Signed-off-by: Kuldeep Singh Pal <[email protected]>

v0.1.5

07 Dec 08:53
cfbf733

Choose a tag to compare

What's Changed

Non-breaking changes

Full Changelog: v0.1.4...v0.1.5

v0.1.5-rc0

01 Dec 09:59
56bb299

Choose a tag to compare

v0.1.5-rc0 Pre-release
Pre-release
S3 encode (#336)

* initial code to support s3 encode

* vendor updates to support s3 encode

* added timed creation of objects

* added initial unit test

* refactor

* addressed some review comments

* added description of object store usage in README

* corrected usage of Duration in Ticker

* fixed race condition in test

v0.1.4

25 Oct 07:30
4e957ce

Choose a tag to compare

What's Changed

Breaking changes 🛠

  • conntrack: Remove old implementation by @ronensc in #294
  • change field names for extract_aggregate by @KalmanMeth in #297
  • NETOBSERV-579 prefixing all metrics, add new ones by @jotak in #314

Non-breaking changes

Full Changelog: v0.1.3...v0.1.4

v0.1.3

08 Aug 16:06
c14ebd6

Choose a tag to compare

What's Changed

Breaking Changes 🛠

Watch out your config files: unmarshaling is now more strict, disallowing unknown fields for instance. cf changes:

Other Changes

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.3-rc3

02 Aug 14:19
d7656a2

Choose a tag to compare

v0.1.3-rc3 Pre-release
Pre-release
Added assign_if transformation (#276)

Fixes #275

Signed-off-by: Kuldeep Singh Pal <[email protected]>

v0.1.3-rc2

01 Aug 07:46
6c1dae1

Choose a tag to compare

v0.1.3-rc2 Pre-release
Pre-release
enable individual labels from aggregate (#269)

* enable individual labels from aggregate

* added to unit test

v0.1.3-rc1

24 Jul 12:13
08c7d52

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

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

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