Skip to content

Releases: netobserv/flowlogs-pipeline

v0.1.8

21 Feb 08:25
2271f43
Compare
Choose a tag to compare

What's Changed

Breaking changes 🛠

Non-breaking changes

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

26 Jan 08:50
a9bf99b
Compare
Choose a tag to compare

What's Changed

Non-breaking changes

Full Changelog: v0.1.6...v0.1.7

v0.1.6

19 Dec 17:28
a88f7d6
Compare
Choose a tag to compare

What's Changed

Non-breaking changes

Full Changelog: v0.1.5...v0.1.6

v0.1.6-rc1

19 Dec 08:15
a88f7d6
Compare
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 <tkuldeep.allen@gmail.com>

Signed-off-by: Kuldeep Singh Pal <tkuldeep.allen@gmail.com>

v0.1.5

07 Dec 08:53
cfbf733
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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 <tkuldeep.allen@gmail.com>

v0.1.3-rc2

01 Aug 07:46
6c1dae1
Compare
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