Skip to content

Releases: netobserv/flowlogs-pipeline

v1.9.1-community

09 Jul 08:01
5895dcb
Compare
Choose a tag to compare

What's Changed

Non-breaking changes

  • Fix go cover broken with goyacc by @jotak in #1016
  • Konflux: switch back to main by @jotak in #1017
  • NETOBSERV-2307: NETOBSERV-2315: fix several IPFIX issues by @jotak in #1019

Dependencies

  • Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot in #1010
  • Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.6-1751286687 by @red-hat-konflux in #1018
  • Bump go.opentelemetry.io/otel from 1.36.0 to 1.37.0 by @dependabot in #1013

Full Changelog: v1.9.0-community...v1.9.1-community

v1.9.0-community

03 Jul 07:46
Compare
Choose a tag to compare

What's Changed

Breaking changes 🛠

  • NETOBSERV-2187: Implement DSL based on goyacc, replacing keep_entry API by @jotak in #930
  • Make health server optional by @jotak in #966
  • Fix suppressGoMetrics, rename it to suppressDefaultMetrics by @jotak in #967

Non-breaking changes

  • NETOBSERV-2084: get nested data as native maps by @jotak in #802
  • NETOBSERV-2112: FIPS compliance by @jotak in #820
  • Refactoring prior to informers-cache rework by @jotak in #847
  • Fix konflux nudging by @OlivierCazade in #858
  • Improve konflux build time - single-arch on PR by @jotak in #874
  • NETOBSERV-2150: add license to downstream container+cleanup by @jotak in #861
  • NETOBSERV-2198: Add ipsec support by @msherif1234 in #805
  • Disable cgo on upstream builds and attach binaries to releases by @jotak in #932
  • NetFlow/IPFIX: render sampler address as string by @jotak in #950
  • NETOBSERV-2186: Set sampling in flows by @jotak in #931
  • Konflux build pipeline service account migration by @red-hat-konflux in #954
  • Allow custom registry by @jpinsonneau in #958
  • NETOBSERV-2254: Disambiguate cluster udn and namespaced udn by @jotak in #960
  • Allow provided location DB by @jotak in #971
  • Optimizations on prom-encode and loki-write by @jotak in #990
  • Fix decode TCP flags with u32 by @jotak in #968
  • Expose goflow2 workers and sockets config by @jotak in #969
  • Implement more format on Loki writer by @jotak in #970
  • NETOBSERV-2285: opt: use uint64 hash instead of string for cache key by @jotak in #992
  • NETOBSERV-2288: Fix MAC enrichment by @jotak in #996
Dependencies

