v0.1.3
What's Changed
Breaking Changes 🛠
Watch out your config files: unmarshaling is now more strict, disallowing unknown fields for instance. cf changes:
- Make yaml.Unmarshal strict by @ronensc in #271
- Make unmarshaling json config strict by @ronensc in #279
Other Changes
- Conntrack: Add RecordType and HashId fields by @ronensc in #230
- Add debug logs to ingest by @KalmanMeth in #246
- Fixed network definition for aggregate dest conn count by @tkuldeep in #244
- conntrack: Fix bug on delete connections by @ronensc in #245
- Added metrics to kafka ingest by @OlivierCazade in #250
- adjustments to confgenerator for Operator by @KalmanMeth in #251
- Add tabulated output to write_stdout by @amorenoz in #231
- Catch read config error by @jotak in #252
- Fix e2e tests with podman by @jotak in #258
- NETOBSERV-397 Kafka TLS by @jotak in #256
- Temporary use forked prometheus/common to fix ProxyURL unmarshalling by @OlivierCazade in #263
- Conf gen updates by @KalmanMeth in #262
- NETOBSERV-465: Kafka metrics 2 by @OlivierCazade in #259
- conntrack: Integrate module with the pipeline by @ronensc in #247
- vendor dependencies and speedup container build by @mariomac in #264
- conntrack: Add operational metrics by @ronensc in #255
- NETOBSERV-492: Fix loki_record_written metric by @OlivierCazade in #268
- changed Labels to Tags by @KalmanMeth in #270
- Merge confgen & main models (#254) by @jotak in #267
- enable individual labels from aggregate by @KalmanMeth in #269
- Added assign_if transformation by @tkuldeep in #276
- Add breaking-change triage in release notes by @jotak in #284
New Contributors
Full Changelog: v0.1.2...v0.1.3