-
v1.2.89
StableSome checks failedHelm Lint / Helm Lint (push) Successful in 21sSecret Scan / gitleaks (push) Successful in 1m8sFingerprint Licensing / netprobe-fingerprint-licenses (push) Failing after 1m10slint / lint (push) Successful in 1m52sRust Tests / test-rust (//rust/netprobe:netprobe, //build/platforms:linux_aarch64_musl, rust/netprobe, bazel-static) (push) Successful in 1m57sRust Add-on Interop Test / interop (push) Successful in 1m58sRust Tests / test-rust (rust/rdp-adapter, cargo) (push) Successful in 1m17sRust Tests / test-rust (//rust/netprobe:netprobe_test, rust/netprobe, bazel-test) (push) Successful in 2m9sRust Tests / test-rust (//rust/rperf-server:rperf, rust/rperf-server, bazel) (push) Successful in 2m48sRust Tests / test-rust (//rust/netprobe:netprobe, //build/platforms:linux_x86_64_musl, rust/netprobe, bazel-static) (push) Successful in 3m1sRust Tests / test-rust (rust/log-collector, cargo) (push) Successful in 2m36sRust Tests / test-rust (rust/rperf-client, cargo) (push) Successful in 2m28sRust Tests / test-rust (rust/consumers/zen, cargo) (push) Successful in 2m50sRust Tests / test-rust (rust/trapd, cargo) (push) Successful in 2m31sRust Tests / test-rust (rust/rdp-connector-probe, cargo) (push) Successful in 3m13sGolang Tests / test-go (push) Successful in 4m35sRust Tests / test-rust (rust/srql, cargo) (push) Successful in 4m40sCI / build (push) Failing after 15m6sSource Security Scan / source-security (push) Successful in 35m30sImage Security Scan / image-security (push) Successful in 35m40sPublish Release Artifacts / publish (push) Successful in 13m40sNetprobe 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 20:55:30 +00:00 | 44 commits to staging since this releaseServiceRadar v1.2.89
Fixes the edge-agent bundle download crashing with a 500 (the last blocker to actually enrolling an agent).
Whats New
1.2.89
- Fixed
OnboardingPackages.deliver/3crashing with a 500 (MatchErroron#Ash.NotLoaded<:calculation, :nats_creds_ciphertext>) when an enrolling agent downloaded its bundle.nats_creds_ciphertextis an AshCloak calculation withdecrypt_by_default([]), so it is not loaded after the:delivertransition; the code passed the unloaded value toVault.decrypt, which Cloak rejected. It now loads the calculation (best-effort) and uses its already-decrypted value directly — dropping the bogus second decrypt that would also have silently lost the creds — and guards the unloaded/absent case so packages without attached NATS creds still deliver.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fixed