What's Changed
Features
- feat: synthesize L7 spans and fix span identity by @gma1k in #289
- feat: bound and sandbox untrusted container-binary parsing by @gma1k in #297
- feat: per-pod multi-pod diagnose/profiling and cmd/ fixes by @gma1k in #308
- feat: graceful L7 degradation via bpf_loop probe and low-severity fixes by @gma1k in #314
Bug Fixes
- fix: export session events and evict consumed stack traces by @gma1k in #285
- fix: report HTTP latency from responses and CPU% as a windowed delta by @gma1k in #293
- fix: build arm64 BPF objects with correct arch registers by @gma1k in #298
- fix: repair cgroup v1 resource monitoring and agent credential rotation by @gma1k in #302
- fix: resolve eBPF verifier rejections in HTTP and DNS probes by @gma1k in #303
- fix: drop bpf_get_current_comm from cgroup_skb programs by @Iandenh in #304
- fix: correct multi-namespace targeting and bundle/report lifecycle by @gma1k in #307
- fix: correct protocol-edge decoding and bound diagnose/tracer memory by @gma1k in #309
- fix: harden operator session lifecycle and agent exporters by @gma1k in #311
- fix: repair diagnose report math, tracer lifecycle, and validation by @gma1k in #312
- fix: harden agent security posture, chart schema, and CI drift gates by @gma1k in #313
CI / Build
Maintenance
- chore(deps): update module sigs.k8s.io/structured-merge-diff/v6 to v6.4.1 by @renovate[bot] in #288
- chore(deps): update go modules (non-major) by @renovate[bot] in #287
- chore(deps): update github/codeql-action action to v4.37.0 by @renovate[bot] in #295
- chore(deps): update module sigs.k8s.io/structured-merge-diff/v6 to v6.4.2 by @renovate[bot] in #294
- chore(deps): update go modules (non-major) by @renovate[bot] in #296
- chore(deps): update actions/download-artifact action to v8 by @renovate[bot] in #299
- chore(deps): update go modules (non-major) by @renovate[bot] in #300
- chore(deps): update actions/labeler action to v6.2.0 by @renovate[bot] in #301
- chore(deps): update module google.golang.org/api to v0.288.0 by @renovate[bot] in #305
- chore(deps): update oras-project/setup-oras action to v2.0.1 by @renovate[bot] in #310
- chore(release): release 0.13.8 by @gma1k in #286
Other Changes
- fixes two operator control-plane bugs that could silently drop a node from a trace or re-run privileged tracing Jobs forever by @gma1k in #290
- fix: make tcp_peer_stash LRU so peer fusion survives thread churn by @gma1k in #291
- fix: stop resource alerts poisoning Event.Error consumers by @gma1k in #292
New Contributors
Full Changelog: v0.13.7...v0.13.8