Dependencies

  • bump ebpf agent by @jotak in #976
  • chore(deps): update konflux references by @red-hat-konflux in #901
  • Bump prometheus and remove custom patch by @jotak in #885
  • chore(deps): update k8s.io/kube-openapi digest to c8a335a by @red-hat-konflux in #909
  • chore(deps): update sigs.k8s.io/json digest to cfa47c3 by @red-hat-konflux in #914
  • chore(deps): update konflux references by @red-hat-konflux in #912
  • fix(deps): update github.com/knetic/govaluate digest to 7625b7f by @red-hat-konflux in #915
  • chore(deps): update k8s.io/utils digest to 1f6e0b7 by @red-hat-konflux in #910
  • chore(deps): update google.golang.org/genproto/googleapis/rpc digest to de1ac95 by @red-hat-konflux in #908
  • chore(deps): update golang.org/x/exp digest to 7e4ce0a by @red-hat-konflux in #903
  • chore(deps): update github.com/xrash/smetrics digest to 686a1a2 by @red-hat-konflux in #891
  • fix(deps): update github.com/mariomac/guara digest to 1e4dbdf by @red-hat-konflux in #837
  • Bump dependencies by @jotak in #929
  • chore(deps): update konflux references by @red-hat-konflux in #806
  • chore(deps): update konflux references by @red-hat-konflux in #815
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1738816775 by @red-hat-konflux in #814
  • chore(deps): update konflux references by @red-hat-konflux in #826
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1739420147 by @red-hat-konflux in #822
  • chore(deps): update konflux references by @red-hat-konflux in #834
  • bump-1.9.0 by @jpinsonneau in #849
  • fix(deps): update kubernetes packages to v0.32.2 by @red-hat-konflux in #838
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1741599792 by @red-hat-konflux in #855
  • chore(deps): update konflux references by @red-hat-konflux in #862
  • fix(deps): update module github.com/netobserv/netobserv-ebpf-agent to v1.8.1-crc0 by @red-hat-konflux in #846
  • fix(deps): update module github.com/agoda-com/opentelemetry-logs-go to v0.6.0 by @red-hat-konflux in #845
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1741850109 by @red-hat-konflux in #860
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1742914212 by @red-hat-konflux in #880
  • fix(deps): update module github.com/prometheus/client_golang to v1.21.1 by @red-hat-konflux in #869
  • fix(deps): update module github.com/spf13/cobra to v1.9.1 by @red-hat-konflux in #877
  • fix(deps): update kubernetes packages to v0.32.3 by @red-hat-konflux in #864
  • fix(deps): update module github.com/minio/minio-go/v7 to v7.0.89 by @red-hat-konflux in #842
  • fix(deps): update module google.golang.org/protobuf to v1.36.6 by @red-hat-konflux in #843
  • chore(deps): update konflux references by @red-hat-konflux in #886
  • Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #810
  • Bump github.com/ip2location/ip2location-go/v9 from 9.7.0 to 9.7.1 by @dependabot in #809
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.33.0 to 1.34.0 by @dependabot in #812
  • Bump github.com/minio/minio-go/v7 from 7.0.82 to 7.0.88 by @dependabot in #854
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.34.0 to 1.35.0 by @dependabot in #851
  • Bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot in #873
  • Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #878
  • Bump github.com/agoda-com/opentelemetry-logs-go from 0.5.0 to 0.6.0 by @dependabot in #833
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.32.0 to 1.35.0 by @dependabot in #872
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.29.0 to 1.35.0 by @dependabot in #853
  • Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #897
  • Bump github.com/vmware/go-ipfix from 0.12.0 to 0.14.0 by @dependabot in #900
  • Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #917
  • Bump github.com/golang/snappy from 0.0.4 to 1.0.0 by @dependabot in #896
  • Bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot in #898
  • Bump golang.org/x/net from 0.38.0 to 0.39.0 by @dependabot in #916
  • chore(deps): update konflux references by @red-hat-konflux in #922
  • fix(deps): update go modules by @red-hat-konflux in #920
  • chore(deps): update konflux references by @red-hat-konflu...
Read more

v1.8.2-community

20 Mar 12:10
Compare
Choose a tag to compare

What's Changed

Non-breaking changes

  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1741599792 by @red-hat-konflux in #856
  • chore(deps): update konflux references by @red-hat-konflux in #863
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1741850109 by @red-hat-konflux in #859
  • fix(deps): update kubernetes packages to v0.32.3 by @red-hat-konflux in #866
  • fix(deps): update module github.com/minio/minio-go/v7 to v7.0.88 by @red-hat-konflux in #867
  • fix(deps): update module github.com/agoda-com/opentelemetry-logs-go to v0.6.0 by @red-hat-konflux in #840
  • fix(deps): update module github.com/netobserv/netobserv-ebpf-agent to v1.8.1-crc0 by @red-hat-konflux in #871

Full Changelog: v1.8.1-community...v1.8.2-community

v1.8.1-community

11 Mar 15:47
90136fc
Compare
Choose a tag to compare

What's Changed

Non-breaking changes

  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1738816775 by @red-hat-konflux in #813
  • chore(deps): update konflux references by @red-hat-konflux in #816
  • NETOBSERV-2112: FIPS compliance [1.8 backport] by @jotak in #821
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1739420147 by @red-hat-konflux in #824
  • chore(deps): update konflux references by @red-hat-konflux in #827
  • fix(deps): update kubernetes packages to v0.32.2 by @red-hat-konflux in #829
  • fix(deps): update module github.com/ip2location/ip2location-go/v9 to v9.7.1 by @red-hat-konflux in #830
  • fix(deps): update module github.com/minio/minio-go/v7 to v7.0.87 by @red-hat-konflux in #831
  • fix(deps): update module github.com/spf13/pflag to v1.0.6 by @red-hat-konflux in #835
  • fix(deps): update module google.golang.org/protobuf to v1.36.5 by @red-hat-konflux in #836

Full Changelog: v1.8.0-community...v1.8.1-community

v1.8.0-community

11 Feb 10:58
b350288
Compare
Choose a tag to compare

What's Changed

