-
v1.2.93
StableSome checks failedNetprobe eBPF Verifier / Verify eBPF programs on Linux 5.15 (push) Waiting to runNetprobe eBPF Verifier / Verify eBPF programs on Linux 5.8 (push) Waiting to runNetprobe eBPF Verifier / Verify eBPF programs on Linux 6.x (push) Waiting to runNetprobe eBPF Verifier / Verify eBPF refusal on Linux 5.4 (push) Waiting to runHelm Lint / Helm Lint (push) Successful in 21sSecret Scan / gitleaks (push) Successful in 48sFingerprint Licensing / netprobe-fingerprint-licenses (push) Failing after 1m35sRust Tests / test-rust (rust/rdp-adapter, cargo) (push) Successful in 1m20sRust Tests / test-rust (//rust/rperf-server:rperf, rust/rperf-server, bazel) (push) Successful in 1m37sRust Tests / test-rust (//rust/netprobe:netprobe, //build/platforms:linux_aarch64_musl, rust/netprobe, bazel-static) (push) Successful in 2m19slint / lint (push) Successful in 2m44sRust Tests / test-rust (//rust/netprobe:netprobe, //build/platforms:linux_x86_64_musl, rust/netprobe, bazel-static) (push) Successful in 2m15sRust Tests / test-rust (rust/rperf-client, cargo) (push) Successful in 1m56sRust Tests / test-rust (rust/trapd, cargo) (push) Successful in 1m58sRust Tests / test-rust (rust/log-collector, cargo) (push) Successful in 2m48sRust Add-on Interop Test / interop (push) Successful in 3m29sGolang Tests / test-go (push) Successful in 3m41sRust Tests / test-rust (rust/consumers/zen, cargo) (push) Successful in 3m13sRust Tests / test-rust (rust/rdp-connector-probe, cargo) (push) Successful in 2m55sRust Tests / test-rust (//rust/netprobe:netprobe_test, rust/netprobe, bazel-test) (push) Successful in 3m54sRust Tests / test-rust (rust/srql, cargo) (push) Successful in 4m45sSource Security Scan / source-security (push) Successful in 7m59sPublish Native Add-ons / publish (push) Successful in 8m6sCI / build (push) Failing after 14m28sImage Security Scan / image-security (push) Successful in 30m23sPublish Release Artifacts / publish (push) Successful in 29m45sreleased this
2026-06-04 21:20:57 +00:00 | 19 commits to staging since this releaseServiceRadar v1.2.93
Full IPv6 flow attribution, gateway-delivered netprobe add-ons, and agent host-IP self-registration.
Whats New
1.2.93
- Extended netprobe flow attribution to cover UDP-over-IPv6 (
udpv6_sendmsg/udpv6_recvmsg) and ICMPv6 (ping_v6_sendmsg/rawv6_sendmsg, protocol 58 derived from the socket address family), on top of the base UDP/ICMP IPv4 5-tuple fix. The v6 probes attach best-effort so a kernel without IPv6 never loses core TCP/UDP attribution. Both coretransport_to_protomappings (flow_attribution+attributed_flow_joiner) now accepticmp6/icmpv6/ipv6-icmp→ 58, so ICMPv6 events reachflow_process_attributions. - Delivered native add-on artifacts to agents through the agent-gateway (HMAC-scoped
download_url/download_token, mTLS blob endpoint) instead of direct KV access, mirroring the WASM plugin path; agents verify sha256 + ed25519 before staging to disk. - Agents now self-register their host IP in the Hello/control-stream handshake so external or NAT'd agents link to their device record via DIRE.
- Granted platform-services publish/subscribe on the
serviceradar_pluginsNATS object store so scoped flow-attribution and add-on delivery subjects work end to end. - Avoided routing to not-ready BEAM cluster endpoints in the demo chart.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Extended netprobe flow attribution to cover UDP-over-IPv6 (