Releases: netobserv/flowlogs-pipeline
Releases · netobserv/flowlogs-pipeline
v1.11.1-community
What's Changed
Non-breaking changes
- Add 'make fmt' in makefile by @jotak in #1189
- Upload snyk reports by @jotak in #1190
- Fix upstream builds by @jotak in #1194
- Force TLS 1.3 in grpc ingester by @jotak in #1191
Dependencies
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1771346502 by @red-hat-konflux[bot] in #1196
- Bump google.golang.org/grpc from 1.78.0 to 1.79.1 by @dependabot[bot] in #1193
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.10.1-community to 1.11.0-community by @dependabot[bot] in #1188
- Bump the otel group with 9 updates by @dependabot[bot] in #1187
Full Changelog: v1.11.0-community...v1.11.1-community
v1.11.0-community
What's Changed
Non-breaking changes
- NETOBSERV-2553: add missing xlat to ipfix exports by @jotak in #1167
- bump go1.25, bump k8s by @jotak in #1179
- NETOBSERV-2500: hot-reload filters by @jotak in #1170
- NETOBSERV-2597: rollback k8s client bump (0.35.0 -> 0.34.3) by @jotak in #1184
- Use IPFIX postNAT fields by @jotak in #1181
Dependencies
- Bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 by @dependabot[bot] in #1173
- Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #1172
- Bump github.com/segmentio/kafka-go from 0.4.49 to 0.4.50 by @dependabot[bot] in #1174
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1769056855 by @red-hat-konflux[bot] in #1177
- Update Konflux references by @red-hat-konflux[bot] in #1176
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.10.0-community.0.20260105153759-648a4f37b74d to 1.10.1-community by @dependabot[bot] in #1178
Full Changelog: v1.10.1-community...v1.11.0-community
v1.10.1-community
What's Changed
Non-breaking changes
- NETOBSERV-2438: Metrics filters, allow OR on same key by @jotak in #1127
- NETOBSERV-2455 bump ebpf dep by @jpinsonneau in #1135
- downstream owners for OpenShift CI by @memodi in #1141
- Enabling konflux push again on main by @OlivierCazade in #1147
- add support for adding annotations to kubernetes transform by @awprice in #1115
- Remove old contributors from OWNERS file, add new ones by @jotak in #1142
- NETOBSERV-2502: add missing labels by @jotak in #1150
- NETOBSERV-2503: allow TLS/mTLS in grpc ingestor by @jotak in #1146
- NETOBSERV-2146: Add the ability to track ownership beyond ReplicaSet by @leandroberetta in #1125
- dockerignore by @jpinsonneau in #1144
- bump agent, remove temporary replace by @jotak in #1168
- tekton on-cel-expression by @jpinsonneau in #1164
Dependencies
Dependencies
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.9.2-community to 1.10.0-community by @dependabot[bot] in #1122
- Bump github.com/prometheus/common from 0.67.1 to 0.67.2 by @dependabot[bot] in #1121
- Update Konflux references by @red-hat-konflux[bot] in #1124
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1763362218 by @red-hat-konflux[bot] in #1129
- Update Konflux references by @red-hat-konflux[bot] in #1130
- Bump the k8s group with 3 updates by @dependabot[bot] in #1131
- Bump github.com/minio/minio-go/v7 from 7.0.95 to 7.0.97 by @dependabot[bot] in #1126
- Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #1134
- Bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #1140
- Bump github.com/prometheus/common from 0.67.2 to 0.67.4 by @dependabot[bot] in #1139
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1764578379 by @red-hat-konflux[bot] in #1148
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1764794109 by @red-hat-konflux[bot] in #1153
- Update Konflux references by @red-hat-konflux[bot] in #1137
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.2 by @dependabot[bot] in #1155
- Bump the otel group across 1 directory with 9 updates by @dependabot[bot] in #1159
- Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in #1158
- Update Konflux references by @red-hat-konflux[bot] in #1156
- Update Konflux references by @red-hat-konflux[bot] in #1160
- Bump github.com/prometheus/common from 0.67.4 to 0.67.5 by @dependabot[bot] in #1169
- Bump google.golang.org/grpc from 1.77.0 to 1.78.0 by @dependabot[bot] in #1163
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1768783948 by @red-hat-konflux[bot] in #1171
- Update Konflux references by @red-hat-konflux[bot] in #1162
New Contributors
Full Changelog: v1.10.0-community...v1.10.1-community
v1.10.0-community
What's Changed
Non-breaking changes
- Remove undesired TODO mention from readme by @jotak in #1089
- Fail on wrong pipeline config with duplicated stage names by @jotak in #1090
- Document Loki client config by @jotak in #1088
- NETOBSERV-2355: Rename sampling ratio/rate -> interval by @jotak in #1095
- Addressing some minor tech debt on otlp-metrics by @jotak in #1094
- Expose prometheus HELP information by @jpinsonneau in #1107
- Update golangci-lint and increase timeout + fix doc by @jotak in #1117
- NETOBSERV-584: Support for writing logs to Loki (distributor) using gRPC by @leandroberetta in #1086
Dependencies
Dependencies
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1758184547 by @red-hat-konflux[bot] in #1093
- chore(deps): update konflux references by @red-hat-konflux[bot] in #1079
- Bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by @dependabot[bot] in #1081
- Bump the k8s group with 3 updates by @dependabot[bot] in #1091
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #1084
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.9.1-community to 1.9.2-community by @dependabot[bot] in #1083
- Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #1098
- Bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #1099
- chore(deps): update konflux references by @red-hat-konflux[bot] in #1096
- Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #1082
- Bump github.com/ip2location/ip2location-go/v9 from 9.7.1 to 9.8.0 by @dependabot[bot] in #1104
- Bump golang.org/x/net from 0.43.0 to 0.44.0 by @dependabot[bot] in #1103
- Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 by @dependabot[bot] in #1102
- Bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by @dependabot[bot] in #1109
- Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #1111
- Bump golang.org/x/net from 0.44.0 to 0.46.0 by @dependabot[bot] in #1110
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.6-1760515502 by @red-hat-konflux[bot] in #1116
- Bump github.com/prometheus/common from 0.66.1 to 0.67.1 by @dependabot[bot] in #1112
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.6-1760515502 by @red-hat-konflux[bot] in #1118
- Update Konflux references by @red-hat-konflux[bot] in #1120
New Contributors
- @leandroberetta made their first contribution in #1086
Full Changelog: v1.9.2-community...v1.10.0-community
v1.9.2-community
What's Changed
Breaking changes 🛠
Non-breaking changes
- Use go 1.24 and golangci-lint v2 by @jotak in #1023
- update to golang 1.24 in CI by @memodi in #1028
- Do not write decoded tcp flags field when empty by @jotak in #1033
- Fix inconsistent DecodeTCPFlags output by @jotak in #1045
- Add ingest count and latency metrics for ipfix collector by @jotak in #1034
Dependencies
Dependencies
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.6-1752587672 by @red-hat-konflux[bot] in #1026
- Update Konflux references by @red-hat-konflux[bot] in #1027
- Update Konflux references by @red-hat-konflux[bot] in #1036
- Bump the k8s group with 3 updates by @dependabot[bot] in #1040
- Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #1039
- Bump the otel group with 7 updates by @dependabot[bot] in #1041
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.9.0-crc0.0.20250610144135-d64c5d99f2da to 1.9.1-community by @dependabot[bot] in #1042
- Bump github.com/minio/minio-go/v7 from 7.0.94 to 7.0.95 by @dependabot[bot] in #1044
- Bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in #1043
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1753762263 by @red-hat-konflux[bot] in #1047
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1754000177 by @red-hat-konflux[bot] in #1051
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1754456323 by @red-hat-konflux[bot] in #1053
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1754584681 by @red-hat-konflux[bot] in #1055
- chore(deps): update konflux references by @red-hat-konflux[bot] in #1057
- chore(deps): update konflux references by @red-hat-konflux[bot] in #1064
- Bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by @dependabot[bot] in #1073
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1755695350 by @red-hat-konflux[bot] in #1067
- Bump the k8s group with 3 updates by @dependabot[bot] in #1066
- Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #1069
- chore(deps): update konflux references by @red-hat-konflux[bot] in #1070
- Bump google.golang.org/grpc from 1.73.0 to 1.75.0 by @dependabot[bot] in #1072
- Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #1061
- chore(deps): update konflux references by @red-hat-konflux[bot] in #1074
- Bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by @dependabot[bot] in #1076
- Bump github.com/segmentio/kafka-go from 0.4.48 to 0.4.49 by @dependabot[bot] in #1077
- Bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in #1058
- Bump the k8s group with 2 updates by @dependabot[bot] in #1078
New Contributors
Full Changelog: v1.9.1-community...v1.9.2-community
v1.9.1-community
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
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...
v1.8.2-community
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
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
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
- NETOBSERV-1522 & NETOBSERV-1750 FLP otel fixes by @jpinsonneau in #684
- Remove base image param in konflux config by @OlivierCazade in #694
- NETOBSERV-1748: restart prom registry on metrics breaking change by @jotak in #686
- NETOBSERV-1799: Use converToString insted of Sprintf by @Amoghrd in #701
- e2e: Relax error checking in logs by @jotak in #705
- update ebpf agent dependency and drop go1.21 from ci by @msherif1234 in #707
- NETOBSERV-1792: Added update-build script to add downstream labels by @OlivierCazade in #697
- NETOBSERV-1772: allow prom label remapping by @jotak in #698
- NETOBSERV-1675: network events agent packages update by @msherif1234 in #712
- Addressing konflux error and fixing multi arch build with podman 5.2 by @OlivierCazade in #719
- Align default tagging by @jotak in #713
- NETOBSERV-1633 : Add description label to downstream container image by @OlivierCazade in #722
- NETOBSERV-1889: bump ebpf-agent decoupled by @jotak in #724
- NETOBSERV-1633: Enable prefetch in konflux by @OlivierCazade in #730
- NETOBSERV-1910: update flp with netobserv agent pkt drop filter by @msherif1234 in #731
- NETOBSERV-1899 hack ipfix capture by @jpinsonneau in #729
- NETOBSERV-1633 Konflux pipeline multiarch and downstream requirements by @OlivierCazade in #738
- Align build steps - distinguish clean vs dev builds by @jotak in #745
- Remove bingo by @jotak in #749
- Bumped golangci-lint from v1.56.2 to v1.61.0 by @PMaynard in #748
- NETOBSERV-1935: enable metrics from list/nested fields by @jotak in #739
- NETOBSERV-1692: allow KEEP filtering logic by @jotak in #740
- NETOBSERV-1890: decode TCP flags (new stage/rule) by @jotak in #747
- Bump ebpf agent for ovnk-lib update by @jotak in #760
- Fix version in konflux build by @OlivierCazade in #765
- NETOBSERV-2044: Manually update agent with pkt translation pkgs by @msherif1234 in #743
- Multi filter by @msherif1234 in #774
- Adding version label in downstream build by @OlivierCazade in #775
- move to go1.23 by @jotak in #780
- update flp to latest agent changes and fix ut by @msherif1234 in #791
- NETOBSERV-2055: Update ebpf agent pkgs after removing xlat icmp by @msherif1234 in #792
- NETOBSERV-1965: udn mapping agent pkg update by @msherif1234 in #781
- NETOBSERV-1904: Enrich using UDN info by @jotak in #797
- update ebpf agent pkg to point to latest and fix ipfix ut by @msherif1234 in #800
- Adding nudge configuration to 1.8 branch by @OlivierCazade in #803
- NETOBSERV-2084: get nested data as native maps [backport 1.8] by @jotak in #804
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