Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:28
· 47 commits to main since this release

Which file do I download?

your machine file
macOS on Apple Silicon (M1/M2/M3/M4) sporo_0.11.0_darwin_arm64.tar.gz
macOS on Intel sporo_0.11.0_darwin_amd64.tar.gz
Linux x86-64 sporo_0.11.0_linux_amd64.tar.gz
Linux ARM64 sporo_0.11.0_linux_arm64.tar.gz
Windows x86-64 sporo_0.11.0_windows_amd64.zip
Windows ARM64 sporo_0.11.0_windows_arm64.zip

Not sure which Mac you have? → Apple menu → "About This Mac": a chip that says
"Apple M…" means arm64; "Intel" means amd64.

macOS, one-time: the pre-release binary is unsigned, so after unpacking run
xattr -d com.apple.quarantine ./sporo, then move it onto your PATH
(e.g. mv sporo /usr/local/bin/). Verify with sporo --version.

Changelog

Features

  • b118a86 feat(cli): sporo recipes --adopted and --all
  • b2b38fc feat(web): a "how these are verified" explainer on the recipes page
  • d70f4d5 feat(web): add Google Analytics with copy/download events
  • e3b9b4f feat(web): show the GitHub release download count on the home page
  • 3e0c8e7 feat(web): track the verify-seal click

Other changes

  • 2a00038 ci: trigger the site redeploy via workflow_run, not the release event