• v0.9.7 ae25670e30

    v0.9.7
    All checks were successful
    ci / reuse (push) Successful in 4s
    ci / vuln-check (push) Successful in 22s
    ui-tests / playwright (push) Successful in 53s
    ci / ci (push) Successful in 2m58s
    release / goreleaser (push) Successful in 2m19s
    Stable

    sa-devfw released this 2026-06-17 08:40:05 +00:00 | 0 commits to main since this release

    Changelog

    • ae25670e30 chore(client): regenerate openapi types + Go client to include cgroup_path_count field
    • ac97840c87 chore(deps): update dependency @playwright/test to v1.61.0
    • ef4e9ba8ca feat(sizing): lower minMemoryLimit floor 128→64Mi + drop power-of-2 rounding (64Mi steps) — v0.9.6
    • de5825a339 fix(collector): host-resolve cgroup path for kernel_peak read + surface per-container cgroup_path_count diagnostic
    • abcb981dee fix(lint): gofmt struct alignment on cpu/collector/accumulator/types + drop unused validateIssuerURL
    Downloads
  • v0.9.6 ad3eba66c0

    v0.9.6
    All checks were successful
    release / goreleaser (push) Successful in 2m49s
    Stable

    sa-devfw released this 2026-06-12 07:02:01 +00:00 | 5 commits to main since this release

    Changelog

    • ad3eba66c0 feat(sizing): lower minMemoryLimit floor 128→64Mi + drop power-of-2 rounding (64Mi steps) — v0.9.6
    Downloads
  • v0.8.4 2eb99fbf27

    v0.8.4
    Some checks failed
    ci / reuse (push) Successful in 3s
    ci / vuln-check (push) Successful in 38s
    ci / ci (push) Failing after 1m4s
    release / goreleaser (push) Successful in 2m19s
    ui-tests / playwright (push) Failing after 5m0s
    Stable

    sa-devfw released this 2026-06-08 16:24:35 +00:00 | 5 commits to main since this release

    Signed by Daniel.Sy
    GPG key ID: 1F39A8BBCD2EE3D3

    Changelog

    • 2eb99fbf27 Revert "fix(auth): 🔒️ enforce org-scoping and stricter OIDC validation"
    Downloads
  • v0.9.5 5a6b0ea414

    v0.9.5
    Some checks failed
    ci / reuse (push) Successful in 4s
    ci / vuln-check (push) Successful in 39s
    release / goreleaser (push) Successful in 2m8s
    ci / ci (push) Successful in 2m48s
    ui-tests / playwright (push) Failing after 5m0s
    Stable

    sa-devfw released this 2026-06-08 14:11:24 +00:00 | 6 commits to main since this release

    Changelog

    • 5a6b0ea414 fix(deps): bump Go 1.26.3 → 1.26.4 (stdlib CVE-2026-42504, GO-2026-5037/5039)
    Downloads
  • v0.9.0 4789eb63f9

    v0.9.0
    Some checks failed
    ci / reuse (push) Successful in 5s
    ci / vuln-check (push) Failing after 33s
    ci / ci (push) Failing after 1m49s
    release / goreleaser (push) Successful in 2m15s
    ui-tests / playwright (push) Failing after 5m1s
    Stable

    sa-devfw released this 2026-06-03 13:56:27 +00:00 | 12 commits to main since this release

    Changelog

    • d8befc44be docs(sizing): design sketch for ratchet OOM backoff (REPORT.md's recommendation, still applicable in v0.8.3+kernel-peak)
    • 8879c6a11c feat(collector): read kernel memory high-water mark + use in sizing (cgroup v1 memory.max_usage_in_bytes / v2 memory.peak); closes the sampling resolution gap
    • 4789eb63f9 fix(collector): apply CGROUP_LIMITS even when host cgroup mount unavailable (was returning early, leaving MemoryLimit=0 on cgroup-v1 hosts, breaking OOM-suspect detection)
    • f2769fb853 refactor(receiver): tighten OIDC issuer validation and clean up auth helpers
    Downloads
  • v0.8.3 a51d69c1d5

    v0.8.3
    Some checks failed
    ci / reuse (push) Successful in 8s
    ci / vuln-check (push) Successful in 39s
    ci / ci (push) Failing after 1m27s
    release / goreleaser (push) Successful in 2m17s
    ui-tests / playwright (push) Failing after 5m0s
    Stable

    sa-devfw released this 2026-05-26 08:24:02 +00:00 | 16 commits to main since this release

    Signed by Daniel.Sy
    GPG key ID: 1F39A8BBCD2EE3D3

    Changelog

    • a51d69c1d5 fix(auth): 🔒️ enforce org-scoping and stricter OIDC validation
    • f40656e905 fix(collector): 🐛 collect CPU throttle data for all containers
    Downloads
  • v0.8.1 f0c802df5c

    v0.8.1
    Some checks failed
    ci / reuse (push) Successful in 3s
    ci / vuln-check (push) Successful in 21s
    ci / ci (push) Failing after 40s
    ui-tests / playwright (push) Successful in 52s
    release / goreleaser (push) Successful in 1m16s
    Stable

    sa-devfw released this 2026-05-21 10:28:15 +00:00 | 18 commits to main since this release

    Signed by Daniel.Sy
    GPG key ID: 1F39A8BBCD2EE3D3

    Changelog

    • f0c802df5c feat(collector): read CPU throttle metrics from cgroup cpu.stat
    Downloads
  • v0.8.0 3ab0c851f9

    v0.8.0
    All checks were successful
    ci / reuse (push) Successful in 3s
    ci / vuln-check (push) Successful in 39s
    ui-tests / playwright (push) Successful in 1m44s
    ci / ci (push) Successful in 2m40s
    release / goreleaser (push) Successful in 2m19s
    Stable

    sa-devfw released this 2026-05-21 07:49:15 +00:00 | 19 commits to main since this release

    Signed by Daniel.Sy
    GPG key ID: 1F39A8BBCD2EE3D3

    Changelog

    • 3ab0c851f9 chore(client): 🤖 regenerate OpenAPI client from updated spec
    • bd3a42c7b8 docs(sizing): 📝 document OOM detection mechanism and memory cap behavior
    • f8eb163b95 feat(collector): implement OOM detection via host cgroup mount polling
    • 88550b5af7 fix(sizing): 🐛 exclude OOM-suspect samples from memory cap calculation
    • 9115a8867a 🎨 style(collector): apply linting fixes
    Downloads
  • v0.7.1 247fe37a32

    v0.7.1
    Some checks failed
    ci / reuse (push) Successful in 3s
    ci / vuln-check (push) Successful in 27s
    ui-tests / playwright (push) Successful in 58s
    ci / ci (push) Failing after 1m6s
    release / goreleaser (push) Successful in 1m25s
    Stable

    sa-devfw released this 2026-05-19 14:36:09 +00:00 | 26 commits to main since this release

    Signed by Daniel.Sy
    GPG key ID: 1F39A8BBCD2EE3D3

    Changelog

    • ff0f8cc033 feat(notify): auto-detect node ceiling and add GitLab commit status support
    Downloads
  • v0.7.0 db37598162

    v0.7.0
    Some checks failed
    ci / reuse (push) Failing after 6s
    ci / vuln-check (push) Successful in 30s
    ui-tests / playwright (push) Successful in 1m25s
    ci / ci (push) Failing after 1m58s
    release / goreleaser (push) Successful in 1m29s
    Stable

    sa-devfw released this 2026-05-19 13:28:14 +00:00 | 28 commits to main since this release

    Signed by Daniel.Sy
    GPG key ID: 1F39A8BBCD2EE3D3

    Changelog

    • a3a959eba0 docs(deployment): 📝 add deployment modes guide
    • db37598162 feat(sizing)!: add OOM detection with confidence-gated enforcement
    Downloads