-
v1.2.87
StableSome checks failedHelm Lint / Helm Lint (push) Successful in 39sSecret Scan / gitleaks (push) Successful in 1m7sFingerprint Licensing / netprobe-fingerprint-licenses (push) Failing after 1m25sGolang Tests / test-go (push) Successful in 2m50sRust Add-on Interop Test / interop (push) Successful in 2m22sRust Tests / test-rust (//rust/rperf-server:rperf, rust/rperf-server, bazel) (push) Successful in 1m57slint / lint (push) Successful in 2m59sRust Tests / test-rust (//rust/netprobe:netprobe_test, rust/netprobe, bazel-test) (push) Successful in 2m28sRust Tests / test-rust (rust/rdp-adapter, cargo) (push) Successful in 1m41sRust Tests / test-rust (//rust/netprobe:netprobe, //build/platforms:linux_x86_64_musl, rust/netprobe, bazel-static) (push) Successful in 3m8sRust Tests / test-rust (//rust/netprobe:netprobe, //build/platforms:linux_aarch64_musl, rust/netprobe, bazel-static) (push) Successful in 3m46sRust Tests / test-rust (rust/consumers/zen, cargo) (push) Successful in 3m11sRust Tests / test-rust (rust/rperf-client, cargo) (push) Successful in 2m37sRust Tests / test-rust (rust/log-collector, cargo) (push) Successful in 3m4sRust Tests / test-rust (rust/rdp-connector-probe, cargo) (push) Successful in 3m32sRust Tests / test-rust (rust/trapd, cargo) (push) Successful in 2m20sRust Tests / test-rust (rust/srql, cargo) (push) Successful in 5m11sElixir Quality / Elixir Quality (push) Failing after 29m17sCI / build (push) Failing after 29m35sSource Security Scan / source-security (push) Failing after 1h1m34sImage Security Scan / image-security (push) Failing after 1h24m8sPublish Release Artifacts / publish (push) Successful in 16m39sNetprobe 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-03 14:09:10 +00:00 | 55 commits to staging since this releaseServiceRadar v1.2.87
Unblocks the v1.2.86 ArgoCD roll (carries forward all the v1.2.86 flow-attribution + netprobe fixes, which never deployed because a migration crashed core boot) and cleans up the CI publish path.
Whats New
1.2.87
- Fixed an Ecto migration version collision that blocked the entire v1.2.86 deploy: the endpoint-SBOM
add_endpoint_inventory_canonical_purl_indexesmigration shared version20260602120000with the already-appliedcreate_flow_process_attributions(#3516), so Ecto silently skipped it,purl_canonicalwas never added toendpoint_inventory_packages, and theadd_endpoint_package_entitybackfill crashed core boot with "column purl_canonical does not exist" (an ArgoCD pre-sync hook, so it stalled the whole namespace roll). Renamed to a unique version (20260602120500) so it runs before the backfill. - Stopped
docker-build.yml(renamedpublish-oci.yml) auto-firing on every staging push: it redundantly rebuilt the images release.yml already builds + signs for the semver tags every environment deploys, and its cosign step was broken (RBE--remote_download_minimalleaves no local image-index metadata to sign). Nowworkflow_dispatch-only; it is bazel + rules_oci, not docker.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fixed an Ecto migration version collision that blocked the entire v1.2.86 deploy: the endpoint-SBOM