-
v1.2.91
StableSome checks failedHelm Lint / Helm Lint (push) Successful in 21sSecret Scan / gitleaks (push) Successful in 1m1slint / lint (push) Successful in 2m12sFingerprint Licensing / netprobe-fingerprint-licenses (push) Failing after 1m57sRust Tests / test-rust (//rust/netprobe:netprobe, //build/platforms:linux_aarch64_musl, rust/netprobe, bazel-static) (push) Successful in 2m1sRust Tests / test-rust (//rust/netprobe:netprobe_test, rust/netprobe, bazel-test) (push) Successful in 1m44sRust Tests / test-rust (rust/rdp-adapter, cargo) (push) Successful in 1m35sRust Tests / test-rust (//rust/rperf-server:rperf, rust/rperf-server, bazel) (push) Successful in 1m48sRust Add-on Interop Test / interop (push) Successful in 2m54sRust Tests / test-rust (//rust/netprobe:netprobe, //build/platforms:linux_x86_64_musl, rust/netprobe, bazel-static) (push) Successful in 2m58sGolang Tests / test-go (push) Successful in 3m20sRust Tests / test-rust (rust/consumers/zen, cargo) (push) Successful in 2m43sRust Tests / test-rust (rust/rperf-client, cargo) (push) Successful in 2m8sRust Tests / test-rust (rust/trapd, cargo) (push) Successful in 1m49sRust Tests / test-rust (rust/rdp-connector-probe, cargo) (push) Successful in 2m51sRust Tests / test-rust (rust/log-collector, cargo) (push) Successful in 3m4sPublish Native Add-ons / publish (push) Successful in 6m26sRust Tests / test-rust (rust/srql, cargo) (push) Successful in 4m56sCI / build (push) Failing after 14m41sPublish Release Artifacts / publish (push) Successful in 13m13sSource Security Scan / source-security (push) Failing after 1h17m17sImage Security Scan / image-security (push) Failing after 1h27m30sNetprobe eBPF Verifier / Verify eBPF programs on Linux 5.15 (push) Has been cancelledNetprobe eBPF Verifier / Verify eBPF programs on Linux 5.8 (push) Has been cancelledNetprobe eBPF Verifier / Verify eBPF programs on Linux 6.x (push) Has been cancelledNetprobe eBPF Verifier / Verify eBPF refusal on Linux 5.4 (push) Has been cancelledreleased this
2026-06-04 03:00:11 +00:00 | 35 commits to staging since this releaseServiceRadar v1.2.91
Makes the netprobe add-on actually update + become assignable, and the operator config one-touch for fleet rollouts.
Whats New
1.2.91
- The netprobe add-on package is now seeded from the in-image manifest:
NetprobeAddonPackageSeederderives version + capabilities fromaddon.yaml(was a hardcoded0.1.0) and always writes the current config schema, so manifest/schema changes reach operators instead of freezing. When no signed artifacts are configured it stages the version (visible, not assignable) instead of silently doing nothing. - One-touch add-on config form: the assignment form shows only the required fields inline and collapses optional/advanced fields into an "Advanced settings" section. For netprobe a fleet rollout is now a single Enable toggle — no per-agent capture interfaces — since attribution runs on kernel-wide eBPF kprobes; capture/DPI stay available under Advanced. Backward-compatible for other add-ons (schemas without advanced hints render unchanged).
- Wired netprobe add-on signed-artifact refs through env (
SERVICERADAR_NETPROBE_ADDON_ARTIFACTS/_VERSION/_OCI_REF/_OCI_DIGEST), so a deployment that supplies the published artifacts gets an approved, assignable package.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The netprobe add-on package is now seeded from the in-image manifest: