Skip to content

v0.4.7

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Sep 16:59
v0.4.7
9004a11

Added

  • Org-wide trace list spanning every project
  • aarch64 Linux builds, signed with SLSA provenance

Fixed

  • Transaction summary pages took minutes to load on busy projects

Changed

  • Span breakdown on a transaction honours the selected period

Container images: ghcr.io/franzos/stackpit:0.4.7 (SQLite), ghcr.io/franzos/stackpit:0.4.7-postgres (PostgreSQL)

Verify a download:

sha256sum -c stackpit-x86_64-unknown-linux-gnu.tar.gz.sha256
slsa-verifier verify-artifact stackpit-x86_64-unknown-linux-gnu.tar.gz \
  --provenance-path multiple.intoto.jsonl \
  --source-uri github.com/franzos/stackpit --source-tag v0.4.7

Install steps: README

Changes since v0.4.6: compare