Breaking changes 🛠

  • NETOBSERV-1790: Manage enrichment via "k8s.v1.cni.cncf.io/network-status" by @jotak in #674
  • NETOBSERV-1875: Make enrichment indexes configurable by @jotak in #711

Non-breaking changes

Dependencies

  • Bump github.com/prometheus/common from 0.48.0 to 0.55.0 by @dependabot in #682
  • Red Hat Konflux update flowlogs-pipeline by @red-hat-konflux in #691
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.25.0 to 1.28.0 by @dependabot in #687
  • Bump k8s.io/client-go from 0.29.3 to 0.31.0 by @dependabot in #703
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.28.0 to 1.29.0 by @dependabot in #708
  • Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 by @dependabot in #710
  • Bump google.golang.org/grpc from 1.64.0 to 1.66.0 by @dependabot in #704
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.26.0 to 1.29.0 by @dependabot in #709
  • chore(deps): update konflux references by @red-hat-konflux in #692
  • chore(deps): update konflux references to fe7234e by @red-hat-konflux in #720
  • chore(deps): update konflux references by @red-hat-konflux in #721
  • Bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.77 by @dependabot in #727
  • Bump go.opentelemetry.io/otel from 1.29.0 to 1.31.0 by @dependabot in #736
  • chore(deps): update konflux references (main) by @red-hat-konflux in #725
  • chore(deps): update konflux references (main) by @red-hat-konflux in #766
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.29.0 to 1.32.0 by @dependabot in #755
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1733767867 (main) by @red-hat-konflux in #771
  • chore(deps): update konflux references (main) by @red-hat-konflux in #767
  • Bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #773
  • Bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.82 by @dependabot in #778
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1734497536 (main) by @red-hat-konflux in #782
  • Bump go.opentelemetry.io/otel from 1.32.0 to 1.33.0 by @dependabot in #784
  • Bump k8s.io/client-go from 0.31.1 to 0.32.0 by @dependabot in #783
  • Bump golang.org/x/net from 0.30.0 to 0.33.0 by @dependabot in #787
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1736404155 (main) by @red-hat-konflux in #788
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.33.0 by @dependabot in #777
  • chore(deps): update konflux references by @red-hat-konflux in #776
  • chore(deps): update konflux references by @red-hat-konflux in #798
  • Bump golang.org/x/net from 0.33.0 to 0.34.0 by @dependabot in #796
  • Bump google.golang.org/grpc from 1.68.1 to 1.70.0 by @dependabot in #799
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.26.0 to 1.34.0 by @dependabot in #795
  • Red Hat Konflux update flowlogs-pipeline-1-8 by @red-hat-konflux in #801
  • chore(deps): update konflux references by @red-hat-konflux in #807

New Contributors

Full Changelog: v1.6.1-community...v1.8.0-community

v1.6.1-community

04 Jul 08:48
Compare
Choose a tag to compare

What's Changed

Breaking changes 🛠

  • Add new filters allowing FLP-based dedup by @jotak in #640

Non-breaking changes

Dependencies

  • Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #665
  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #670
  • Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #673

Full Changelog: v1.6.0-community...v1.6.1-community

v1.6.0-community

28 May 09:57
b3a3a82
Compare
Choose a tag to compare

What's Changed

Breaking changes 🛠

  • NETOBSERV-1425: enhance metrics filters by @jotak in #602
  • API cleanup: remove deprecated metric.filter by @jotak in #613
  • NETOBSERV-1500 : Refactoring of transform network API by @OlivierCazade in #580
  • NETOBSERV-1466 Update eBPF dependency for FLP by @jpinsonneau in #601
  • Enum replacement in API by @jotak in #614
  • NETOBSERV-1426: subnet labelling enhancements by @jotak in #586

Non-breaking changes

