From 98a48305355feea741fb07fb75ec2a732518631c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 28 Oct 2025 10:44:33 +0100 Subject: [PATCH] docs: put snippet to add to docker-compose-local.yaml in changelog This way, it is harder to miss. --- console/data/docs/99-changelog.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/console/data/docs/99-changelog.md b/console/data/docs/99-changelog.md index c4433710..466bccad 100644 --- a/console/data/docs/99-changelog.md +++ b/console/data/docs/99-changelog.md @@ -15,13 +15,20 @@ identified with a specific icon: This release brings a performance improvement on Linux by using per-packet load-balancing for incoming flows using eBPF. Previously, exporters were tied to one worker, triggering packet loss despite many workers available. This requires -Linux 5.8+ (support of `CAP_BPF`). For older kernels, have a look at -`docker/docker-compose-local.yaml`. +Linux 5.8+ (support of `CAP_BPF`). For older kernels, add this to your +`docker/docker-compose-local.yaml`: + +```yaml +services: + akvorado-inlet: + cap_add: !override + - SYS_ADMIN # BPF capability is supported only from Linux 5.8 +``` -- 🩹 *inlet*: fix `akvorado_inlet_flow_input_udp_in_dropped_packets_total` metric -- 🩹 *console*: fix completion tooltip being wrapped with Firefox - 💥 *config*: stop shipping demo exporter configurations from the orchestrator - 💥 *inlet*: load-balance incoming UDP packets to all workers using eBPF on Linux +- 🩹 *inlet*: fix `akvorado_inlet_flow_input_udp_in_dropped_packets_total` metric +- 🩹 *console*: fix completion tooltip being wrapped with Firefox - 🌱 *outlet*: be more aggressive when increasing the number of workers - 🌱 *outlet*: cap the number of workers to the number of Kafka partitions - 🌱 *console*: add `auth`→`logout-url` and `auth`→`avatar-url` to configure