Dependencies

  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 0.45.0 to 1.23.1 by @dependabot in #594
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 0.44.0 to 1.23.1 by @dependabot in #592
  • Bump github.com/vmware/go-ipfix from 0.8.2 to 0.9.0 by @dependabot in #597
  • Bump k8s.io/apimachinery from 0.29.1 to 0.29.2 by @dependabot in #600
  • Bump k8s.io/client-go from 0.29.1 to 0.29.2 by @dependabot in #598
  • Bump google.golang.org/grpc from 1.61.0 to 1.62.0 by @dependabot in #609
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.23.1 to 1.24.0 by @dependabot in #611
  • Bump go.opentelemetry.io/otel/sdk/metric from 1.23.1 to 1.24.0 by @dependabot in #610
  • Bump github.com/netobserv/netobserv-ebpf-agent from 0.3.3-0.20240117144239-03bb6a38b3f0 to 0.3.3 by @dependabot in #599
  • Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #616
  • Bump github.com/minio/minio-go/v7 from 7.0.67 to 7.0.68 by @dependabot in #617
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.23.1 to 1.24.0 by @dependabot in #618
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.23.1 to 1.24.0 by @dependabot in #619
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.23.1 to 1.24.0 by @dependabot in #620
  • Bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in #624
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #625
  • Bump github.com/minio/minio-go/v7 from 7.0.68 to 7.0.69 by @dependabot in #627
  • Bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #628
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #631
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.24.0 to 1.25.0 by @dependabot in #646
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.24.0 to 1.25.0 by @dependabot in #647
  • Bump golang.org/x/net from 0.23.0 to 0.24.0 by @dependabot in #655
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.24.0 to 1.26.0 by @dependabot in #659
  • Bump github.com/agoda-com/opentelemetry-logs-go from 0.4.3 to 0.5.0 by @dependabot in #658
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.25.0 to 1.26.0 by @dependabot in #662
  • Bump ubi9.4 by @jotak in #668

New Contributors

Full Changelog: v0.1.11...v1.6.0-community

v0.1.11

16 Feb 11:48
18ed417
Compare
Choose a tag to compare

What's Changed

Breaking changes 🛠

Non-breaking changes

  • initial support for labels by @KalmanMeth in #447
  • NETOBSERV-1222: create PR template by @jotak in #490
  • Bump minio-go by @jotak in #489
  • Fixes a couple of minor weaknesses by @jotak in #491
  • Bump github.com/spf13/cobra from 1.3.0 to 1.7.0 by @dependabot in #492
  • Bump google.golang.org/grpc from 1.53.0 to 1.58.1 by @dependabot in #493
  • Bump dependencies (kube client, prom model...) by @jotak in #497
  • Bump dependencies (kube client, prom model...) by @jotak in #500
  • NETOBSERV-1151: move flp decode grpc pipe to netobserv agent by @msherif1234 in #466
  • Bump github.com/netsampler/goflow2 from 1.1.1-0.20220509155230-5300494e4785 to 1.3.6 by @dependabot in #498
  • Bump github.com/minio/minio-go/v7 from 7.0.44 to 7.0.63 by @dependabot in #506
  • Bump github.com/google/go-jsonnet from 0.19.1 to 0.20.0 by @dependabot in #507
  • Add ingest_stdin by @ronensc in #488
  • Bump github.com/spf13/viper from 1.10.1 to 1.16.0 by @dependabot in #505
  • NETOBSERV-1352 enhance prom filters for RTT metrics by @jpinsonneau in #478
  • Bump github.com/ip2location/ip2location-go/v9 from 9.2.0 to 9.6.0 by @dependabot in #510
  • Bump google.golang.org/grpc from 1.58.1 to 1.58.2 by @dependabot in #509
  • Bump github.com/benbjohnson/clock from 1.3.0 to 1.3.5 by @dependabot in #504
  • Bump github.com/vmware/go-ipfix from 0.5.13 to 0.8.0 by @dependabot in #512
  • Bump github.com/go-kit/kit from 0.12.0 to 0.13.0 by @dependabot in #511
  • Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 by @dependabot in #514
  • Bump golang.org/x/net from 0.14.0 to 0.16.0 by @dependabot in #516
  • Bump github.com/spf13/viper from 1.16.0 to 1.17.0 by @dependabot in #517
  • Bump github.com/segmentio/kafka-go from 0.4.38 to 0.4.43 by @dependabot in #515
  • NETOBSERV-1336: update netobserv agent to get DSCP support by @msherif1234 in #518
  • Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #520
  • Workflow: build images from release branches by @jotak in #524
  • Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #522
  • Bump github.com/segmentio/kafka-go from 0.4.43 to 0.4.44 by @dependabot in #523
  • Bump k8s.io/apimachinery from 0.28.2 to 0.28.3 by @dependabot in #528
  • Move Mountain View 2 kilometers south by @jotak in #534
  • NETOBSERV-1379: enhance DNS debugging to dbg DNS over TCP by @msherif1234 in #533
  • NETOBSERV-1247: using Meta informer for replicaSets by @msherif1234 in #474
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #535
  • Allow multiple prometheus stages with different URLs by @KalmanMeth in #532
  • Fix crash when metrics settings are unset by @jotak in #537
  • Allow to start FLP directly from the flow logs producer by @jotak in #538
  • NETOBSERV-1102: fine-tuning http server settings by @jotak in #545
  • Bump github.com/ip2location/ip2location-go/v9 from 9.6.0 to 9.6.1 by @dependabot in #543
  • Bump k8s.io/apimachinery from 0.28.3 to 0.28.4 by @dependabot in #540
  • Bump k8s.io/api from 0.28.3 to 0.28.4 by @dependabot in #542
  • Bump github.com/segmentio/kafka-go from 0.4.44 to 0.4.46 by @dependabot in #547
  • Bump golang.org/x/net from 0.17.0 to 0.19.0 by @dependabot in #548
  • Bump github.com/spf13/viper from 1.17.0 to 1.18.1 by @dependabot in #549
  • Bump k8s.io/client-go from 0.28.3 to 0.29.0 by @dependabot in #555
  • Bump github.com/minio/minio-go/v7 from 7.0.63 to 7.0.66 by @dependabot in #556
  • Bump github.com/vmware/go-ipfix from 0.8.0 to 0.8.1 by @dependabot in #550
  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #557
  • Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #559
  • Bump github.com/spf13/viper from 1.18.1 to 1.18.2 by @dependabot in #560
  • Bump github.com/vmware/go-ipfix from 0.8.1 to 0.8.2 by @dependabot in #558
  • Bump google.golang.org/grpc from 1.59.0 to 1.60.1 by @dependabot in #561
  • Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #562
  • Bump github.com/segmentio/kafka-go from 0.4.46 to 0.4.47 by @dependabot in #563
  • Bump github.com/netsampler/goflow2 from 1.3.6 to 1.3.7 by @dependabot in #552
  • NETOBSERV-1451: Bump ubi 9.3 / go 1.21 by @jotak in #564
  • Bump github.com/ip2location/ip2location-go/v9 from 9.6.1 to 9.7.0 by @dependabot in #565
  • NETOBSERV-1298: update netobserv agent package to pick duplist changes by @msherif1234 in #546
  • Bump github.com/prometheus/common from 0.45.0 to 0.46.0 by @dependabot in #566
  • NETOBSERV-1244: Add Kubernetes Infra transform rule by @OlivierCazade in #554
  • Update prometheus common to v0.46.0-netobserv by @OlivierCazade in #574
  • NETOBSERV-1203: Added option to add zones in k8s transform rule by @OlivierCazade in #575
  • Adding k8s unit tests and some refactoring by @jotak in #578
  • NETOBSERV-1308: fix minor vulnerabilities with location db by @jotak in #576
  • Update docs and demo for opentelemetry by @KalmanMeth in #577
  • Bump k8s.io/apimachinery from 0.29.0 to 0.29.1 by @dependabot in #571
  • Bump go.opentelemetry.io/otel/metric from 1.21.0 to 1.22.0 by @dependabot in #570
  • Bump k8s.io/client-go from 0.29.0 to 0.29.1 by @dependabot in #569
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.21.0 to 1.22.0 by @dependabot in #572
  • Bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in #584
  • Bump go.opentelemetry.io/otel/sdk/metric from 1.21.0 to 1.22.0 by @dependabot in #585
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 0.44.0 to 0.45.0 by @dependabot in #582
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.21.0 to 1.23.1 by @dependabot in #588
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.21.0 to 1.23.1 by @dependabot in #589
  • Bump golang.org/x/net from 0.20.0 to 0.21.0 by @dependabot in htt...
Read more

v0.1.10

11 Sep 12:58
058bc4e
Compare
Choose a tag to compare

What's Changed

Breaking changes 🛠

  • NETOBSERV-1063: Add TCP drop & DNS tracking to flowlogs-pipeline by @msherif1234 in #429
  • NETOBSERV-1111: Add support for RoundTripTime in FLP. by @dushyantbehl in #446
  • NETOBSERV-1017 extract timebased indexKeys by @jpinsonneau in #450
  • move add_if and add_regex_if to transform_filter from transform_network by @KalmanMeth in #453

Non-breaking changes

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.10-rc1

07 Aug 13:35
5912edf
Compare
Choose a tag to compare
v0.1.10-rc1 Pre-release
Pre-release

What's Changed

Non-breaking changes

Full Changelog: v0.1.10-rc0...v0.1.10-rc1